From 7901f23ccdab557fbb8005bfcd61eb975e0c8785 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 27 Jan 2023 17:21:48 +0100 Subject: [PATCH] More vivid blue. --- _desktop/_suckless/st/config.h | 2 +- _desktop/qtile/config.py | 8 ++++---- tmux/tmux.conf | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_desktop/_suckless/st/config.h b/_desktop/_suckless/st/config.h index d10b3c8..2d7bc0e 100644 --- a/_desktop/_suckless/st/config.h +++ b/_desktop/_suckless/st/config.h @@ -108,7 +108,7 @@ static const char *colorname[] = { "#fa7fac", "#bde271", "#fff27f", - "#005577", + "#00bdff", "#bd9eff", "#5ed6fe", "#feffff", diff --git a/_desktop/qtile/config.py b/_desktop/qtile/config.py index c074155..5b7d5dc 100644 --- a/_desktop/qtile/config.py +++ b/_desktop/qtile/config.py @@ -94,7 +94,7 @@ dgroups_app_rules = [] # type: list layouts = [ layout.Columns( - border_focus='#005577', + border_focus='#0094d8', border_normal="#272822", border_on_single = False, border_width=5, @@ -123,7 +123,7 @@ screens = [ disable_drag=True, highlight_method='block', rounded=False, - this_current_screen_border='#005577', + this_current_screen_border='#0094d8', urgent_alert_method='block', urgent_border='#770000', ), @@ -143,8 +143,8 @@ screens = [ parse_text=yubikey_replace, ), widget.GenPollCommand( - background='#005577', - foreground='#ffffff', + background='#0094d8', + foreground='#272822', update_interval=1, cmd="sb-mail", ), diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 1d0af77..e26c6dc 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -29,4 +29,4 @@ set -g status-left "" set -g status-right "#[fg=brightblue] #h " setw -g window-status-separator "" setw -g window-status-format "#[fg=default,bg=default] #W " -setw -g window-status-current-format "#[fg=brightwhite,bg=brightblue] #W " +setw -g window-status-current-format "#[fg=black,bg=blue] #W "