diff --git a/dot_tmux.conf b/dot_tmux.conf index bad331a..0e73b09 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -15,3 +15,7 @@ set -g renumber-windows on # Show a visual bell, even on other windows set-window-option -g visual-bell both 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