Coc.nvim completion pane is hard to read

I'm use coc.nvim and nvim.

The completion popup is hard to read as you can see in the picture above.
The font color is red and the pane is pink.
I don't think I setup anything crazy but if you have time, you could look at
my init.vim.

I fixed it with

highlight link CocFloating markdown

New screenshot:

Ref:

3 Likes

I have changed background color for floating windowns:

hi Pmenu ctermbg=8

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.