gruvbox-community / gruvbox

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

CSS properties get different colors #114

Closed bronzehedwick closed 5 years ago

bronzehedwick commented 5 years ago

Some CSS properties get the green color, some get the yellow, and still others get orange. They should all be the same color.

Example below:

Screen Shot 2019-08-08 at 3 45 52 PM

sainnhe commented 5 years ago

css properties are linked to cssProp, maybe these codes can be replaced with

hi! link cssProp GruvboxAqua
bronzehedwick commented 5 years ago

Hm so it looks like this color difference is intentional, and I was just not aware of the groups that are being used.

Do others find that valuable, to know the general type of thing the css property effects via the prop color?

I personally don’t find that information useful and it adds to visual noise for me, but if others like this I can override in my own config.

rbong commented 5 years ago

I personally wouldn't feel comfortable removing it unless if there's a huge consensus, given that it's long-time intentional behaviour and it's a bit easier to disable than it would be to re-enable.

bronzehedwick commented 5 years ago

Fair enough @rbong, I'll disable in my config. Thanks!