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

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

[elpa] externals/standard-themes ee97a00119: Make calendar weekends stan


From: ELPA Syncer
Subject: [elpa] externals/standard-themes ee97a00119: Make calendar weekends stand out
Date: Thu, 1 Dec 2022 05:59:15 -0500 (EST)

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

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

diff --git a/standard-themes.el b/standard-themes.el
index fa2f92ade1..be3cf846e4 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -904,8 +904,8 @@ 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-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]