From 83e355b49dd93d9fc57cfa4e1b3996dd7d18a506 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 10 Feb 2023 07:27:04 +0100 Subject: Add faces used by C-x v h --- .emacs.d/eighters-theme.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index 07f62a1..e04cf12 100644 --- a/.emacs.d/eighters-theme.el +++ b/.emacs.d/eighters-theme.el @@ -201,6 +201,9 @@ `(ansi-color-bright-white ((t (:foreground ,fg :background ,fg)))) `(button ((t (:inherit eighters-button)))) `(calendar-today ((t (:inverse-video t)))) + `(change-log-date ((t (:inherit eighters-date)))) + `(change-log-email ((t (:inherit (eighters-identity fixed-pitch-serif))))) + `(change-log-name ((t (:inherit eighters-identity)))) `(compilation-column-number ((t (:inherit font-lock-constant-face)))) `(compilation-line-number ((t (:inherit font-lock-constant-face)))) `(compilation-mode-line-exit ((t (:inherit compilation-info)))) -- cgit v1.2.3