emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes ba92b2bb45 1/2: Remove hardcoded magenta from


From: ELPA Syncer
Subject: [elpa] externals/ef-themes ba92b2bb45 1/2: Remove hardcoded magenta from org-priority
Date: Sat, 27 Aug 2022 23:57:47 -0400 (EDT)

branch: externals/ef-themes
commit ba92b2bb45ac0d95deba1845d16d408c22784201
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    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.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 066d5e77de..830a8dad00 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]