branch: elpa/spacemacs-theme
commit f6aef03df6eb05cd195b5cc8d157fac325889186
Author: Aaron Jacobs <[email protected]>
Commit: Aaron Jacobs <[email protected]>
Add additional support for elfeed.
This commit themes `elfeed-search-date-face`, employing one of the
provided header colours. `head2` is chosen over `head1` because of the
latter's similarity to the face used for the feed itself.
Signed-off-by: Aaron Jacobs <[email protected]>
---
spacemacs-common.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 8a0f35090d..9e421097cf 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -286,6 +286,7 @@
`(elfeed-search-unread-title-face ((,class (:foreground ,base))))
`(elfeed-search-feed-face ((,class (:foreground ,blue))))
`(elfeed-search-tag-face ((,class (:foreground ,func))))
+ `(elfeed-search-date-face ((,class (:foreground ,head2))))
;;;;; enh-ruby
`(enh-ruby-string-delimiter-face ((,class (:foreground ,str))))