Shatur / neovim-ayu

Ayu theme for Neovim.
GNU General Public License v3.0
416 stars 42 forks source link

CursorLine not applying to texts #24

Closed ckt114 closed 1 year ago

ckt114 commented 1 year ago

When I change the cursor line of all 3 color styles (dark, mirage, and light) the cursor doesn't change for some text but does for others. Please see screenshots. This issue is for all 3 styles.

image image image
Shatur commented 1 year ago

Can't reproduce on my machine. What settings you using and what client?

ckt114 commented 1 year ago

I'm on MacOS Monterey 12.6.2 M1 chip. I've tested with iterm2, alacritty, and kitty and they all have the same issue. Can you try :highlight CursorLine guibg=#717171 to make the bg easier to see and see if you have the same issue?

Shatur commented 1 year ago

Right, can confirm the issue. I just didn't notice it... Hmm, not sure how to fix it. Probably it could be caused by background for some TS tags?.. Do you have this issue with other colorchemes?

ckt114 commented 1 year ago

I tested nightfox, onedark, and tokyonight and they work fine.

Shatur commented 1 year ago

Thanks, fixed!

ckt114 commented 1 year ago

Awesome. Thanks.

Shatur commented 1 year ago

Actually no, if I remove bg from the Normal group, it just doesn't set the background and makes the problem unnoticeable and causes other issues, see #25. I need to find a better fix.