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

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

[elpa] externals/standard-themes 18bbe5b8f0 59/74: Make To, Cc, Bcc mess


From: ELPA Syncer
Subject: [elpa] externals/standard-themes 18bbe5b8f0 59/74: Make To, Cc, Bcc message headings use same colour
Date: Wed, 30 Nov 2022 08:58:26 -0500 (EST)

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

    Make To, Cc, Bcc message headings use same colour
    
    The "To:" heading has an added bold weight to make it easier to spot:
    it is often important to know the difference between direct and copied
    recipients.
---
 standard-themes.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/standard-themes.el b/standard-themes.el
index a1ae38762c..a2a9340dbe 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1489,9 +1489,9 @@ Helper function for `standard-themes-preview-colors'."
     `(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-1)))
-    `(message-header-subject ((,c :inherit bold :foreground ,mail-2)))
-    `(message-header-xheader ((,c :foreground ,mail-3)))
+    `(message-header-cc ((,c :foreground ,mail-0)))
+    `(message-header-subject ((,c :inherit bold :foreground ,mail-1)))
+    `(message-header-xheader ((,c :foreground ,mail-2)))
     `(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]