From a35f8d97f6761f915b2e8395e1894785015799c0 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Fri, 24 Feb 2012 13:55:56 +0000 Subject: [PATCH] Support tmux 1.6. --- .tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index e383a37..991bc49 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -166,6 +166,8 @@ set -g display-panes-colour colour17 # Command entry. set -g message-bg colour90 set -g message-fg white +set -g message-command-bg colour88 +set -g message-command-fg white # Active pane set -g pane-active-border-bg default set -g pane-active-border-fg white @@ -178,6 +180,14 @@ setw -g mode-fg white # Monitored windows (in reverse video). setw -g window-status-alert-bg red setw -g window-status-alert-fg white +# As of tmux 1.6 we can highlight different alerts. +setw -g window-status-bell-bg colour22 +setw -g window-status-bell-fg white +setw -g window-status-content-bg colour88 +setw -g window-status-content-fg white +setw -g window-status-content-attr none +setw -g window-status-activity-bg red +setw -g window-status-activity-fg white ################################################################################ # Caption settings. -- 2.20.1