From f2b2f8f6a3fc451a3b5ed41ee600b8bb3923e045 Mon Sep 17 00:00:00 2001 From: c Date: Thu, 29 Dec 2022 01:25:17 -0600 Subject: [PATCH] theme --- tmux/.config/tmux/tmux.conf | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index ebe67ff..21e6b79 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -42,11 +42,17 @@ set-option -sg escape-time 10 # Plugins set -g @plugin 'tmux-plugins/tpm' # tmux plugin manager -# Things to plugin -set -g @plugin 'jimeh/tmux-themepack' -set -g @themepack 'powerline/default/yellow' +# # Things to plugin +# set -g @plugin 'jimeh/tmux-themepack' +# set -g @themepack 'powerline/default/yellow' # source ~/.config/tmux/statusline.conf +set -g @plugin 'egel/tmux-gruvbox' +set -g @tmux-gruvbox 'dark' # or 'light' + +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' + # initializes tmux plugin manager - keep this at the bottom -# run '~/.config/tmux/plugins/tpm/tpm' +run '~/.config/tmux/plugins/tpm/tpm'