gruvbox-community / gruvbox

Retro groove color scheme for Vim - community maintained edition
MIT License
801 stars 62 forks source link

LSP Document Highlight #176

Open lanox opened 2 years ago

lanox commented 2 years ago

Hi

I was wondering if it's possible to change the following :

hi! link LspReferenceText GruvboxYellowBold hi! link LspReferenceRead GruvboxYellowBold hi! link LspReferenceWrite GruvboxOrangeBold

to highlight rather than change the colour .

This is how it looks in gruvbox it changes the colour to YellowBold.

Screen Shot 2021-12-29 at 11 54 26 pm

this is how it looks on different theme/vscode.

Screen Shot 2021-12-30 at 12 40 59 am

Thank you

EricDriussi commented 2 years ago

I'm also interested in this. I can't seem to set it myself in any way.

Best I can do is make it go red instead (yay me) but not the background.

Any idea how one would go about changing the behavior?

EricDriussi commented 2 years ago

Oh well nevermind...

hi! LspReferenceText guibg=#504945
hi! LspReferenceRead guibg=#504945
hi! LspReferenceWrite guibg=#504945

Just swap #504945 for your color of choice!