dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit bd47e056142a51b3186c69e9eae1d8565226dda3
parent 08b1256277476134269e2bc3b6859d1b1092fae6
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun,  8 Jan 2023 15:22:24 +0100

Make completion candidates easier to distinguish

By dimming hiding the common parts more.

Diffstat:
M.emacs.d/eighters-theme.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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))))