commit a6070130109bf1d383dd949911ac5aa825e49c66
parent 0faee6dfc5882f54a60b959c8b28929b1c171c60
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sun, 9 Nov 2025 13:06:54 +0100
Customize new Emacs faces
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.config/emacs/eighters-theme.el b/.config/emacs/eighters-theme.el
@@ -391,6 +391,7 @@
`(message-separator ((t (:background ,bg-hl-dim :inherit (eighters-ui shadow)))))
`(message-signature-separator ((t (:background ,bg-hl-dim :inherit (eighters-ui shadow)))))
`(minibuffer-prompt ((t (:background ,bg-blue :foreground ,fg-blue-subtle :weight bold :inherit eighters-ui))))
+ `(minibuffer-nonselected ((t (:background ,bg-red :foreground ,fg-yellow))))
`(mm-uu-extract ((t (:background ,bg-hl-dimmer))))
`(mode-line ((t (:background ,bg-hl :box (:color ,fg) :inherit eighters-ui))))
`(mode-line-inactive ((t (:background ,bg-hl-dimmer :foreground ,fg-dimmer :box (:color ,bg-hl-dimmer) :inherit eighters-ui))))
@@ -517,6 +518,7 @@
`(ediff-fine-diff-Ancestor ((t (:background ,bg-magenta))))
`(smerge-markers ((t (:background ,bg-hl-dim :foreground ,fg-dim))))
`(smerge-base ((t (:background ,bg-yellow-dim))))
+ `(smerge-refine-shadow-cursor ((t (:box (:color ,fg-dimmer :line-width (-1 . -1))))))
;; Do *NOT* customize smerge-refined-changed, because that tells
;; smerge to use it for both removed and added sections.
`(smerge-upper ((t (:background ,bg-red-dim))))