vim-colors-github
vim-colors-github copied to clipboard
Issue with CocFloating or CocErrorFloat
I don't know enough about highlight to indentify where the problem is, but when a coc.nvim error appears, the letters can't be distinguished:

However, when I change colorscheme to default and change it back to github, they do work.

Steps to reproduce:
- Have
colorscheme githubon the vimrc file. - Open a file and write a coc.nvim error. (text can't be read)
- Change colorscheme:
:colorscheme default - Change colorscheme again:
:colorscheme github - Text can be read again.
Again, I am not sure if the issue is on the Github colors or some coc.nvim configuration.