commit 14f6b62603fc1792619627b133dafb2d3b32be60
parent d92142e407252762010b1644b32ff8b55e42ade4
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Wed, 11 Jan 2023 23:43:51 +0100
Tweak a couple of faces
:inverse-video round π
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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))))