branch: externals/aircon-theme commit bd3457ddc714f09ddba64147b10c32473e2a6620 Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@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)))))