# 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
# 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.