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

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

[elpa] externals/standard-themes dceb1d9098 66/74: Refine mail mappings


From: ELPA Syncer
Subject: [elpa] externals/standard-themes dceb1d9098 66/74: Refine mail mappings
Date: Wed, 30 Nov 2022 08:58:27 -0500 (EST)

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

    Refine mail mappings
---
 standard-dark-theme.el  | 4 ++--
 standard-light-theme.el | 4 ++--
 standard-themes.el      | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/standard-dark-theme.el b/standard-dark-theme.el
index 739f350e65..cb259cfc0a 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -190,8 +190,8 @@
       (accent-2 green)
       (accent-3 magenta-cooler)
 
-      (mail-0 magenta-warmer)
-      (mail-1 blue-warmer)
+      (mail-0 blue-warmer)
+      (mail-1 magenta-warmer)
       (mail-2 green-cooler)
       (mail-3 yellow-warmer)
       (mail-4 blue-cooler)
diff --git a/standard-light-theme.el b/standard-light-theme.el
index 70c9b8f2f2..8fe4f37079 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -190,8 +190,8 @@
       (accent-2 green)
       (accent-3 magenta-cooler)
 
-      (mail-0 magenta-warmer)
-      (mail-1 blue-warmer)
+      (mail-0 blue-warmer)
+      (mail-1 magenta)
       (mail-2 green-cooler)
       (mail-3 yellow)
       (mail-4 blue)
diff --git a/standard-themes.el b/standard-themes.el
index fa0f8b6aa3..50613da52f 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1498,10 +1498,10 @@ Helper function for `standard-themes-preview-colors'."
     `(message-cited-text-4 ((,c :foreground ,mail-3)))
     `(message-header-name ((,c :inherit bold)))
     `(message-header-newsgroups ((,c :inherit message-header-other)))
-    `(message-header-to ((,c :inherit bold :foreground ,mail-0)))
-    `(message-header-cc ((,c :foreground ,mail-0)))
+    `(message-header-to ((,c :inherit bold :foreground ,mail-2)))
+    `(message-header-cc ((,c :foreground ,mail-2)))
     `(message-header-subject ((,c :inherit bold :foreground ,mail-1)))
-    `(message-header-xheader ((,c :foreground ,mail-2)))
+    `(message-header-xheader ((,c :foreground ,mail-3)))
     `(message-header-other ((,c :foreground ,mail-4)))
     `(message-mml ((,c :foreground ,mail-5)))
     `(message-separator ((,c :background ,bg-alt)))



reply via email to

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