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

    Make elfeed-search-unread-title-face always be bold
    
    It needs it. More generally, we have this style for "unread" items in
    mu4e and notmuch.
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index f30343486e..1212d3c346 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -5121,7 +5121,7 @@ FG and BG are the main colors."
     `(elfeed-search-tag-face ((,c :foreground ,accent-0)))
     `(elfeed-search-title-face ((,c :foreground ,fg-dim)))
     `(elfeed-search-unread-count-face (( )))
-    `(elfeed-search-unread-title-face ((,c :inherit modus-themes-bold 
:foreground ,fg-main)))
+    `(elfeed-search-unread-title-face ((,c :inherit bold :foreground 
,fg-main)))
 ;;;;; elfeed-score
     `(elfeed-score-date-face ((,c :foreground ,date-common)))
     `(elfeed-score-debug-level-face ((,c :inherit modus-themes-bold)))

Reply via email to