From 14f6b62603fc1792619627b133dafb2d3b32be60 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 11 Jan 2023 23:43:51 +0100 Subject: Tweak a couple of faces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :inverse-video round 🙃 --- .emacs.d/eighters-theme.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs.d') 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)))) -- cgit v1.2.3