Home / Emacs Packages / Avy
Custom dimming
Dim the foreground, but not the background, when Avy is active.
(with-eval-after-load 'avy
(setopt avy-background t)
(set-face-background 'avy-background-face nil))
Home / Emacs Packages / Avy
Dim the foreground, but not the background, when Avy is active.
(with-eval-after-load 'avy
(setopt avy-background t)
(set-face-background 'avy-background-face nil))