Open ghost opened 9 years ago
Hey,
Sounds good :+1:
Could you could hit Edit on Github for Dark https://github.com/deplorableword/textmate-solarized/edit/master/Solarized%20(dark).tmTheme and Light https://github.com/deplorableword/textmate-solarized/edit/master/Solarized%20(light).tmTheme paste / replace the lines which need replacing and hit Save.
That should generated a pull request, which I can automatically merge in via GitHub.
Thanks
@deplorableword The change was merged few days ago. I didn't know I am responsible for closing this issue.
I think it was merged over in the SublimeColors repo, and not this one, which is for the TextMate version.
@jibsen You are right. This is mistake on my side. I have initially created this issue believing this is bug tracker for Sublime text. I could merge the change but I am not able to check it because I do not have Mac nor TextMate.
Solarized Dark and Light themes orginally does not color aritchmetical operators e.g. (=, +, -, ++, +=, &&, ||) for any language e.g.
python
java
Sublime Text 3 port follows these setting in some languages e.g. C++, Haskell but for other languages like Python or Ruby it colors these operators same as keywords. This is deviation from orginal theme and additionally it introduces noise.
I have prepared lines that has to be added to make Sublime scheme compatible with orginal one.
Add following lines to dark scheme:
Add following lines to light scheme: