From c6e8daafbec02e6691747bc61ba359462639898d Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 28 Apr 2019 20:55:42 +0200 Subject: [PATCH] Use new config format --- terminals/tmux/tmux.conf | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/terminals/tmux/tmux.conf b/terminals/tmux/tmux.conf index f46585a..595b680 100644 --- a/terminals/tmux/tmux.conf +++ b/terminals/tmux/tmux.conf @@ -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