# HG changeset patch # User edogawaconan # Date 1395038919 -32400 # Node ID 142db8fd5246d70ca47af301cf92c2ec8980bca3 # Parent bbcffc594d1e022cd774f5fb720a966a72f8bb7d Change tmux status fg to black. diff -r bbcffc594d1e -r 142db8fd5246 rc/tmux-1.3.conf --- a/rc/tmux-1.3.conf Mon Mar 17 15:47:15 2014 +0900 +++ b/rc/tmux-1.3.conf Mon Mar 17 15:48:39 2014 +0900 @@ -2,7 +2,7 @@ set -g repeat-time 0 set -g status-bg cyan -set -g status-fg white +set -g status-fg black set -g status-left '#[bg=white,fg=black] #S #[default] ' diff -r bbcffc594d1e -r 142db8fd5246 rc/tmux-1.4.conf --- a/rc/tmux-1.4.conf Mon Mar 17 15:47:15 2014 +0900 +++ b/rc/tmux-1.4.conf Mon Mar 17 15:48:39 2014 +0900 @@ -1,6 +1,6 @@ set -g repeat-time 0 set -g status-bg cyan -set -g status-fg white +set -g status-fg black set -g status-left '#[bg=white,fg=black] #S #[default] ' diff -r bbcffc594d1e -r 142db8fd5246 rc/tmux-1.9.conf --- a/rc/tmux-1.9.conf Mon Mar 17 15:47:15 2014 +0900 +++ b/rc/tmux-1.9.conf Mon Mar 17 15:48:39 2014 +0900 @@ -1,6 +1,6 @@ set -g repeat-time 0 set -g status-bg cyan -set -g status-fg white +set -g status-fg black set -g status-left '#[bg=white,fg=black] #S #[default] '