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

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

[elpa] externals/ef-themes d0c7fc3214 222/281: Add support for calendar


From: ELPA Syncer
Subject: [elpa] externals/ef-themes d0c7fc3214 222/281: Add support for calendar and diary
Date: Tue, 16 Aug 2022 16:58:36 -0400 (EDT)

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

    Add support for calendar and diary
---
 ef-themes.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index 83accf00a6..f9a39558a1 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -136,6 +136,15 @@ When called from Lisp, THEME is a symbol."
 ;;;; bookmark
     `(bookmark-face ((,c :background ,bg-magenta :foreground ,fg-intense)))
     `(bookmark-menu-bookmark ((,c :inherit bold)))
+;;;; 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)))
+    `(diary ((,c :background ,bg-dim :foreground ,accent-0)))
+    `(diary-anniversary ((,c :foreground ,accent-1)))
+    `(diary-time ((,c :foreground ,date)))
+    `(holiday ((,c :background ,bg-dim :foreground ,accent-2)))
 ;;;; change-log and log-view (`vc-print-log' and `vc-print-root-log')
     `(change-log-acknowledgment ((,c :inherit shadow)))
     `(change-log-conditionals ((,c :foreground ,preprocessor)))



reply via email to

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