From 4f58f9f7464dc064db35db712f9cd85f5a2679a4 Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Thu, 19 Mar 2026 21:09:03 +0000 Subject: [PATCH] tmux: make idle panes grey --- base/.tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base/.tmux.conf b/base/.tmux.conf index dd413e6..b2a9516 100644 --- a/base/.tmux.conf +++ b/base/.tmux.conf @@ -1,5 +1,9 @@ run-shell ~/.tmux/plugins/tmux-thumbs/tmux-thumbs.tmux +set -g window-style 'bg=#333333' +set -g window-active-style 'fg=colour250,bg=black' +#set -g window-style 'fg=colour247,bg=colour236' +#set -g window-active-style 'fg=colour250,bg=black' set -g @thumbs-regexp-1 '[\w\d/:.,\-]{5,}'