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

    Only use bold in org-list-dt
    
    The reason is that the foreground overrides other foregrounds, such as
    for ~code~ elements.
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 3e75768077..b5c16a6744 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -6455,7 +6455,7 @@ If COLOR is unspecified, then return :box unspecified."
     `(org-level-7 ((,c :inherit modus-themes-heading-7)))
     `(org-level-8 ((,c :inherit modus-themes-heading-8)))
     `(org-link ((,c :background ,bg-link :foreground ,fg-link :underline 
,underline-link)))
-    `(org-list-dt ((,c :inherit modus-themes-bold :foreground ,fg-alt)))
+    `(org-list-dt ((,c :inherit bold)))
     `(org-macro ((,c :inherit modus-themes-fixed-pitch :background 
,bg-prose-macro :foreground ,fg-prose-macro)))
     `(org-meta-line ((,c :inherit modus-themes-fixed-pitch :foreground 
,prose-metadata)))
     `(org-mode-line-clock (( )))

Reply via email to