Skip to content

Commit

Permalink
in fact, math operators should really stand out
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Mar 7, 2019
1 parent dbc409c commit 6c54ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Solarized (dark).sublime-color-scheme
Expand Up @@ -117,7 +117,7 @@
{
"name": "Arithmetical Operators",
"scope": "keyword.operator.arithmetic",
"foreground": "var(base1)"
"foreground": "var(orange)"
},
{
"name": "Storage",
Expand Down
2 changes: 1 addition & 1 deletion Solarized (light).sublime-color-scheme
Expand Up @@ -117,7 +117,7 @@
{
"name": "Arithmetical Operators",
"scope": "keyword.operator.arithmetic",
"foreground": "var(base01)"
"foreground": "var(orange)"
},
{
"name": "Storage",
Expand Down

0 comments on commit 6c54ce5

Please sign in to comment.