From ca028a17dff37a5724da26ae9ccf5a7668dfea97 Mon Sep 17 00:00:00 2001 From: krolxon Date: Wed, 25 Jun 2025 15:41:30 +0530 Subject: [PATCH] tmux: move to gruvbox --- .config/tmux/tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'