1

The color of the jump character displayed by evil-avy-goto-line is somewhat blurred, which causes me to change the color of the displayed character or modify the color of the background strip of the character.enter image description here

1 Answers1

1

For first character:

(set-face-attribute 'avy-lead-face-0 nil :background "green" :foreground "yellow")

Second character is avy-lead-face-1 and third is avy-lead-face-2

niko
  • 46
  • 2