We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebc7a0 commit 1810bc4Copy full SHA for 1810bc4
.tmux.conf
@@ -19,8 +19,7 @@ set -g status-bg red
19
set -g status-fg white
20
21
# status line: highlight active window
22
-set-window-option -g window-status-current-bg white
23
-set-window-option -g window-status-current-fg red
+set-window-option -g window-status-current-style fg=red,bg=white
24
25
# Rather than constraining window size to the maximum size of
26
# any client connected to the *session*, constrain window size
0 commit comments