sainnhe / gruvbox-material

Gruvbox with Material Palette
MIT License
1.96k stars 166 forks source link

Add support for nvim-cmp highlight groups #108

Closed marcomayer closed 3 years ago

marcomayer commented 3 years ago

Would be great to have these, if I find some time I'll do a PR myself. Link to groups: https://github.com/hrsh7th/nvim-cmp#highlights

sainnhe commented 3 years ago

Done via https://github.com/sainnhe/gruvbox-material/commit/13dc03fd1effbc8dcdb4f9fab70e9aef6f399498, I'm not sure if this highlight is OK though. You can update this color scheme and get it a try.

marcomayer commented 3 years ago

Nice, I think the gray is a bit too hard to read while matching, I prefer: highlight! link CmpItemAbbr Fg also highlight! link CmpItemMenu Fg is missing.

Here's what it look like: Screenshot 2021-10-12 at 12 23 05 :

sainnhe commented 3 years ago

Thanks, I've updated CmpItemAbbr and CmpItemMenu to use Fg following your advise.

And I referenced the completion menu of vscode and added bold to matching characters.