Add some better coloring to window status.
This commit is contained in:
parent
4896968bd3
commit
be420d8b74
|
@ -15,3 +15,7 @@ set -g renumber-windows on
|
||||||
# Show a visual bell, even on other windows
|
# Show a visual bell, even on other windows
|
||||||
set-window-option -g visual-bell both
|
set-window-option -g visual-bell both
|
||||||
set-window-option -g bell-action other
|
set-window-option -g bell-action other
|
||||||
|
|
||||||
|
# Set up the window visuals
|
||||||
|
set -g window-status-style bg=yellow
|
||||||
|
set -g window-status-current-style bg=red,fg=white
|
||||||
|
|
Loading…
Reference in New Issue