diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-07-03 07:07:59 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-07-03 07:07:59 +0200 |
| commit | 21cf19d4271ba7d9ce3e6ade82417dd3627932af (patch) | |
| tree | c8a4935b95074526c936be6ef202298dda91efce /soria-theme.el | |
| parent | c6dbabc1b4f956e19c7e80f16e69f3d6c57b84b4 (diff) | |
| download | soria-21cf19d4271ba7d9ce3e6ade82417dd3627932af.tar.gz soria-21cf19d4271ba7d9ce3e6ade82417dd3627932af.zip | |
Add support for elfeed
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'soria-theme.el')
| -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 |
