From 340aa9d19f275917262922a581dfcaec671b165e Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 27 Jan 2023 18:04:31 +0100 Subject: [PATCH] More consistent colors. --- _desktop/qtile/config.py | 2 +- tmux/tmux.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_desktop/qtile/config.py b/_desktop/qtile/config.py index 5b7d5dc..8aa6e73 100644 --- a/_desktop/qtile/config.py +++ b/_desktop/qtile/config.py @@ -119,7 +119,7 @@ screens = [ top=bar.Bar( [ widget.GroupBox( - active='#f8f8f2', + active='#f3ffff', disable_drag=True, highlight_method='block', rounded=False, diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e26c6dc..ce16bf4 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=brightblue] #h " +set -g status-right "#[fg=blue] #h " setw -g window-status-separator "" -setw -g window-status-format "#[fg=default,bg=default] #W " +setw -g window-status-format "#[fg=,bg=default] #W " setw -g window-status-current-format "#[fg=black,bg=blue] #W "