aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-07-03 07:07:59 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-07-03 07:07:59 +0200
commit21cf19d4271ba7d9ce3e6ade82417dd3627932af (patch)
treec8a4935b95074526c936be6ef202298dda91efce
parentc6dbabc1b4f956e19c7e80f16e69f3d6c57b84b4 (diff)
downloadsoria-21cf19d4271ba7d9ce3e6ade82417dd3627932af.tar.gz
soria-21cf19d4271ba7d9ce3e6ade82417dd3627932af.zip
Add support for elfeed
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
-rw-r--r--soria-theme.el17
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