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

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

[elpa] externals/ef-themes 620bce921e 09/10: Use more appropriate colour


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 620bce921e 09/10: Use more appropriate colour for overran Org clock
Date: Fri, 2 Sep 2022 22:57:35 -0400 (EDT)

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

    Use more appropriate colour for overran Org clock
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index fcf25f22a9..7233cd8677 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1301,7 +1301,7 @@ Helper function for `ef-themes-preview-colors'."
     `(org-macro ((,c :inherit ef-themes-fixed-pitch :foreground ,accent-2)))
     `(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-mode-line-clock-overrun ((,c :inherit bold :foreground 
,modeline-err)))
     `(org-priority ((,c :foreground ,fg-alt)))
     `(org-property-value ((,c :inherit ef-themes-fixed-pitch :foreground 
,fg-alt)))
     `(org-quote ((,c :inherit org-block)))



reply via email to

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