From 08b1256277476134269e2bc3b6859d1b1092fae6 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 8 Jan 2023 12:33:09 +0100 Subject: Change eighters color for completion hint Pops more; also somewhat consistent with the idea that it's a key binding. --- .emacs.d/eighters-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el index 31577ad..92c2ff0 100644 --- 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)))) -- cgit v1.2.3