* usr/share/byobu/profiles/tmux:

- purple for pane borders
This commit is contained in:
Dustin Kirkland 2011-08-10 18:09:38 -05:00
commit eb2976dbbc
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (4.28) unreleased; urgency=low
* UNRELEASED
* usr/share/byobu/profiles/tmux:
- purple for pane borders
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 10 Aug 2011 17:59:48 -0500

View file

@ -53,6 +53,8 @@ bind-key -n C-F6 kill-pane
set-option -g set-titles on
set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'
set-option -g pane-active-border-fg magenta
set-option -g pane-border-fg magenta
set-window-option -g window-status-attr bold
set-window-option -g window-status-current-bg white