mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/share/byobu/profiles/tmux:
- fix action bar color
This commit is contained in:
parent
7dd36d780e
commit
76a492577a
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Fri, 18 Nov 2011 15:41:36 -0600
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue