Created
January 18, 2011 06:06
-
-
Save ahawkins/784037 to your computer and use it in GitHub Desktop.
Spectacular theme posted in a Gist since it's gone from the official site
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>Spectacular</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#000000</string> | |
| <key>caret</key> | |
| <string>#8BA7A7</string> | |
| <key>foreground</key> | |
| <string>#F3F3F3</string> | |
| <key>invisibles</key> | |
| <string>#484848</string> | |
| <key>lineHighlight</key> | |
| <string>#F8F8F8</string> | |
| <key>selection</key> | |
| <string>#FFFFFF59</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>#60606D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Constant</string> | |
| <key>scope</key> | |
| <string>constant</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FF3A55</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Entity</string> | |
| <key>scope</key> | |
| <string>entity</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>bold</string> | |
| <key>foreground</key> | |
| <string>#FFFB00</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Keyword</string> | |
| <key>scope</key> | |
| <string>keyword</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>bold</string> | |
| <key>foreground</key> | |
| <string>#FFAA00</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Storage</string> | |
| <key>scope</key> | |
| <string>storage</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#F6F080</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String</string> | |
| <key>scope</key> | |
| <string>string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#A9E448</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Support</string> | |
| <key>scope</key> | |
| <string>support</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#84BEE2</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Variable</string> | |
| <key>scope</key> | |
| <string>variable</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FB9A4B</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Invalid</string> | |
| <key>scope</key> | |
| <string>invalid</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#D8290DBF</string> | |
| <key>foreground</key> | |
| <string>#F8F8F8</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Embedded Source</string> | |
| <key>scope</key> | |
| <string>text source</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#B0B3BA14</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Embedded Source (Bright)</string> | |
| <key>scope</key> | |
| <string>text.html.ruby source</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#B1B3BA21</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Entity inherited-class</string> | |
| <key>scope</key> | |
| <string>entity.other.inherited-class</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| <key>foreground</key> | |
| <string>#4EE161</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String embedded-source</string> | |
| <key>scope</key> | |
| <string>string.quoted source</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#C773F3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String constant</string> | |
| <key>scope</key> | |
| <string>string constant</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9DF39F</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String.regexp</string> | |
| <key>scope</key> | |
| <string>string.regexp</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFB454</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String variable</string> | |
| <key>scope</key> | |
| <string>string variable</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#EDEF7D</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></string> | |
| <key>foreground</key> | |
| <string>#FFB454</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Support.constant</string> | |
| <key>scope</key> | |
| <string>support.constant</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#EB939A</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>C/C++ Preprocessor Line</string> | |
| <key>scope</key> | |
| <string>other.preprocessor.c</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8996A8</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>C/C++ Preprocessor Directive</string> | |
| <key>scope</key> | |
| <string>other.preprocessor.c entity</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#AFC4DB</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Doctype/XML Processing</string> | |
| <key>scope</key> | |
| <string>declaration.sgml.html declaration.doctype, declaration.sgml.html declaration.doctype entity, declaration.sgml.html declaration.doctype string, declaration.xml-processing, declaration.xml-processing entity, declaration.xml-processing string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#73817D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Meta.tag.A</string> | |
| <key>scope</key> | |
| <string>declaration.tag, declaration.tag entity, meta.tag, meta.tag entity</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9EFFFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>css tag-name</string> | |
| <key>scope</key> | |
| <string>meta.selector.css entity.name.tag</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9EFFFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>css#id</string> | |
| <key>scope</key> | |
| <string>meta.selector.css entity.other.attribute-name.id</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFB454</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>css.class</string> | |
| <key>scope</key> | |
| <string>meta.selector.css entity.other.attribute-name.class</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#5FE461</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>css property-name:</string> | |
| <key>scope</key> | |
| <string>support.type.property-name.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9DF39F</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>css property-value;</string> | |
| <key>scope</key> | |
| <string>meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F6F080</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>css @at-rule</string> | |
| <key>scope</key> | |
| <string>meta.preprocessor.at-rule keyword.control.at-rule</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F6AA11</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>css additional-constants</string> | |
| <key>scope</key> | |
| <string>meta.property-value support.constant.named-color.css, meta.property-value constant</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#EDF080</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>css constructor.argument</string> | |
| <key>scope</key> | |
| <string>meta.constructor.argument.css</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#EB939A</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>diff.header</string> | |
| <key>scope</key> | |
| <string>meta.diff, meta.diff.header</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#0E2231</string> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| <key>foreground</key> | |
| <string>#F8F8F8</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>#D03620</string> | |
| <key>foreground</key> | |
| <string>#F8F8F8</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>#C4B14A</string> | |
| <key>foreground</key> | |
| <string>#F8F8F8</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>#41A83E</string> | |
| <key>foreground</key> | |
| <string>#F8F8F8</string> | |
| </dict> | |
| </dict> | |
| </array> | |
| <key>uuid</key> | |
| <string>D611EF7C-0DA9-4E6D-A7A1-E05F74BD3AB0</string> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment