Skip to content

Commit

Permalink
Merge pull request #38 from Trismegistos84/master
Browse files Browse the repository at this point in the history
Make colouring of operators consistent across languages.
  • Loading branch information
Koen Lageveen committed Jan 5, 2015
2 parents 8939138 + 37519e5 commit dc4f11f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Solarized (dark).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,19 @@
<string>#859900</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Arithmetical, Assignment, Comparision Operators</string>
<key>scope</key>
<string>keyword.operator.comparison, keyword.operator.assignment, keyword.operator.arithmetic</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#839496</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Storage</string>
Expand Down
13 changes: 13 additions & 0 deletions Solarized (light).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,19 @@
<string>#859900</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Arithmetical, Assignment, Comparision Operators</string>
<key>scope</key>
<string>keyword.operator.comparison, keyword.operator.assignment, keyword.operator.arithmetic</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#657B83</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Storage</string>
Expand Down

0 comments on commit dc4f11f

Please sign in to comment.