branch: externals/modus-themes
commit b242d43e6a2f7677a8b684ed5db835c8459bdd1a
Author: Protesilaos <[email protected]>
Commit: Protesilaos <[email protected]>

    Make elfeed-show-entry-author-face conditionally bold
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 0ce90877a6..de1743f6c1 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -5354,7 +5354,7 @@ If COLOR is unspecified, then return :box unspecified."
     `(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-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)))

Reply via email to