comparison rc/tmux-1.9.conf @ 509:142db8fd5246

Change tmux status fg to black.
author edogawaconan <me@myconan.net>
date Mon, 17 Mar 2014 15:48:39 +0900
parents 973b7f21b582
children
comparison
equal deleted inserted replaced
508:bbcffc594d1e 509:142db8fd5246
1 set -g repeat-time 0 1 set -g repeat-time 0
2 set -g status-bg cyan 2 set -g status-bg cyan
3 set -g status-fg white 3 set -g status-fg black
4 4
5 set -g status-left '#[bg=white,fg=black] #S #[default] ' 5 set -g status-left '#[bg=white,fg=black] #S #[default] '
6 6
7 set -g status-right '#[bg=white,fg=black] #H #[bg=black,fg=white] %b-%d %H:%M ' 7 set -g status-right '#[bg=white,fg=black] #H #[bg=black,fg=white] %b-%d %H:%M '
8 8