update config to 2.9 compatible

This commit is contained in:
Johannes Rothe 2020-01-11 19:27:06 +01:00
parent 49decac822
commit 5686f09631

View File

@ -22,19 +22,15 @@ set -g allow-rename off
# THEME
#### COLOUR
# default statusbar colors
set-option -g status-bg colour232
set-option -g status-fg colour239
set-option -g status-attr default
set-option -g status-style bg=colour232,fg=colour239,default
# border
set -g pane-border-fg colour234
set -g pane-border-bg default
set -g pane-active-border-fg colour236
set -g pane-active-border-bg default
set -g pane-border-style fg=colour234,bg=default
set -g pane-active-border-style fg=colour236,bg=default
# active window title colors
set-window-option -g window-status-current-fg colour231
set-window-option -g window-status-current-bg default
set-window-option -g window-status-current-style fg=colour231,bg=default
set-window-option -g window-status-style fg=colour239,bg=default
# bell
set-window-option -g window-status-bell-style fg=colour232,bg=colour253