tmux: visually identify active/inactive pane

This commit is contained in:
Oliver Ladner 2024-02-22 09:52:34 +01:00
commit 21e58f524c

View file

@ -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