neoclide / coc-lists

Common lists for coc.nvim
264 stars 24 forks source link

Location list is rendered red and very blurry #108

Closed wirtsi closed 3 years ago

wirtsi commented 3 years ago

Hey ...

it's just a small thing but it bugs me because I can't properly read the file names. When using CocList to render the location list, it is always rendered in red with a super blurry font (the right font, but somehow totally blurred). This also happens when opening eg. a method's reference with gr

NVIM v0.5.0-dev+5fcc247 coc-lists 1.3.16 coc.nvim 0.0.80

image

No idea where this styling comes from. When I switch to another color theme and back to the initial one (with the list still open) it looks like this (which is how it should be I assume)

image

Any idea where this might come from? Every other list looks ok ...

chemzqm commented 3 years ago

Try minimal vimrc.

wirtsi commented 3 years ago

It was the same with a minimal vimrc ... but I found out what it was. Turns out that my monitor doesn't properly support HDR. When I disabled it, the blurriness disappeared. So sorry for the commotion ... still it would be nice to know how to properly style the text (so it's not red) :-)