From 21e58f524c860d8bdbce3a3162d098c739179478 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Thu, 22 Feb 2024 09:52:34 +0100 Subject: [PATCH] tmux: visually identify active/inactive pane --- .config/tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 8f5a23f..bb8d246 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -49,6 +49,10 @@ set -ga terminal-overrides ",*256col*:Tc" set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' set-environment -g COLORTERM "truecolor" +# Distinguish active/inactive panes +set -g window-style 'fg=colour247,bg=colour236' +set -g window-active-style 'fg=colour250,bg=black' + # Display messages longer (ms) #set-option -g display-time 4000