From 87d5764eccca2f130afe3dd00143ed8d93a802a6 Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Thu, 21 May 2026 23:15:10 +0300 Subject: [PATCH] Update elfeed faces to their new names Thanks to Daniel Mendler for telling me about this change: . --- modus-themes.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modus-themes.el b/modus-themes.el index 411d4e9..78e8f04 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -5160,12 +5160,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 :inherit modus-themes-bold :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-show-header-face ((,c :inherit modus-themes-bold))) + `(elfeed-show-title-face ((,c :inherit modus-themes-bold :foreground ,mail-subject))) + `(elfeed-show-author-face ((,c :inherit modus-themes-bold :foreground ,mail-recipient))) + `(elfeed-show-date-face ((,c :foreground ,date-common))) + `(elfeed-show-feed-face ((,c :foreground ,accent-1))) + `(elfeed-show-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)))