From bb49462619d0ea4120e5ef663f07ebb1f3fb3141 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 10 Oct 2012 15:41:13 +0900 Subject: [PATCH] change color of window-status-current in tmux.conf --- tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tmux.conf b/tmux.conf index fbdffc8..05a747e 100644 --- a/tmux.conf +++ b/tmux.conf @@ -28,3 +28,8 @@ if "test `hostname` = darwin-mba.local" "set -g status-bg yellow; set -g pane-ac if "test `hostname` = newkiwi" "set -g status-bg magenta; set -g pane-active-border-fg magenta" if "test -f /opt/local/bin/reattach-to-user-namespace" "set-option -g default-command '/opt/local/bin/reattach-to-user-namespace bash'" + +# window-status-current +setw -g window-status-current-fg black +setw -g window-status-current-bg white +setw -g window-status-current-attr bold