ishan9299 / modus-theme-vim

Port of modus-themes in neovim
MIT License
160 stars 10 forks source link

the highlight on current line looks broken #13

Closed peterwu closed 3 years ago

peterwu commented 3 years ago

Not sure if this is by design or a bug but if you look at line 109 in the screenshot below, you'll notice that the currently highlighted line's foreground looks broken. At least, some words are not highlighted with the expected foreground colour.

Screenshot from 2021-05-13 22-10-23

ishan9299 commented 3 years ago

Yeah I will look into it. I had noticed this before but I forgot about it. Edit:- Actually are you talking about the background color of cursorline? because from what I see the keywords are highlighted fine.

ishan9299 commented 3 years ago

I have attempted a fix with the commit b6667db70913b1313be65ab81104f38abff37274 can you try it out ?

peterwu commented 3 years ago

Yup. just tried your fix and it works great! Thanks a lot!