From f174612d03e5464e9681f2fce45c988e2858c976 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 26 Sep 2022 21:15:40 +0200 Subject: [PATCH] tmux: use base04 for status-style background --- config/tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index aff9fe3..6fb7cc9 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -88,6 +88,7 @@ set -g status-justify centre # Color definitions # SOLARIZED TMUX SOLARIZED TMUX # --------- -------- --------- -------- +# Base04 n/a (#002028) # Base03 colour8 Yellow colour3 # Base02 colour0 Orange colour9 # Base01 colour10 Red colour1 @@ -112,7 +113,7 @@ set -g status-right "\ setw -g window-status-current-format "#{window_index}:#{window_name}#{window_flags}" setw -g window-status-format "#{window_index}:#{window_name}#{window_flags}" -set -g status-style bg=colour8 +set -g status-style bg=#002028 setw -g window-status-style fg=colour12,bg=default setw -g window-status-current-style fg="colour4 underscore",bg=default set -g pane-border-style fg=colour0