From be420d8b74620db1f6644d498a587ab9dcc2ee26 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 6 Mar 2024 19:34:20 +0000 Subject: [PATCH] Add some better coloring to window status. --- dot_tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) 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