From 34c169a7809fea14a4e0aa0d5d6d1d04c241e74e Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Sat, 2 May 2026 08:57:33 -0700 Subject: Add support for the new elfeed-show faces The faces match the other elfeed faces where possible, and notmuch/message faces otherwise (given that the elfeed interface is inspired by notmuch). --- modus-themes.el | 6 ++++++ 1 file changed, 6 insertions(+) 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))) -- cgit v1.0