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

    Change the foreground of the org-property-value
---
 doric-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doric-themes.el b/doric-themes.el
index d5861473ce..a1b08dc0a6 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1725,7 +1725,7 @@ default to a generic text that mentions the 
BACKGROUND-MODE."
               `(org-hide ((t :foreground ,bg-main)))
               `(org-indent ((t :inherit (fixed-pitch org-hide))))
               `(org-meta-line ((t :inherit fixed-pitch :foreground 
,fg-shadow-subtle)))
-              '(org-property-value ((t :inherit fixed-pitch)))
+              `(org-property-value ((t :inherit fixed-pitch :foreground 
,fg-accent)))
               '(org-quote ((t :inherit (italic org-block))))
               `(org-verbatim ((t :inherit (fixed-pitch italic) :foreground 
,fg-shadow-subtle)))
               '(org-verse ((t :inherit org-block)))

Reply via email to