commit 08b1256277476134269e2bc3b6859d1b1092fae6
parent 954f6175aa8970c191fb17beeae3406c33a9cc83
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sun, 8 Jan 2023 12:33:09 +0100
Change eighters color for completion hint
Pops more; also somewhat consistent with the idea that it's a key
binding.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el
@@ -87,7 +87,7 @@
`(button ((t (:inherit eighters-button))))
`(completions-common-part ((t (:foreground ,fg-dim))))
`(custom-button ((t (:inherit eighters-button))))
- `(completions-first-difference ((t (:foreground ,fg-blue :weight bold))))
+ `(completions-first-difference ((t (:foreground ,fg-magenta :weight bold))))
`(custom-comment ((t (:background ,bg-hl-dim :foreground ,fg-dim))))
`(custom-variable-tag ((t (:inherit eighters-title-3))))
`(default ((t (:background ,bg :foreground ,fg))))