From d7e521fb88579e2b7ac9ca2aa18a29e7cf33d0f8 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 9 Feb 2023 11:31:43 +0100 Subject: [PATCH] Back to old colors. --- _desktop/_suckless/st/config.h | 4 ++-- tmux/tmux.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_desktop/_suckless/st/config.h b/_desktop/_suckless/st/config.h index 90a2943..83e38b4 100644 --- a/_desktop/_suckless/st/config.h +++ b/_desktop/_suckless/st/config.h @@ -100,7 +100,7 @@ static const char *colorname[] = { "#fd4285", "#a6e22d", "#e5da72", - "#005577", + "#00bdff", "#9a37ff", "#50b6d8", "#c7c7c7", @@ -108,7 +108,7 @@ static const char *colorname[] = { "#fa7fac", "#bde271", "#fff27f", - "#00bdff", + "#005577", "#bd9eff", "#5ed6fe", "#feffff", diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 2fbd49d..7772080 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -29,4 +29,4 @@ set -g status-left "" set -g status-right "#[fg=color4] #h " setw -g window-status-separator "" setw -g window-status-format "#[fg=color242,bg=default] #W " -setw -g window-status-current-format "#[fg=color15,bg=color4] #W " +setw -g window-status-current-format "#[fg=color15,bg=color12] #W "