diff options
| -rw-r--r-- | .emacs.d/eighters-theme.el | 3 |
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)))) |
