From bd47e056142a51b3186c69e9eae1d8565226dda3 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 8 Jan 2023 15:22:24 +0100 Subject: Make completion candidates easier to distinguish By dimming hiding the common parts more. --- .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 92c2ff0..a15079e 100644 --- a/.emacs.d/eighters-theme.el +++ b/.emacs.d/eighters-theme.el @@ -85,7 +85,7 @@ `(eighters-ui ((t (:inherit variable-pitch)))) ;; Standard faces. `(button ((t (:inherit eighters-button)))) - `(completions-common-part ((t (:foreground ,fg-dim)))) + `(completions-common-part ((t (:foreground ,fg-dimmer)))) `(custom-button ((t (:inherit eighters-button)))) `(completions-first-difference ((t (:foreground ,fg-magenta :weight bold)))) `(custom-comment ((t (:background ,bg-hl-dim :foreground ,fg-dim)))) -- cgit v1.2.3