From da7df45127e5c5064fa32fb4ba866ef97d5b798e Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 28 Sep 2020 19:15:08 +0200 Subject: Make current date stand out more in calendar --- eighters-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/eighters-theme.el b/eighters-theme.el index 1006100..5a720fb 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -51,6 +51,7 @@ '(mode-line-buffer-id ((t (:weight bold)))) '(compilation-mode-line-exit ((t (:inherit (compilation-info))))) '(compilation-mode-line-fail ((t (:inherit (compilation-error))))) + '(calendar-today ((t (:inverse-video t)))) ;; Main diff faces, and heirs. '(diff-added ((t (:background "#12222f")))) '(diff-removed ((t (:background "#2f1e00")))) -- cgit v1.2.3