commit 156c591d93df85eef9ba4602fca3a408cacf28c5
parent c648cab23ae7f02961b8ca1bcbb362dcebaa5110
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Mon, 19 Jan 2026 08:42:25 +0100
Theme hi-lock faces
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/.config/emacs/eighters-theme.el b/.config/emacs/eighters-theme.el
@@ -361,6 +361,15 @@
`(gnus-summary-selected ((t (:inherit highlight))))
`(header-line ((t (:background ,bg-hl :inherit eighters-ui-intangible))))
`(help-key-binding ((t (:background ,bg-hl-dimmer :foreground ,fg-magenta :inherit fixed-pitch-serif))))
+ `(hi-aquamarine ((t (:foreground ,fg-cyan :inverse-video t))))
+ `(hi-blue ((t (:foreground ,fg-blue :inverse-video t))))
+ `(hi-blue-b ((t (:foreground ,fg-blue :weight bold))))
+ `(hi-green ((t (:foreground ,fg-green :inverse-video t))))
+ `(hi-green-b ((t (:foreground ,fg-green :weight bold))))
+ `(hi-pink ((t (:foreground ,fg-red-subtle :inverse-video t))))
+ `(hi-red-b ((t (:foreground ,fg-red :weight bold))))
+ `(hi-salmon ((t (:foreground ,fg-red-dim :inverse-video t))))
+ `(hi-yellow ((t (:foreground ,fg-yellow :inverse-video t))))
`(highlight ((t (:background ,bg-hl-dim))))
`(icomplete-selected-match ((t (:inherit completions-highlight))))
`(info-title-1 ((t (:inherit eighters-title-1))))