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

    Make forge-topic-unread and gnus-summary-high-read unconditionally bold
    
    This is the intended style. I made a mistake to use modus-themes-bold.
---
 modus-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 1212d3c346..7c4f2f1222 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -5314,7 +5314,7 @@ FG and BG are the main colors."
     `(forge-topic-slug-open ((,c :foreground ,fg-dim)))
     `(forge-topic-slug-saved ((,c :foreground ,info)))
     `(forge-topic-slug-unplanned ((,c :foreground ,fg-dim :strike-through t)))
-    `(forge-topic-unread ((,c :inherit modus-themes-bold)))
+    `(forge-topic-unread ((,c :inherit bold)))
 ;;;;; geiser
     `(geiser-font-lock-autodoc-current-arg ((,c :inherit modus-themes-bold 
:background ,bg-active-argument :foreground ,fg-active-argument)))
     `(geiser-font-lock-autodoc-identifier ((,c :foreground ,docstring)))
@@ -5416,7 +5416,7 @@ FG and BG are the main colors."
     `(gnus-summary-high-read ((,c :inherit modus-themes-bold :foreground 
,fg-dim)))
     `(gnus-summary-high-ticked ((,c :inherit modus-themes-bold :foreground 
,err)))
     `(gnus-summary-high-undownloaded ((,c :inherit modus-themes-bold 
:foreground ,warning)))
-    `(gnus-summary-high-unread ((,c :inherit modus-themes-bold)))
+    `(gnus-summary-high-unread ((,c :inherit bold)))
     `(gnus-summary-low-ancient ((,c :inherit modus-themes-slant)))
     `(gnus-summary-low-read ((,c :inherit modus-themes-slant :foreground 
,fg-dim)))
     `(gnus-summary-low-ticked ((,c :inherit modus-themes-slant :foreground 
,err)))

Reply via email to