Coc.nvim: How to change diagnostics color?

Created on 31 Jul 2019  路  2Comments  路  Source: neoclide/coc.nvim

The color is #f00 which hurts my eyes. How can I change the color of the diagnostic signs and the error message balloon? Didn't find anything yet in the default schema.json

Screenshot 2019-07-31 at 09 51 33

Most helpful comment

I had the same problem, this is what I did:

hi! CocErrorSign guifg=#d1666a
" hi! CocInfoSign guibg=#353b45
" hi! CocWarningSign guifg=#d1cd66

All 2 comments

Please checkout :h coc-highlights

I had the same problem, this is what I did:

hi! CocErrorSign guifg=#d1666a
" hi! CocInfoSign guibg=#353b45
" hi! CocWarningSign guifg=#d1cd66

Was this page helpful?
0 / 5 - 0 ratings

Related issues

svenstaro picture svenstaro  路  4Comments

chemzqm picture chemzqm  路  3Comments

skylite21 picture skylite21  路  3Comments

LinArcX picture LinArcX  路  4Comments

marene picture marene  路  3Comments