mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
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:
parent
c115002430
commit
87d5764ecc
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue