update config to 2.9 compatible
This commit is contained in:
parent
49decac822
commit
5686f09631
14
tmux.conf
14
tmux.conf
@ -22,19 +22,15 @@ set -g allow-rename off
|
|||||||
# THEME
|
# THEME
|
||||||
#### COLOUR
|
#### COLOUR
|
||||||
# default statusbar colors
|
# default statusbar colors
|
||||||
set-option -g status-bg colour232
|
set-option -g status-style bg=colour232,fg=colour239,default
|
||||||
set-option -g status-fg colour239
|
|
||||||
set-option -g status-attr default
|
|
||||||
|
|
||||||
# border
|
# border
|
||||||
set -g pane-border-fg colour234
|
set -g pane-border-style fg=colour234,bg=default
|
||||||
set -g pane-border-bg default
|
set -g pane-active-border-style fg=colour236,bg=default
|
||||||
set -g pane-active-border-fg colour236
|
|
||||||
set -g pane-active-border-bg default
|
|
||||||
|
|
||||||
# active window title colors
|
# active window title colors
|
||||||
set-window-option -g window-status-current-fg colour231
|
set-window-option -g window-status-current-style fg=colour231,bg=default
|
||||||
set-window-option -g window-status-current-bg default
|
set-window-option -g window-status-style fg=colour239,bg=default
|
||||||
|
|
||||||
# bell
|
# bell
|
||||||
set-window-option -g window-status-bell-style fg=colour232,bg=colour253
|
set-window-option -g window-status-bell-style fg=colour232,bg=colour253
|
||||||
|
Loading…
x
Reference in New Issue
Block a user