mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
clean up and make window colorings more consistent
This commit is contained in:
parent
ef38bef7e6
commit
5af0f23656
2 changed files with 8 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -2,6 +2,7 @@ byobu (4.30) unreleased; urgency=low
|
||||||
|
|
||||||
* usr/share/byobu/profiles/tmux:
|
* usr/share/byobu/profiles/tmux:
|
||||||
- go bold on window activity
|
- go bold on window activity
|
||||||
|
- clean up and make window colorings more consistent
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 11 Aug 2011 10:31:31 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 11 Aug 2011 10:31:31 -0500
|
||||||
|
|
||||||
|
|
|
@ -56,12 +56,18 @@ set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'
|
||||||
set-option -g pane-active-border-fg magenta
|
set-option -g pane-active-border-fg magenta
|
||||||
set-option -g pane-border-fg magenta
|
set-option -g pane-border-fg magenta
|
||||||
|
|
||||||
|
set-window-option -g window-status-attr default
|
||||||
|
set-window-option -g window-status-bg black
|
||||||
|
set-window-option -g window-status-fg white
|
||||||
|
set-window-option -g window-status-current-attr default
|
||||||
set-window-option -g window-status-current-bg white
|
set-window-option -g window-status-current-bg white
|
||||||
set-window-option -g window-status-current-fg black
|
set-window-option -g window-status-current-fg black
|
||||||
|
set-window-option -g window-status-alert-bg black
|
||||||
|
set-window-option -g window-status-alert-fg white
|
||||||
|
set-window-option -g window-status-alert-attr bold
|
||||||
set-window-option -g automatic-rename on
|
set-window-option -g automatic-rename on
|
||||||
set-window-option -g aggressive-resize on
|
set-window-option -g aggressive-resize on
|
||||||
set-window-option -g monitor-activity on
|
set-window-option -g monitor-activity on
|
||||||
set-window-option -g window-status-alert-attr bold
|
|
||||||
#set-window-option -g xterm-keys on
|
#set-window-option -g xterm-keys on
|
||||||
|
|
||||||
# Must set default-command to $SHELL, in order to not source ~/.profile
|
# Must set default-command to $SHELL, in order to not source ~/.profile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue