emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/standard-themes 4ab877d8c1 62/74: Refine colour mapping


From: ELPA Syncer
Subject: [elpa] externals/standard-themes 4ab877d8c1 62/74: Refine colour mapping for the mode line
Date: Wed, 30 Nov 2022 08:58:26 -0500 (EST)

branch: externals/standard-themes
commit 4ab877d8c193a50ac7a5670cfb713e9fb2b255d0
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    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 60ddf15a84..f35ffee988 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 1cd8387e25..3e84676737 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 a2a9340dbe..3545a8924b 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]