diff --git a/.tmux.conf b/.tmux.conf index 4c4f670..5093c6f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -31,7 +31,11 @@ set -g @plugin 'tmux-plugins/tmux-resurrect' # ─────────────────────────────────────< colorschemes >───────────────────────────────────── # set -g @plugin 'catppuccin/tmux' -set -g @plugin 'janoamaral/tokyo-night-tmux' +# set -g @plugin 'janoamaral/tokyo-night-tmux' +set -g @plugin 'egel/tmux-gruvbox' + +# set desired theme options... +set -g @tmux-gruvbox 'dark256' # or 'dark', 'light', 'light256' # ────────────────────────────────────< copyct plugin >────────────────────────────────── set -g @plugin 'tmux-plugins/tmux-copycat'