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

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

[elpa] externals/standard-themes 5b109bdaf2 1/2: Make calendar weekdays


From: ELPA Syncer
Subject: [elpa] externals/standard-themes 5b109bdaf2 1/2: Make calendar weekdays use correct foreground
Date: Thu, 1 Dec 2022 09:58:03 -0500 (EST)

branch: externals/standard-themes
commit 5b109bdaf2db6f1fb4ac94d2bc214bfc6ec99b44
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make calendar weekdays use correct foreground
---
 standard-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standard-themes.el b/standard-themes.el
index be3cf846e4..e9bfea22a2 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -904,7 +904,7 @@ Helper function for `standard-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-dim)))
+    `(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]