X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.tmux.conf;fp=.tmux.conf;h=991bc49c06973e2ca885b469212eb2379fa9d228;hb=a35f8d97f6761f915b2e8395e1894785015799c0;hp=e383a3783a3c7bf8bc3f8900987153299cd356d8;hpb=0b4f8e336ddf05f77b2bb6b6eec9e82e4f5d6569;p=profile.git 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.