From 978d7de684eb29dc28483d2220933b81116157c1 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Thu, 23 Oct 2025 21:55:38 +0200 Subject: set window highlight to brightwhite --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index d392c09..a983bbc 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -17,5 +17,5 @@ bind-key j select-pane -D bind-key k select-pane -U bind-key l select-pane -R -set-window-option -g window-status-current-style 'bg=magenta' +set-window-option -g window-status-current-style 'bg=brightwhite' set-window-option -g window-status-current-format ' #I:#W ' -- cgit v1.3.1