branch: externals/aircon-theme commit 287fe88ca33853c990852f114c51d6a900ea8f83 Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@cosine.blue>
Style some important Gnus faces --- aircon-theme.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/aircon-theme.el b/aircon-theme.el index 7c026b6433..89a39f107c 100644 --- a/aircon-theme.el +++ b/aircon-theme.el @@ -224,6 +224,19 @@ '(erc-prompt-face ((t (:inherit minibuffer-prompt)))) '(erc-timestamp-face ((t (:inherit aircon-eden)))) + '(gnus-group-mail-3-empty ((t (:inherit (aircon-lilac))))) + '(gnus-summary-selected ((t (:inherit (aircon-linen))))) + '(gnus-summary-normal-read ((t (:inherit (aircon-scorpion))))) + '(gnus-summary-normal-ancient ((t (:inherit (aircon-sandstone))))) + '(gnus-summary-normal-ticked ((t (:inherit (aircon-sapphire))))) + + '(gnus-header-name ((t (:inherit (aircon-sapphire bold))))) + '(gnus-header-from ((t (:inherit (aircon-grape))))) + '(gnus-header-subject ((t (:inherit (aircon-goblin bold))))) + '(gnus-header-content ((t (:inherit (aircon-sandstone))))) + + '(gnus-cite-1 ((t (:inherit (aircon-cello))))) + '(elfeed-search-date-face ((t (:inherit (calendar-month-header))))) '(elfeed-search-feed-face ((t (:inherit (aircon-eden))))) '(elfeed-search-last-update-face ((t (:inherit (elfeed-search-date-face)))))