mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-22 16:03:50 +01:00
Use new config format
This commit is contained in:
parent
7407baff85
commit
c6e8daafbe
@ -53,19 +53,13 @@ set -g status-fg white
|
|||||||
set -g status-bg default
|
set -g status-bg default
|
||||||
|
|
||||||
# default window title colors
|
# default window title colors
|
||||||
set-window-option -g window-status-fg black
|
set-window-option -g window-status-style fg=black,bg=default,dim
|
||||||
set-window-option -g window-status-bg default
|
|
||||||
set-window-option -g window-status-attr dim
|
|
||||||
|
|
||||||
# active window title colors
|
# active window title colors
|
||||||
set-window-option -g window-status-current-fg white
|
set-window-option -g window-status-current-style fg=white,bg=default,dim
|
||||||
set-window-option -g window-status-current-bg default
|
|
||||||
set-window-option -g window-status-current-attr dim
|
|
||||||
|
|
||||||
# command/message line colors
|
# command/message line colors
|
||||||
set -g message-fg white
|
set -g message-style fg=white,bg=black,bright
|
||||||
set -g message-bg black
|
|
||||||
set -g message-attr bright
|
|
||||||
|
|
||||||
# address vim mode switching delay (http://superuser.com/a/252717/65504)
|
# address vim mode switching delay (http://superuser.com/a/252717/65504)
|
||||||
set -s escape-time 0
|
set -s escape-time 0
|
||||||
|
Loading…
Reference in New Issue
Block a user