caleb / gruvbox-syntax-atom

MIT License
33 stars 7 forks source link

Color for support.type #6

Closed Jacajack closed 7 years ago

Jacajack commented 8 years ago

Hi! Recently I started using Gruvbox theme (it's beautiful, thanks for great work! :heart:) and I noticed some types in my C code were not highlighted.

selection_840

I decided to examine what's going on, and finally I managed to modify language.less file in order to add color entry for support.type (uint8_t, int16_t, anything_t as declared by language-c package).

selection_841 I think that looks much better, doesn't it?

I chose orange, because library calls like malloc or printf are the same color now (like in for example One Dark theme)

It's the first time ever I modified Atom package files, so I hope I didn't break anything. Anyway, if something's wrong, please let me know, I'm willing to fix it :)

caleb commented 7 years ago

Thanks for this! I've incorporated this change into the currently released version of gruvbox. I couldn't merge this because I waited so long and other changes had been merged in.

Sorry for the delay in merging this.