From 5011460c1c2491162d3511947c1b5d253c7dc520 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Fri, 9 Oct 2020 16:36:29 +0100 Subject: [PATCH] tmux: add solarized; correct typo --- tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'