Th3Whit3Wolf / one-nvim

Atom one theme
MIT License
113 stars 23 forks source link

LspCodeLens too visible? #22

Open beajeanm opened 2 years ago

beajeanm commented 2 years ago

I'm not sure if the code lens highlight groups are set, but by default they are a bit too jarring.

Screenshot 2022-10-10 at 17 31 36

As a quick fix, I've linked it to the Comment highlight vim.cmd [[ highlight link LspCodeLens Comment ]] and I think the result looks much better.

Screenshot 2022-10-10 at 17 31 24