Update elfeed faces to their new names

Thanks to Daniel Mendler for telling me about this change:
<https://github.com/emacs-elfeed/elfeed/pull/562#issuecomment-4511165960>.
This commit is contained in:
Protesilaos 2026-05-21 23:15:10 +03:00
parent c115002430
commit 87d5764ecc
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -5160,12 +5160,12 @@ If COLOR is unspecified, then return :box unspecified."
`(elfeed-search-title-face ((,c :foreground ,fg-dim))) `(elfeed-search-title-face ((,c :foreground ,fg-dim)))
`(elfeed-search-unread-count-face (( ))) `(elfeed-search-unread-count-face (( )))
`(elfeed-search-unread-title-face ((,c :inherit bold :foreground ,fg-main))) `(elfeed-search-unread-title-face ((,c :inherit bold :foreground ,fg-main)))
`(elfeed-show-entry-header-face ((,c :inherit modus-themes-bold))) `(elfeed-show-header-face ((,c :inherit modus-themes-bold)))
`(elfeed-show-entry-title-face ((,c :inherit modus-themes-bold :foreground ,mail-subject))) `(elfeed-show-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-author-face ((,c :inherit modus-themes-bold :foreground ,mail-recipient)))
`(elfeed-show-entry-date-face ((,c :foreground ,date-common))) `(elfeed-show-date-face ((,c :foreground ,date-common)))
`(elfeed-show-entry-feed-face ((,c :foreground ,accent-1))) `(elfeed-show-feed-face ((,c :foreground ,accent-1)))
`(elfeed-show-entry-tags-face ((,c :foreground ,accent-0))) `(elfeed-show-tags-face ((,c :foreground ,accent-0)))
;;;;; elfeed-score ;;;;; elfeed-score
`(elfeed-score-date-face ((,c :foreground ,date-common))) `(elfeed-score-date-face ((,c :foreground ,date-common)))
`(elfeed-score-debug-level-face ((,c :inherit modus-themes-bold))) `(elfeed-score-debug-level-face ((,c :inherit modus-themes-bold)))