From aacacd3db135d77fea65e60fb6236b11d0be2a31 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 21 Apr 2012 12:34:52 +0100 Subject: [PATCH] Fix wrongfully named option, which for some reason worked anyway --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index fbeb0a1..0768b84 100644 --- a/tmux.conf +++ b/tmux.conf @@ -27,8 +27,8 @@ set -g status-right-bg black set -g status-right-fg cyan set -g window-status-current-bg red set -g window-status-current-fg black -set -g window-status-alert-bg yellow # fg and bg are flipped here due to a -set -g window-status-alert-fg black # bug in tmux +set -g window-status-activity-bg yellow # fg and bg are flipped here due to a +set -g window-status-activity-fg black # bug in tmux set -g pane-active-border-bg default set -g pane-active-border-fg green set -g status-justify centre