frankyonnetti / gravity-sublime-theme

A Sublime Text theme that feels right at home on macOS
https://frankyonnetti.github.io/gravity-sublime-theme/
396 stars 26 forks source link

One Dark: storage.modifier is too similar to variable.parameter #68

Closed rwols closed 3 years ago

rwols commented 3 years ago

I believe variable.parameter now receives a color? Nice work 👍 although (EDIT: Never mind, it was already reddish) I do think the distance in color between storage.modifier and variable.parameter is too short now:

image image
frankyonnetti commented 3 years ago

Can try installing one of these packages? They help improve C++ syntax in Sublime.

rwols commented 3 years ago

Those syntaxes are unmaintained. The default one is pretty good.

rwols commented 3 years ago

I still think this is an issue. Member variables, function arguments, storage modifiers are all the same color (red).

rwols commented 3 years ago

But I'll see if I can try something myself.