1
0
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:
Valentin Brandl 2019-04-28 20:55:42 +02:00
parent 7407baff85
commit c6e8daafbe
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -53,19 +53,13 @@ set -g status-fg white
set -g status-bg default
# default window title colors
set-window-option -g window-status-fg black
set-window-option -g window-status-bg default
set-window-option -g window-status-attr dim
set-window-option -g window-status-style fg=black,bg=default,dim
# active window title colors
set-window-option -g window-status-current-fg white
set-window-option -g window-status-current-bg default
set-window-option -g window-status-current-attr dim
set-window-option -g window-status-current-style fg=white,bg=default,dim
# command/message line colors
set -g message-fg white
set -g message-bg black
set -g message-attr bright
set -g message-style fg=white,bg=black,bright
# address vim mode switching delay (http://superuser.com/a/252717/65504)
set -s escape-time 0