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

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

[elpa] externals/ef-themes 8df82d630f: Use the main foreground in org-ag


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 8df82d630f: Use the main foreground in org-agenda-current-time
Date: Mon, 24 Oct 2022 10:57:35 -0400 (EDT)

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

    Use the main foreground in org-agenda-current-time
    
    The other mapping was giving us decent results, though this was a
    matter of serendipity: there is a chance that a theme maps an
    inappropriate colour to 'variable' (e.g. red, which will interfere
    with deadlines).
    
    This new design is just as legible, while it has the upside of
    reducing colouration where it is not needed, letting other elements
    get the attention they deserve.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index b6c8e97ffb..8784ed59cf 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1468,7 +1468,7 @@ Helper function for `ef-themes-preview-colors'."
     `(org-agenda-calendar-sexp ((,c :inherit (italic 
org-agenda-calendar-event))))
     `(org-agenda-clocking ((,c :background ,bg-warning :foreground ,warning)))
     `(org-agenda-column-dateline ((,c :background ,bg-alt)))
-    `(org-agenda-current-time ((,c :foreground ,variable)))
+    `(org-agenda-current-time ((,c :foreground ,fg-main)))
     `(org-agenda-date ((,c :inherit ef-themes-heading-1)))
     `(org-agenda-date-today ((,c :inherit org-agenda-date :underline t)))
     `(org-agenda-date-weekend ((,c :inherit org-agenda-date)))



reply via email to

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