From 4ab877d8c193a50ac7a5670cfb713e9fb2b255d0 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Mon, 28 Nov 2022 07:56:23 +0200 Subject: [PATCH] Refine colour mapping for the mode line --- standard-dark-theme.el | 2 +- standard-light-theme.el | 2 +- standard-themes.el | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/standard-dark-theme.el b/standard-dark-theme.el index 60ddf15..f35ffee 100644 --- a/standard-dark-theme.el +++ b/standard-dark-theme.el @@ -125,7 +125,7 @@ (cyan-graph-1-bg "#00808f") ;; Special hues - (bg-mode-line "#505050") (fg-mode-line "#ffffff") + (bg-mode-line "#505050") (bg-mode-line-inactive "#323232") (bg-accent "#ffc200") (bg-completion "#254b5f") (bg-hover "#457b2f") diff --git a/standard-light-theme.el b/standard-light-theme.el index 1cd8387..3e84676 100644 --- a/standard-light-theme.el +++ b/standard-light-theme.el @@ -125,7 +125,7 @@ (cyan-graph-1-bg "#afefff") ;; Special hues - (bg-mode-line "#b3b3b3") (fg-mode-line "#000000") + (bg-mode-line "#b3b3b3") (bg-mode-line-inactive "#e5e5e5") (bg-accent "#0000cc") (bg-completion "#bfe8ff") (bg-hover "#aaeccf") diff --git a/standard-themes.el b/standard-themes.el index a2a9340..3545a89 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -1500,14 +1500,14 @@ Helper function for `standard-themes-preview-colors'." :background ,@(if standard-themes-mode-line-accented (list bg-mode-line-accent) (list bg-mode-line)) - :foreground ,fg-mode-line))) + :foreground ,fg-main))) `(mode-line-active ((,c :inherit mode-line :box (:line-width -1 :style released-button)))) `(mode-line-buffer-id ((,c :inherit bold))) `(mode-line-emphasis ((,c :inherit bold :foreground ,modeline-info))) `(mode-line-highlight ((,c :inherit highlight))) `(mode-line-inactive ((,c :inherit standard-themes-ui-variable-pitch :box (:line-width -1 :color ,border) - :background ,bg-alt :foreground ,fg-dim))) + :background ,bg-mode-line-inactive :foreground ,fg-dim))) ;;;; mu4e `(mu4e-attach-number-face ((,c :inherit bold :foreground ,fg-dim))) `(mu4e-cited-1-face ((,c :inherit message-cited-text-1)))