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

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

[elpa] externals/ef-themes cfcc0004a8: Make calendar weekends stand out


From: ELPA Syncer
Subject: [elpa] externals/ef-themes cfcc0004a8: Make calendar weekends stand out
Date: Thu, 1 Dec 2022 05:58:30 -0500 (EST)

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

    Make calendar weekends stand out
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 447f9d7cfb..ac9aa26dbe 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -818,8 +818,8 @@ 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-weekend-header ((,c :inherit calendar-weekday-header)))
+    `(calendar-weekday-header ((,c :foreground ,fg-dim)))
+    `(calendar-weekend-header ((,c :foreground ,err)))
     `(diary ((,c :background ,bg-dim :foreground ,accent-0)))
     `(diary-anniversary ((,c :foreground ,accent-1)))
     `(diary-time ((,c :foreground ,date)))



reply via email to

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