-
-
Save yokodev/6f90471b1b0322ea1dbe635476c725e8 to your computer and use it in GitHub Desktop.
sublime JSON coloring for Monokai theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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