From 402670a1817a7efc2626f6b4097772455020febd Mon Sep 17 00:00:00 2001 From: Cam Thompson Date: Sun, 7 Apr 2013 19:29:05 -0400 Subject: [PATCH] Use white on dark gray for active window --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index d7343ee..84e2030 100644 --- a/tmux.conf +++ b/tmux.conf @@ -66,7 +66,7 @@ set -g status-right-length 90 set -g status-left ' #h | #S:#I.#P' set -g status-right '#(tmux_battery_life) | #(tmux_date) #(tmux_time) ' set -g window-status-format "#I-#W" -set -g window-status-current-format '#[fg=brightblack,bg=brightcyan] [#I-#W] ' +set -g window-status-current-format '#[fg=white,bg=brightgreen] [#I-#W] ' # Copy and paste unbind '['