diff --git a/tmux.conf b/tmux.conf index 5e317dd..f67f680 100644 --- a/tmux.conf +++ b/tmux.conf @@ -12,7 +12,9 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' -set -q @plugin 'tmux-plugins/tmux-sidebar' +set -g @plugin 'tmux-plugins/tmux-sidebar' + +set -g @plugin 'seebi/tmux-colors-solarized' # Other examples: # set -g @plugin 'github_username/plugin_name'