From df0e22405db0943343af4343c6f6ce756af2d560 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 4 Jan 2013 19:45:58 +0900 Subject: [PATCH] fix tmux.conf --- tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 5a10df1..025377c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -19,8 +19,6 @@ set -g display-panes-time 5000 #set -g status-left "" #set -g status-right "#H | %a, %d %b %Y %T %z #(tmux -V)" set -g status-right "${USER}@#H | #(tmux -V) " -set message-bg white -set message-fg black # default-color set -g status-bg green @@ -45,3 +43,6 @@ if "test `hostname` = newkiwi" \ setw -g window-status-current-fg black setw -g window-status-current-bg white setw -g window-status-current-attr bold + +set message-bg white +set message-fg black