diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 89c9771..a3b1b6a 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -108,8 +108,8 @@ set -g status-left "#{prefix_highlight}" set -g status-justify centre -set -g window-status-current-format "#[fg=yellow]#[fg=black]#[bg=yellow]#I #W#[fg=yellow]#[bg=black] " -set -g window-status-format "#[fg=brightblack]#[fg=white]#[bg=brightblack]#I #W#[fg=brightblack]#[bg=black] " +set -g window-status-current-format "#[fg=brightyellow bold]#I #W" +set -g window-status-format "#[fg=brightblack]#I #W" # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run -b '~/.config/tmux/plugins/tpm/tpm'