aboutsummaryrefslogtreecommitdiff
path: root/ef-themes.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-08-28 06:17:00 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2022-08-28 06:17:00 +0300
commitba92b2bb45ac0d95deba1845d16d408c22784201 (patch)
tree209dcac226cc55f8f9527ef355ea9a96dcd6b1b4 /ef-themes.el
parentd55047334aad48cc2c746b1a322591b4d1f43976 (diff)
Remove hardcoded magenta from org-priority
The 'fg-alt' mapping is more appropriate here, as it works a bit better with every theme. The other option is 'fg-main' though I feel it draws too much attention to the priority cookie.
Diffstat (limited to 'ef-themes.el')
-rw-r--r--ef-themes.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-themes.el b/ef-themes.el
index 066d5e7..830a8da 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1213,7 +1213,7 @@ Helper function for `ef-themes-preview-colors'."
`(org-meta-line ((,c :inherit (shadow ef-themes-fixed-pitch))))
`(org-mode-line-clock (( )))
`(org-mode-line-clock-overrun ((,c :inherit bold :foreground ,err)))
- `(org-priority ((,c :foreground ,magenta)))
+ `(org-priority ((,c :foreground ,fg-alt)))
`(org-property-value ((,c :inherit ef-themes-fixed-pitch :foreground ,fg-alt)))
`(org-quote ((,c :inherit org-block)))
`(org-scheduled ((,c :foreground ,warning)))