Skip to content

Instantly share code, notes, and snippets.

@robjmills
Forked from getify/gist:3884928
Last active December 16, 2015 02:29
Show Gist options
  • Save robjmills/5362511 to your computer and use it in GitHub Desktop.
Save robjmills/5362511 to your computer and use it in GitHub Desktop.
Modification for monokai theme for JSON files - edit ~/Library/Application Support/Sublime Text 2/Packages/Color Scheme - Default/Monokai.tmTheme
<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>#F92672</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>#ffffff</string>
</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment