Skip to content

Instantly share code, notes, and snippets.

@TexRx
Forked from getify/gist:3884928
Created October 17, 2012 04:31
Show Gist options
  • Save TexRx/3903714 to your computer and use it in GitHub Desktop.
Save TexRx/3903714 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