diff options
| -rw-r--r-- | soria-theme.el | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/soria-theme.el b/soria-theme.el index d6dccd7..9a78aa7 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -1712,6 +1712,23 @@ The theme has to be reloaded after changing anything in this group." `(org-ref-acronym-face ((,class (:inherit link)))) + ;; elfeed + + `(elfeed-search-date-face + ((,class (:inherit font-lock-comment-face)))) + + `(elfeed-search-tag-face + ((,class (:inherit font-lock-comment-face)))) + + `(elfeed-search-feed-face + ((,class (:foreground ,soria-blue :weight normal)))) + + `(elfeed-search-unread-title-face + ((,class (:foreground ,soria-white :background ,soria-darkgray :weight bold)))) + + `(elfeed-search-title-face + ((,class (:inherit font-lock-comment-face)))) + ;; markup-faces (which also includes adoc-mode) `(markup-title-0-face |
