Skip to content

Commit

Permalink
change string key colors to match json version
Browse files Browse the repository at this point in the history
It's nicer
  • Loading branch information
JonathanWolfe committed Jan 4, 2017
1 parent 9cb25c0 commit e2e9ea5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cobalt2.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,10 @@
<key>name</key>
<string>Quotes</string>
<key>scope</key>
<string>punctuation.definition.string.begin.js, punctuation.definition.string.end.js</string>
<string>
, punctuation.definition.string.begin.js,
, punctuation.definition.string.end.js,
</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand All @@ -887,11 +890,11 @@
<key>name</key>
<string>Object Keys - strings</string>
<key>scope</key>
<string>meta.object-literal.key.string</string>
<string>meta.object-literal.key.string.quoted</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#9EFF80</string>
<string>#80FFBB</string>
</dict>
</dict>

Expand Down

0 comments on commit e2e9ea5

Please sign in to comment.