branch: externals/aircon-theme commit 2d9d85f2f7b2e823d3044c2d74232a68447346a4 Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@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)))))