From: Joe Wreschnig Date: Sun, 10 Sep 2017 11:46:19 +0000 (+0200) Subject: Faces for elfeed. X-Git-Url: https://git.korewanetadesu.com/?p=BTCSB-theme.git;a=commitdiff_plain;h=56f22d771fb616dfed67b79a3bda52ac04df1846 Faces for elfeed. --- diff --git a/BTCSB-theme.el b/BTCSB-theme.el index 0f1e77b..bcb34ea 100644 --- a/BTCSB-theme.el +++ b/BTCSB-theme.el @@ -208,6 +208,13 @@ recommended pairings are Fantasque Sans or Monaco.") `(web-mode-html-attr-equal-face ((t (:inherit (shadow))))) `(web-mode-css-selector-face ((t (:foreground ,clr26)))) `(web-mode-css-pseudo-class-face ((t (:foreground ,clr17)))) + + ;; Mail, elfeed, etc. + `(message-header-name ((t (:foreground ,clr14)))) + `(message-header-subject ((t (:foreground ,clr09)))) + `(message-header-to ((t (:foreground ,clr09)))) + `(message-header-other ((t (:foreground ,clr08)))) + `(shr-link ((t (:foreground ,clr24)))) )) ;;;###autoload