Tmux: Change some colors

This commit is contained in:
t0xa 2025-08-24 11:20:09 +03:00
parent 26d09b7385
commit 3e3e7f304c

View file

@ -8,7 +8,7 @@ set -g status-left " #S"
set -g status-right ""
set -g window-status-format "#I:#W" # Index and Name
set -g window-status-current-format "#I:#W" # Current window
set -g window-status-current-style "fg=orange bg=default bold"
set -g window-status-current-style "fg=green bg=default bold"
# List of plugins
set -g @plugin 'tmux-plugins/tpm'