Skip to content

Instantly share code, notes, and snippets.

@getify
Created October 13, 2012 15:05
Show Gist options
  • Save getify/3884928 to your computer and use it in GitHub Desktop.
Save getify/3884928 to your computer and use it in GitHub Desktop.
sublime JSON coloring for Monokai theme
<dict>
<key>name</key>
<string>JSON String</string>
<key>scope</key>
<string>meta.structure.dictionary.json string.quoted.double.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E6DB74</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON :</string>
<key>scope</key>
<string>punctuation.separator.dictionary.key-value.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ed66a9</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON ,</string>
<key>scope</key>
<string>punctuation.separator.dictionary.pair.json, punctuation.separator.array.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F92672</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON { } [ ]</string>
<key>scope</key>
<string>punctuation.definition.array.begin.json, punctuation.definition.array.end.json, punctuation.definition.dictionary.begin.json, punctuation.definition.dictionary.end.json</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#8ebcf6</string>
</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment