mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* usr/share/byobu/profiles/tmux:
- purple for pane borders
This commit is contained in:
parent
4685e2a6ef
commit
eb2976dbbc
2 changed files with 4 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue