From 21cf19d4271ba7d9ce3e6ade82417dd3627932af Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 3 Jul 2025 07:07:59 +0200 Subject: Add support for elfeed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'soria-theme.el') 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 -- cgit v1.2.3