diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-28 06:17:00 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-28 06:17:00 +0300 |
| commit | ba92b2bb45ac0d95deba1845d16d408c22784201 (patch) | |
| tree | 209dcac226cc55f8f9527ef355ea9a96dcd6b1b4 /ef-themes.el | |
| parent | d55047334aad48cc2c746b1a322591b4d1f43976 (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.el | 2 |
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))) |
