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

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

[elpa] externals/ef-themes 8fa08d6906 1/2: Make calendar-weekday-header


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 8fa08d6906 1/2: Make calendar-weekday-header consistent with other dates
Date: Thu, 1 Dec 2022 12:57:34 -0500 (EST)

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

    Make calendar-weekday-header consistent with other dates
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 03cf3c756e..e029dab717 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -816,7 +816,7 @@ Helper function for `ef-themes-preview-colors'."
 ;;;; calendar and diary
     `(calendar-month-header ((,c :inherit bold)))
     `(calendar-today ((,c :inherit bold :underline t)))
-    `(calendar-weekday-header ((,c :foreground ,fg-alt)))
+    `(calendar-weekday-header ((,c :foreground ,date)))
     `(calendar-weekend-header ((,c :foreground ,err)))
     `(diary ((,c :background ,bg-dim :foreground ,accent-0)))
     `(diary-anniversary ((,c :foreground ,accent-1)))



reply via email to

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