diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 04e5e24..994c620 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -64,6 +64,10 @@ set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{25 # Tmux plugin to handle tmux plugins set -g @plugin 'tmux-plugins/tpm' + +# Tmux theme plugin +set -g @plugin 'jimeh/tmux-themepack' + # Tmux plugin to navigate easily between session set -g @plugin 'tmux-plugins/tmux-sessionist'