diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2025-10-23 21:55:38 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2025-10-23 21:55:38 +0200 |
| commit | 978d7de684eb29dc28483d2220933b81116157c1 (patch) | |
| tree | 809058dd7a908fd6936c7f29f77a124c66210319 /tmux | |
| parent | 403cd1caefef0bd120e4f5298ba0f582e86f2562 (diff) | |
set window highlight to brightwhite
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 ' |
