diff options
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -96,11 +96,11 @@ if-shell -b '[ $(echo "$TMUX_VERSION >= 2.9"| bc) -eq 1 ]' { # active window title colors if-shell -b '[ $(echo "$TMUX_VERSION < 2.9"| bc) -eq 1 ]' { - set-window-option -g window-status-current-fg colour255 - set-window-option -g window-status-current-bg colour208 + set-window-option -g window-status-current-fg colour220 + set-window-option -g window-status-current-bg default } if-shell -b '[ $(echo "$TMUX_VERSION >= 2.9"| bc) -eq 1 ]' { - set-window-option -g window-status-current-style 'bg=colour208 fg=colour255' + set-window-option -g window-status-current-style 'bg=default fg=colour220' } # pane border |