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

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

[elpa] externals/aircon-theme bd3457ddc7 41/58: Style message-header-cc,


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme bd3457ddc7 41/58: Style message-header-cc, -newsgroups
Date: Thu, 9 Jun 2022 04:57:31 -0400 (EDT)

branch: externals/aircon-theme
commit bd3457ddc714f09ddba64147b10c32473e2a6620
Author: Gregory Chamberlain <greg@cosine.blue>
Commit: Gregory Chamberlain <greg@cosine.blue>

    Style message-header-cc, -newsgroups
    
    ‘message-header-to’ is coloured ‘aircon-grape’, while
    ‘message-header-cc’ is coloured ‘aircon-lilac’ which is a slightly
    lighter shade of purple. This similarity in colour reflects the
    similarity in purpose of these headers (i.e. that they both specify
    recipients).
---
 aircon-theme.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/aircon-theme.el b/aircon-theme.el
index ef33572fbc..1b120c031c 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -262,11 +262,14 @@
  '(erc-timestamp-face      ((t (:inherit aircon-eden))))
 
  '(message-header-name         ((t (:inherit (aircon-sapphire bold)))))
+ '(message-header-newsgroups   ((t (:inherit (aircon-cello bold)))))
+
  '(message-header-other        ((t (:inherit (aircon-sandstone)))))
  '(message-header-subject      ((t (:inherit (aircon-goblin bold)))))
  '(message-header-to           ((t (:inherit (aircon-grape)))))
+ '(message-header-cc           ((t (:inherit (aircon-lilac)))))
  '(message-header-xheader      ((t (:inherit (aircon-hibiscus)))))
- '(message-separator           ((t (:inherit (aircon-brick)))))
+ '(message-separator           ((t (:inherit (aircon-header)))))
  '(message-mml                 ((t (:inherit (aircon-goblin)))))
 
  '(gnus-group-mail-3-empty     ((t (:inherit (aircon-lilac)))))



reply via email to

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