summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2023-02-10 07:27:04 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2023-02-12 10:26:12 +0100
commit83e355b49dd93d9fc57cfa4e1b3996dd7d18a506 (patch)
treedcc18003e76637b7b549e25e2e5ae86d570f0a2a /.emacs.d
parente16eda83243774ac5c17ba26e5770d024b72eb1f (diff)
downloaddotfiles-83e355b49dd93d9fc57cfa4e1b3996dd7d18a506.tar.xz
Add faces used by C-x v h
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/eighters-theme.el3
1 files changed, 3 insertions, 0 deletions
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))))