Last active
July 6, 2016 17:39
-
-
Save evturn/7c06408c1d48cec98a13695ff2fd2fc7 to your computer and use it in GitHub Desktop.
Sublime color scheme that may or may not look horrendous
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Monokai Phoenix</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>activeGuide</key> | |
<string>#9D550FB0</string> | |
<key>background</key> | |
<string>#111111</string> | |
<key>bracketContentsForeground</key> | |
<string>#F8F8F2A5</string> | |
<key>bracketContentsOptions</key> | |
<string>underline</string> | |
<key>bracketsForeground</key> | |
<string>#F8F8F2A5</string> | |
<key>bracketsOptions</key> | |
<string>underline</string> | |
<key>caret</key> | |
<string>#F8F8F0</string> | |
<key>findHighlight</key> | |
<string>#FFE792</string> | |
<key>findHighlightForeground</key> | |
<string>#000000</string> | |
<key>foreground</key> | |
<string>#F8F8F2</string> | |
<key>invisibles</key> | |
<string>#3B3A32</string> | |
<key>lineHighlight</key> | |
<string>#3E3D32</string> | |
<key>selection</key> | |
<string>#49483E</string> | |
<key>selectionBorder</key> | |
<string>#222218</string> | |
<key>tagsOptions</key> | |
<string>stippled_underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#75715E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#00ff66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#0099ff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>scope</key> | |
<string>constant.character, constant.other</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#0099ff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>constant</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AE81FFA0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>constant.numeric</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AE81FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>storage.type</string> | |
<key>scope</key> | |
<string>storage.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#66D9EF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support</string> | |
<key>scope</key> | |
<string>support</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8A5C8DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function arg</string> | |
<key>scope</key> | |
<string>meta.function.argument, variable.parameter, meta.parens.c</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF6600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>invalid.illegal</string> | |
<key>scope</key> | |
<string>invalid.illegal</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#562D56BF</string> | |
<key>foreground</key> | |
<string>#FD5FF1FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>support.function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#ffe600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>meta.tag entity</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffe600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.arrow.function.js</string> | |
<key>scope</key> | |
<string>entity.arrow.function.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6600ff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>support.class.error.js</string> | |
<key>scope</key> | |
<string>support.class.error.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF5522</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>support.class.node.js</string> | |
<key>scope</key> | |
<string>support.class.node.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#0099ff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>support.keyword.node.js</string> | |
<key>scope</key> | |
<string>support.keyword.node.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.module.js, variable.import.parameter.js, variable.other.class.js</string> | |
<key>scope</key> | |
<string>entity.name.module.js, variable.import.parameter.js, variable.other.class.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffe600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.accessor.js</string> | |
<key>scope</key> | |
<string>entity.name.accessor.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffe600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.method.js</string> | |
<key>scope</key> | |
<string>entity.name.method.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffe600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>meta.method.js</string> | |
<key>scope</key> | |
<string>meta.method.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffe0cc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>support.function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#66D9EF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#ffe600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.class.js</string> | |
<key>scope</key> | |
<string>entity.name.class.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#ffe600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.extends.js</string> | |
<key>scope</key> | |
<string>entity.name.extends.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#00FF99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.other.attribute-name.id</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.id</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffe600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>class name</string> | |
<key>scope</key> | |
<string>meta.prototype support.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffe600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#66D9EF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library class/type</string> | |
<key>scope</key> | |
<string>support.type, support.class, variable.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#66D9EF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>js undefined</string> | |
<key>scope</key> | |
<string>constant.language.undefined.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6600ff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>false</string> | |
<key>scope</key> | |
<string>constant.language.boolean.false</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6600ff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>true</string> | |
<key>scope</key> | |
<string>constant.language.boolean.true</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6600ff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>js null</string> | |
<key>scope</key> | |
<string>constant.language.null.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6600ff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Inherited class</string> | |
<key>scope</key> | |
<string>entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic underline</string> | |
<key>foreground</key> | |
<string>#ffe600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.header</string> | |
<key>scope</key> | |
<string>meta.diff, meta.diff.header, entity.name.namespace</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#75715E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#420E09FF</string> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4A410DFF</string> | |
<key>foreground</key> | |
<string>#E6DB74</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#253B22FF</string> | |
<key>foreground</key> | |
<string>#F8F8F8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Log Entry</string> | |
<key>scope</key> | |
<string>meta.line.entry.logfile, meta.line.exit.logfile</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EEEEEE29</string> | |
<key>foreground</key> | |
<string>#F8F8F8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Log Entry Error</string> | |
<key>scope</key> | |
<string>meta.line.error.logfile</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#751012</string> | |
<key>foreground</key> | |
<string>#F8F8F8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON String</string> | |
<key>scope</key> | |
<string>meta.structure.dictionary.json string.quoted.double</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CFCFC2</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>c29d9188-ad09-45ff-a41c-5fa3816b15ba</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment