commit 4a65089615e8b131b91f63adffa7a55ad520bec4
parent 227ac12636562e0749d1ef2ed592cb7cb045ddb3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 19 Oct 2020 13:13:33 +0200
.tmux.conf: use monochrome colors for window labels in status line
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.tmux.conf b/.tmux.conf
@@ -32,7 +32,7 @@ set -g pane-active-border-style fg="#999999" # border color for active panes
set -g window-status-format ' #I #W '
set -g window-status-style 'fg=colour8'
set -g window-status-current-format ' #I #W '
-set -g window-status-current-style 'fg=colour6'
+set -g window-status-current-style 'fg=default'
set -g window-status-separator ''
set -g status-style bg=default # background color for status bar
set -g status-position bottom # put status bar on top or bottom