Skip to content

Instantly share code, notes, and snippets.

View robjmills's full-sized avatar

Rob Mills robjmills

View GitHub Profile
@robjmills
robjmills / gist:5362511
Last active December 16, 2015 02:29 — forked from getify/gist:3884928
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>