diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 25f10d7..e9893c2 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -44,5 +44,7 @@ bind -r C-l resize-pane -R 5 ## Setup: git clone https://github.com/tmux-plugins/tpm plugins/tpm set -g @plugin 'tmux-plugins/tpm' # set -g @plugin 'dracula/tmux' -set -g @plugin 'fabioluciano/tmux-tokyo-night' +# set -g @plugin 'fabioluciano/tmux-tokyo-night' +set -g @plugin 'egel/tmux-gruvbox' +set -g @tmux-gruvbox 'dark' run '~/.config/tmux/plugins/tpm/tpm'