From: Joe Wreschnig Date: Sun, 10 Sep 2017 21:10:03 +0000 (+0200) Subject: More Elfeed faces. X-Git-Url: https://git.korewanetadesu.com/?p=BTCSB-emacs-theme.git;a=commitdiff_plain;h=f9a7a0403c20c4463184927c2487fc7c737c74ca More Elfeed faces. --- diff --git a/BTCSB-theme.el b/BTCSB-theme.el index 422a22a..cdb7511 100644 --- a/BTCSB-theme.el +++ b/BTCSB-theme.el @@ -116,7 +116,7 @@ recommended pairings are Fantasque Sans or Monaco.") `(error ((t (:foreground ,clr27)))) `(escape-glyph ((t (:foreground ,clr18)))) `(fringe ((t (:background ,clr03)))) - ;; `(header TODO: I don't use this....) + `(header-line ((t (:background ,clr02 :foreground ,clr08)))) `(highlight ((t (:background ,clr16)))) `(isearch ((t (:background ,clr15)))) `(lazy-highlight ((t (:background ,clr09)))) @@ -225,6 +225,9 @@ recommended pairings are Fantasque Sans or Monaco.") `(elfeed-search-unread-title-face ((t (:foreground ,clr26)))) `(elfeed-search-feed-face ((t (:foreground ,clr23)))) `(elfeed-search-tag-face ((t (:foreground ,clr21)))) + `(elfeed-search-last-update-face ((t (:foreground ,clr08)))) + `(elfeed-search-unread-count-face ((t (:foreground ,clr18)))) + `(elfeed-search-filter-face ((t (:foreground ,clr20)))) )) ;;;###autoload