diff options
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.config b/tmux.config index 68372b3..c939926 100644 --- a/tmux.config +++ b/tmux.config @@ -49,8 +49,8 @@ set-option -g default-command "reattach-to-user-namespace -l zsh" #### COLOUR (Solarized dark) ## default statusbar colors -set-option -g status-bg colour19 #base02 -set-option -g status-fg colour253 #yellow +set-option -g status-bg colour66 #base02 +set-option -g status-fg colour229 #yellow #set-option -g status-attr default ## default window title colors |