sainnhe / gruvbox-material

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

Feature request: support more plugins #36

Closed zxYin closed 4 years ago

zxYin commented 4 years ago

First of all, thanks for this amazing color scheme. But I found that some highlights of plugins like vim-easymotion and vim-sneak had not been adjusted. I will really appreciate it if you could add them.

sainnhe commented 4 years ago

They are already adjusted in L1676-L1684. If you are not satisfied with this, maybe you can open a PR.

zxYin commented 4 years ago

Thanks. I felt that SneakLabelMask might be forgotten to set properly (the wield pink color below) and SneakScope couldn't be clearly seen in this case.

image

Now, I just simply changed it to the following:

highlight! SneakLabelMask guibg=#a9b665 guifg=#a9b665 " the green color
highlight! link SneakScope DiffText
highlight! link SneakLabel Search
highlight! link Sneak Search

which looked like this: image

sainnhe commented 4 years ago

Thanks for your suggestion, I've adjusted the colors based on your design 4b3f1b8.