Gray out inactive tmux windows

This commit is contained in:
Daniel Weber 2024-12-10 21:52:04 -05:00
parent b5fc83cab6
commit 448859781a

View File

@ -29,5 +29,8 @@ bind-key -r -T prefix C-j resize-pane -D 5
bind-key -r -T prefix C-h resize-pane -L 5
bind-key -r -T prefix C-l resize-pane -R 5
set -g window-style 'fg=colour238,bg=colour232'
set -g window-active-style 'fg=colour231,bg=black'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.config/tmux/plugins/tpm/tpm'