neoclide / coc-typos

Typos integration with coc.nvim
MIT License
32 stars 1 forks source link

Bug? Black highlight with black text color #4

Closed mentos1386 closed 2 years ago

mentos1386 commented 2 years ago

Hi. I'm having an issue with coc-typos-fix. It results in black highlighted with black text color:

image

I'm using onhalflight theme.

chemzqm commented 2 years ago

:h CocMenuSel

mentos1386 commented 2 years ago

Thanks. I switched to https://github.com/sainnhe/edge if anyone else wants similar looking light theme with better support for coc.

chemzqm commented 2 years ago

You only need add a line like

hi link CocMenuSel YourGroup

to your vimrc.