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

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

[elpa] externals/aircon-theme 2d9d85f2f7 3/3: Inherit diary from aircon-


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme 2d9d85f2f7 3/3: Inherit diary from aircon-header
Date: Sat, 20 Aug 2022 16:57:16 -0400 (EDT)

branch: externals/aircon-theme
commit 2d9d85f2f7b2e823d3044c2d74232a68447346a4
Author: Gregory Chamberlain <greg@cosine.blue>
Commit: Gregory Chamberlain <greg@cosine.blue>

    Inherit diary from aircon-header
    
    This face seems to be used for the date at the beginning of a line in
    diary-mode (M-x diary-show-all-entries).
---
 aircon-theme.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/aircon-theme.el b/aircon-theme.el
index 5dd44e8599..a96cac2670 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -194,6 +194,8 @@
  '(diff-refine-removed    ((t (:background "#ef9d9d" :foreground "#3a0a0a "))))
  '(diff-error             ((t (:inherit (error)))))
 
+ '(diary                  ((t (:inherit (aircon-header)))))
+
  '(change-log-date           ((t (:inherit (aircon-scorpion)))))
  '(change-log-list           ((t (:inherit (aircon-eden)))))
  '(change-log-name           ((t (:inherit (aircon-lilac)))))



reply via email to

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