diff options
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.config b/tmux.config index 1426629..539dbfc 100644 --- a/tmux.config +++ b/tmux.config @@ -71,7 +71,7 @@ set -g history-limit 20000 ##################################### # default statusbar colors -set-option -g status-bg colour235 #base02 +set-option -g status-bg default #base02 set-option -g status-fg colour223 #yellow # pane border set-option -g pane-border-fg colour236 #base02 |