* usr/share/byobu/profiles/tmux:

- fix action bar color
This commit is contained in:
Dustin Kirkland 2011-11-21 23:57:49 -06:00
commit 76a492577a
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -7,6 +7,8 @@ byobu (4.50) unreleased; urgency=low
keys.tmux, usr/share/byobu/keybindings/f-keys.tmux.disable, keys.tmux, usr/share/byobu/keybindings/f-keys.tmux.disable,
usr/share/doc/byobu/help.tmux.txt: usr/share/doc/byobu/help.tmux.txt:
- install modrian - install modrian
* usr/share/byobu/profiles/tmux:
- fix action bar color
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 18 Nov 2011 15:41:36 -0600 -- Dustin Kirkland <kirkland@ubuntu.com> Fri, 18 Nov 2011 15:41:36 -0600

View file

@ -78,7 +78,7 @@ set -g status-right-length 256
set -g status-left '#(byobu-status tmux_left)[' set -g status-left '#(byobu-status tmux_left)['
set -g status-right ']#(byobu-status tmux_right)' set -g status-right ']#(byobu-status tmux_right)'
set -g message-bg $BYOBU_ACCENT set -g message-bg $BYOBU_ACCENT
set -g message-fg $BYOBU_LIGHT set -g message-fg white
# Allow local overrides # Allow local overrides
source $BYOBU_CONFIG_DIR/.tmux.conf source $BYOBU_CONFIG_DIR/.tmux.conf