diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 96a640c..c65d40f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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'