From a25d3a6b3bd4ddf02c5231ea12f3c8162634db06 Mon Sep 17 00:00:00 2001 From: Stefan Friese Date: Mon, 19 Feb 2024 08:47:21 +0100 Subject: [PATCH] added highlight color --- tmux/.tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index ffc8221..4b5fff0 100755 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -32,6 +32,7 @@ thm_yellow="#eed49f" thm_blue="#8aadf4" thm_orange="#f5a97f" thm_black4="#5b6078" +thm_highlight="#1e1e2e" set -g status-left-length 40 set -g status-interval 30 @@ -40,7 +41,7 @@ set -g status-bg $thm_gray set -g status-fg $thm_orange # Set bg color of active window -set -g window-active-style bg=$thm_gray +set -g window-active-style bg=$thm_highlight set-window-option -g window-status-current-style bg=$thm_black4 # set -g status-right "#(battery -t) #[fg=cyan] %d %b %R "