diff options
| -rw-r--r-- | .emacs.d/eighters-theme.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index 58af140..e6e3279 100644 --- a/.emacs.d/eighters-theme.el +++ b/.emacs.d/eighters-theme.el @@ -178,6 +178,7 @@ `(ansi-color-bright-cyan ((t (:foreground ,fg-cyan-subtle :background ,bg-cyan)))) `(ansi-color-bright-white ((t (:foreground ,fg :background ,fg)))) `(button ((t (:inherit eighters-button)))) + `(calendar-today ((t (:inverse-video t)))) `(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)))) @@ -258,7 +259,7 @@ `(isearch-fail ((t (:background ,bg-red :weight bold)))) `(isearch-group-1 ((t (:background ,bg-red :foreground ,fg-blue :inverse-video t)))) `(isearch-group-2 ((t (:background ,bg-red :foreground ,fg-cyan :inverse-video t)))) - `(lazy-highlight ((t (:background ,bg-cyan :foreground ,fg-cyan-subtle)))) + `(lazy-highlight ((t (:background ,bg-cyan :foreground ,fg-cyan-subtle :inverse-video t)))) `(link ((t (:foreground ,fg-blue :underline t)))) `(link-visited ((t (:foreground ,fg-magenta-dim :underline t)))) `(Man-overstrike ((t (:foreground ,fg-cyan :inherit bold)))) |
