morhetz / gruvbox

Retro groove color scheme for Vim
13.7k stars 1.11k forks source link

Change the cursor colour when it is over highlighted search text #458

Closed mrded closed 5 months ago

mrded commented 5 months ago

I found that, when I move my cursor over highlighted search text - it matches the background.

Sometimes it leads into a confusing, as it's hard to see where the cursor is.

image

mrded commented 5 months ago

Hm, I just realised it may be Alacrity problem as with iTerm it all shows correctly image

mrded commented 5 months ago

For anyone who is facing the same problem, it solves with

# alacritty.toml
[colors.cursor]
cursor = "0xffffff"
text = "0x1d1f21"

image