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

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

[nongnu] elpa/alect-themes 6dcd058 138/269: Add calendar/diary faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 6dcd058 138/269: Add calendar/diary faces
Date: Thu, 21 Oct 2021 17:59:06 -0400 (EDT)

branch: elpa/alect-themes
commit 6dcd058a4a1be330a0e5d4a4e53a2061a7f367ee
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add calendar/diary faces
---
 alect-themes.el | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 4ca6240..96d0661 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -496,6 +496,13 @@ For INVERT, see `alect-get-color'."
          (bm-persistent-face        ((,c :background ,(gc 'green-1)
                                          :foreground ,(gc 'bg-1))))
 
+         ;; calendar, diary
+         (calendar-today    ((,c :box (:line-width -1 :color ,(gc 'red) :style 
nil))))
+         (diary             ((,c :foreground ,(gc 'green+2) :weight bold)))
+         (diary-anniversary ((,c :foreground ,(gc 'red))))
+         (diary-time        ((,c :inherit alect-time)))
+         (holiday           ((,c :background ,(gc 'bg+2))))
+
          ;; clojure-test-mode
          (clojure-test-failure-face ((,c :foreground ,(gc 'fg-2)
                                          :weight bold :underline t)))
@@ -1428,6 +1435,9 @@ static char *gnus-pointer[] = {
          ;; gnus startup logo
          (gnus-logo-colors '(,(gc 'cyan+1) ,(gc 'gray-1)) t)
 
+         ;; diary events in calendar
+         (diary-entry-marker 'font-lock-variable-name-face t)
+
          ;; fill-column-indicator
          (fci-rule-color ,(gc 'bg-2))
 



reply via email to

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