branch: externals/doric-themes
commit 25d25555379d08df9600848092459c11baf48884
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Remove the explicit foreground from org-list-dt
    
    This way other constructs can retain their foreground, such as
    
    + Function ~some-fn~ :: Some description.
---
 doric-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doric-themes.el b/doric-themes.el
index 8f8dacd0f5..c5e13938c2 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1003,7 +1003,6 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     org-level-6
     org-level-7
     org-level-8
-    org-list-dt
     org-table-header
     org-tag-group
     org-target
@@ -1699,6 +1698,7 @@ default to a generic text that mentions the 
BACKGROUND-MODE."
                  (((supports :box t))
                   :box (:line-width (-1 . -1) :color ,fg-main))))
               `(org-document-info-keyword ((t :inherit fixed-pitch :foreground 
,fg-shadow-subtle)))
+              `(org-list-dt ((t :inherit bold)))
               `(org-drawer ((t :inherit fixed-pitch :foreground 
,fg-shadow-subtle)))
               `(org-ellipsis (( ))) ; inherits from the heading's color
               '(org-formula ((t :inherit fixed-pitch)))

Reply via email to