From e3acb6d8a5baf0f553f556fb9994d4c7f8660a2f Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Sat, 30 Oct 2021 23:42:31 -0400 Subject: [PATCH] add spaceduck theme, fix blue background --- dot_tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index f124329..3ce972b 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -23,7 +23,7 @@ set -g visual-activity on set -g mode-keys vi set -g history-limit 10000 -set -g status-bg blue +set -g status-bg default set -g status-fg white # y and p as in vim @@ -97,3 +97,4 @@ set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' run -b '~/.tmux/plugins/tpm/tpm' set -g @plugin 'akohlbecker/aw-watcher-tmux' +source-file /home/kellya/projects/public/spaceduck-terminal/tmux/status-line-default.conf