eighters-theme

Eighters gonna eight.
git clone https://git.kevinlegouguec.net/eighters-theme
Log | Files | Refs | README | LICENSE

commit da7df45127e5c5064fa32fb4ba866ef97d5b798e
parent dd29f5a363071de673dee0b8001204018b0e9c95
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon, 28 Sep 2020 19:15:08 +0200

Make current date stand out more in calendar

Diffstat:
Meighters-theme.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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"))))