summaryrefslogtreecommitdiff
path: root/modus-themes.el
diff options
context:
space:
mode:
authorProtesilaos <info@protesilaos.com>2026-05-03 10:07:09 +0300
committerGitHub <noreply@github.com>2026-05-03 10:07:09 +0300
commit5efd13653a9071fa286acb52a46b1b2304bba62d (patch)
treecfc32631d1639137d66edaa5ba36d23e98a23240 /modus-themes.el
parent010ed945271bbf98e2bd46cd419ab41878cc279f (diff)
parent34c169a7809fea14a4e0aa0d5d6d1d04c241e74e (diff)
Merge pull request #217 from Stebalien/steb/elfeedexternals/modus-themes
Add support for the new elfeed-show faces
Diffstat (limited to 'modus-themes.el')
-rw-r--r--modus-themes.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/modus-themes.el b/modus-themes.el
index fe119ee..318c039 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -5351,6 +5351,12 @@ If COLOR is unspecified, then return :box unspecified."
`(elfeed-search-title-face ((,c :foreground ,fg-dim)))
`(elfeed-search-unread-count-face (( )))
`(elfeed-search-unread-title-face ((,c :inherit bold :foreground ,fg-main)))
+ `(elfeed-show-entry-header-face ((,c :inherit modus-themes-bold)))
+ `(elfeed-show-entry-title-face ((,c :inherit modus-themes-bold :foreground ,mail-subject)))
+ `(elfeed-show-entry-author-face ((,c :foreground ,mail-recipient)))
+ `(elfeed-show-entry-date-face ((,c :foreground ,date-common)))
+ `(elfeed-show-entry-feed-face ((,c :foreground ,accent-1)))
+ `(elfeed-show-entry-tags-face ((,c :foreground ,accent-0)))
;;;;; elfeed-score
`(elfeed-score-date-face ((,c :foreground ,date-common)))
`(elfeed-score-debug-level-face ((,c :inherit modus-themes-bold)))