From 76a492577a2176f5e66216ecc8f04bb823c7575d Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 21 Nov 2011 23:57:49 -0600 Subject: [PATCH] * usr/share/byobu/profiles/tmux: - fix action bar color --- debian/changelog | 2 ++ usr/share/byobu/profiles/tmux | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index abfbbf7e..b4065dcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ byobu (4.50) unreleased; urgency=low keys.tmux, usr/share/byobu/keybindings/f-keys.tmux.disable, usr/share/doc/byobu/help.tmux.txt: - install modrian + * usr/share/byobu/profiles/tmux: + - fix action bar color -- Dustin Kirkland Fri, 18 Nov 2011 15:41:36 -0600 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index a9bed72c..9ea4cb00 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -78,7 +78,7 @@ set -g status-right-length 256 set -g status-left '#(byobu-status tmux_left)[' set -g status-right ']#(byobu-status tmux_right)' set -g message-bg $BYOBU_ACCENT -set -g message-fg $BYOBU_LIGHT +set -g message-fg white # Allow local overrides source $BYOBU_CONFIG_DIR/.tmux.conf