branch: elpa/spacemacs-theme
commit 4342800a4a12d7d67f2a58792ab6a18542e7fc3e
Merge: 3818119a87 f6aef03df6
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #69 from atheriel/elfeed-date-face
Add additional support for elfeed's date face
---
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))))