zenbones-theme / zenbones.nvim

🪨 A collection of contrast-based Vim/Neovim colorschemes
MIT License
657 stars 46 forks source link

fix(coc.nvim): add highlight for MenuSel #91

Closed jryom closed 1 year ago

jryom commented 1 year ago

A recent commit in coc.nvim changed the highlight of the selected item in the completion popup menu, which looks awful with this theme.

This PR changes the definition back to how it was before: a link to CursorLine.

mcchrish commented 1 year ago

Thank you!