From 3e3e7f304c6c924d4f207a1ba01eebfc9b080708 Mon Sep 17 00:00:00 2001 From: t0xa Date: Sun, 24 Aug 2025 11:20:09 +0300 Subject: [PATCH] Tmux: Change some colors --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'