Add some better coloring to window status.

This commit is contained in:
Eli Ribble 2024-03-06 19:34:20 +00:00
parent 4896968bd3
commit be420d8b74
1 changed files with 4 additions and 0 deletions

View File

@ -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