branch: externals/ef-themes
commit d0c7fc32148bbf17ed977ea803fe3077cedc313e
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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)))