From 277670676aa65adf82f3bd4f0c49556852f647dd Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 27 Jan 2023 18:09:32 +0100 Subject: [PATCH] More consistent colors. --- tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index ce16bf4..2fbd49d 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -26,7 +26,7 @@ set -g status-style "bg=default" set -g message-style "fg=default,bg=default" set -g message-command-style "fg=default,bg=default" set -g status-left "" -set -g status-right "#[fg=blue] #h " +set -g status-right "#[fg=color4] #h " setw -g window-status-separator "" -setw -g window-status-format "#[fg=,bg=default] #W " -setw -g window-status-current-format "#[fg=black,bg=blue] #W " +setw -g window-status-format "#[fg=color242,bg=default] #W " +setw -g window-status-current-format "#[fg=color15,bg=color4] #W "