Created
June 25, 2012 05:48
-
-
Save APlusDesign/2986878 to your computer and use it in GitHub Desktop.
Zenburn++ Theme for Sublime
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>author</key> | |
<string>Simon Ilett</string> | |
<key>name</key> | |
<string>zenburn</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#282828</string> | |
<key>caret</key> | |
<string>#fff</string> | |
<key>foreground</key> | |
<string>#DEDEDE</string> | |
<key>invisibles</key> | |
<string>#A5A5A552</string> | |
<key>lineHighlight</key> | |
<string>#282828</string> | |
<key>selection</key> | |
<string>#8383833B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#87AE86</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>phpdoc</string> | |
<key>scope</key> | |
<string>keyword.other.phpdoc</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#568E4D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>/*, #, //</string> | |
<key>scope</key> | |
<string>punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Directive</string> | |
<key>scope</key> | |
<string>keyword.other.directive</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#DEDEDE</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Line-number directives</string> | |
<key>scope</key> | |
<string>keyword.other.directive.line-number</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Characters</string> | |
<key>scope</key> | |
<string>constant.character</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF8080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string, string.unquoted</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#cc9393</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Heredoc</string> | |
<key>scope</key> | |
<string>string.unquoted.heredoc</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#D6D6D6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language, support.constant.core</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#D6D6AE</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FED6AF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Language Control Keyword</string> | |
<key>scope</key> | |
<string>keyword.control , meta.selector.css , entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FED6AF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Module Keyword</string> | |
<key>scope</key> | |
<string>entity.name.module,support.other.module</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FF8000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operators</string> | |
<key>scope</key> | |
<string>keyword.operator , punctuation - punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FEFED6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Floating-point infix operators</string> | |
<key>scope</key> | |
<string>source.ocaml keyword.operator.symbol.infix.floating-point</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Floating-point prefix operators</string> | |
<key>scope</key> | |
<string>source.ocaml keyword.operator.symbol.prefix.floating-point</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage Types</string> | |
<key>scope</key> | |
<string>storage.type , storage.modifier , support.type</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFFB9D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variant Types</string> | |
<key>scope</key> | |
<string>entity.name.class.variant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#4080A0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict/> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Type name</string> | |
<key>scope</key> | |
<string>entity.name.type , entity.other</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D6D6D6</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></string> | |
<key>foreground</key> | |
<string>#D78D1B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Type name</string> | |
<key>scope</key> | |
<string>storage.type.user-defined , meta.property-list</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFE000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class type name</string> | |
<key>scope</key> | |
<string>entity.name.type</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
<key>foreground</key> | |
<string>#F4A020</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function argument</string> | |
<key>scope</key> | |
<string>variable.parameter</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold italic underline</string> | |
<key>foreground</key> | |
<string>#FF5274</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>html attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#D6D7AF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>html entity</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#D6D7AF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string><?php</string> | |
<key>scope</key> | |
<string>punctuation.section.embedded.begin.php,punctuation.section.embedded.end.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#898989</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>variable</string> | |
<key>scope</key> | |
<string>variable.parameter, variable.other</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FED6AF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>php function</string> | |
<key>scope</key> | |
<string>support.function.construct</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FED6AF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>$variable prefix</string> | |
<key>scope</key> | |
<string>punctuation.definition.variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FEFED6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>function/method</string> | |
<key>scope</key> | |
<string>support.function,meta.function-call</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFFD87</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>built-in function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#C7BA18</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>braces</string> | |
<key>scope</key> | |
<string>meta.brace</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#800000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>string begin</string> | |
<key>scope</key> | |
<string>punctuation.definition.string.begin,punctuation.definition.string.end</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#D6D6D680</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>html tag begin/end</string> | |
<key>scope</key> | |
<string>punctuation.definition.tag.begin.html,punctuation.definition.tag.end.html,meta.tag.structure.any.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FED5AE94</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>yaml entity</string> | |
<key>scope</key> | |
<string>entity.name.tag.yaml</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#FED6AF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>unquoted yaml string</string> | |
<key>scope</key> | |
<string>punctuation.definition.entry</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D6D6D6</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SQL</string> | |
<key>scope</key> | |
<string>keyword.other.DML.sql, keyword.other.data-integrity.sql</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#B7B7B7</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>other SQL</string> | |
<key>scope</key> | |
<string>source.sql, constant.other.database-name.sql, constant.other.table-name.sql, keyword.operator.star</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#95BFF3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff</string> | |
<key>scope</key> | |
<string>source.diff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#393939</string> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.toc</string> | |
<key>scope</key> | |
<string>source.diff meta.diff.comment, source.diff meta.toc-list.comment.diff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#9F9D15</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff from-file</string> | |
<key>scope</key> | |
<string>meta.diff.header.from-file</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#393939</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#CA7172</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff to-file</string> | |
<key>scope</key> | |
<string>meta.diff.header.to-file</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#393939</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#60B38A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff range</string> | |
<key>scope</key> | |
<string>meta.diff.range.unified</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#393939</string> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#8CD0D3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.diff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#393939</string> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#60B38A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.diff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#393939</string> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#CA7172</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>regex</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#C76F41</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>regex - repitition</string> | |
<key>scope</key> | |
<string>string.regexp.arbitrary-repitition</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#9E6A5F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>regex - repitition {}</string> | |
<key>scope</key> | |
<string>punctuation.definition.arbitrary-repitition</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF5E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>regex - character class</string> | |
<key>scope</key> | |
<string>string.regexp.character-class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CB8E81</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>regex - character class []</string> | |
<key>scope</key> | |
<string>punctuation.definition.character-class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFFFFF5E</string> | |
</dict> | |
</dict> | |
<!-- Zenburn CSS overide colors :: Copied from Notepad++ Zenburn --> | |
<!-- Classname --> | |
<dict> | |
<key>name</key> | |
<string>Class type name</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.class.css</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
<key>foreground</key> | |
<string>#b8df7d</string> | |
</dict> | |
</dict> | |
<!-- prefix selectors? --> | |
<dict> | |
<key>name</key> | |
<string>Type name</string> | |
<key>scope</key> | |
<string>meta.property-list</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c2be9e</string> | |
</dict> | |
</dict> | |
<!-- Property: height, width etc.. --> | |
<dict> | |
<key>name</key> | |
<string>Storage Types</string> | |
<key>scope</key> | |
<string>support.type</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#c2be9e</string> | |
</dict> | |
</dict> | |
<!-- I like having property values such as '12px' all one color --> | |
<!-- left, right, hidden --> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>scope</key> | |
<string>constant.character, constant.other, support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#8cd0d3</string> | |
</dict> | |
</dict> | |
<!-- 1, 2, 3 --> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#80d0d3</string> | |
</dict> | |
</dict> | |
<!-- px, em, % --> | |
<dict> | |
<key>name</key> | |
<string>Language Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#8cd0d3</string> | |
</dict> | |
</dict> | |
<!-- 'url' for background (Different for some reason?) --> | |
<dict> | |
<key>name</key> | |
<string>built-in function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#8cd0d3</string> | |
</dict> | |
</dict> | |
<!-- --> | |
<dict> | |
<key>name</key> | |
<string>braces</string> | |
<key>scope</key> | |
<string>meta.brace</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#dfc473</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>A34A7407-68B9-48E5-883E-E551F7561026</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment