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

    Make the org-list-dt foreground slightly different than the main one
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 6493e8099f..87945a1f43 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -6290,7 +6290,7 @@ FG and BG are the main colors."
     `(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)))
+    `(org-list-dt ((,c :inherit modus-themes-bold :foreground ,fg-alt)))
     `(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