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