From a1815408c6121da2ef0f49b25540ad2605f63f75 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Tue, 29 Dec 2009 10:15:26 +0100 Subject: [PATCH] use tmux 1.2 format options Signed-off-by: Pierre Habouzit --- tmux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 483d725..09398e5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -102,10 +102,13 @@ set -g message-bg red set -g message-attr bright # default window title colors -setw -g window-status-fg cyan +setw -g window-status-fg white setw -g window-status-bg default setw -g window-status-attr dim +setw -g window-status-format '#I #W#F' +setw -g window-status-current-format '#[fg=red,nobold][#[fg=white,bold]#I #W#F#[fg=red,nobold]]' + # active window title colors setw -g window-status-current-fg white setw -g window-status-current-bg default -- 2.20.1