Created
January 26, 2014 22:50
-
-
Save jrnickell/8640513 to your computer and use it in GitHub Desktop.
My Sublime Text 2 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <!-- | |
| ====================================================================== | |
| JohnnyFive | |
| ====================================================================== | |
| A Sublime Text 2 / Textmate theme. | |
| Copyright (c) 2014 John Nickell | |
| Released under the MIT License <http://opensource.org/licenses/MIT> | |
| ====================================================================== | |
| --> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>author</key> | |
| <string>John Nickell</string> | |
| <key>name</key> | |
| <string>JohnnyFive</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#181818</string> | |
| <key>caret</key> | |
| <string>#dddddd</string> | |
| <key>foreground</key> | |
| <string>#eeeeee</string> | |
| <key>invisibles</key> | |
| <string>#181818</string> | |
| <key>lineHighlight</key> | |
| <string>#222222</string> | |
| <key>selection</key> | |
| <string>#333333</string> | |
| <key>selectionBorder</key> | |
| <string>#222222</string> | |
| <key>findHighlight</key> | |
| <string>#FFEEAA</string> | |
| <key>findHighlightForeground</key> | |
| <string>#111111</string> | |
| <key>inactiveSelection</key> | |
| <string>#333333</string> | |
| <key>gutterForeground</key> | |
| <string>#444444</string> | |
| <key>guide</key> | |
| <string>#444444</string> | |
| <key>activeGuide</key> | |
| <string>#555555</string> | |
| <key>bracketsForeground</key> | |
| <string>#AAAAAA</string> | |
| <key>bracketsOptions</key> | |
| <string>underline</string> | |
| <key>bracketContentsForeground</key> | |
| <string>#AAAAAA</string> | |
| <key>bracketContentsOptions</key> | |
| <string>underline</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>#446644</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Block comment</string> | |
| <key>scope</key> | |
| <string>comment.block</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| <key>foreground</key> | |
| <string>#446644</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Keyword</string> | |
| <key>scope</key> | |
| <string>keyword</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#3366CC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Constant</string> | |
| <key>scope</key> | |
| <string>constant</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#3366CC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>User Constant</string> | |
| <key>scope</key> | |
| <string>constant.character,constant.other</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#336699</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Storage</string> | |
| <key>scope</key> | |
| <string>storage</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CCCCCC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Storage Modifier</string> | |
| <key>scope</key> | |
| <string>storage.modifier</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>normal</string> | |
| <key>foreground</key> | |
| <string>#3366CC</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>#3399CC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String</string> | |
| <key>scope</key> | |
| <string>string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC6666</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String single quoted</string> | |
| <key>scope</key> | |
| <string>string.quoted.single</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#994444</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String double quoted</string> | |
| <key>scope</key> | |
| <string>string.quoted.double</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC6666</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Number</string> | |
| <key>scope</key> | |
| <string>constant.numeric</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FF8844</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Entity</string> | |
| <key>scope</key> | |
| <string>entity</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#66CCEE</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Class name</string> | |
| <key>scope</key> | |
| <string>entity.name.class</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#3399CC</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>foreground</key> | |
| <string>#6699CC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Variable</string> | |
| <key>scope</key> | |
| <string>variable</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9966CC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Function name</string> | |
| <key>scope</key> | |
| <string>entity.name.function</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#33CC99</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Function call</string> | |
| <key>scope</key> | |
| <string>meta.function-call</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#339966</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Function argument</string> | |
| <key>scope</key> | |
| <string>variable.parameter</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9966CC</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>#339966</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Support constant</string> | |
| <key>scope</key> | |
| <string>support.constant</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#3366CC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Support class type</string> | |
| <key>scope</key> | |
| <string>support.type, support.class</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#66CCEE</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Support variable</string> | |
| <key>scope</key> | |
| <string>support.other.variable</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9966CC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Tag name</string> | |
| <key>scope</key> | |
| <string>entity.name.tag,punctuation.definition.tag</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#993333</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Tag attribute</string> | |
| <key>scope</key> | |
| <string>entity.other.attribute-name</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC9933</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JavaScript</string> | |
| <key>scope</key> | |
| <string>source.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC9966</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JavaScript punct</string> | |
| <key>scope</key> | |
| <string>meta.brace.curly.js,meta.brace.square.js,punctuation.terminator.statement.js,meta.delimiter.method.period.js,punctuation.definition.parameters.begin.js,meta.brace.round.js,punctuation.definition.parameters.end.js,meta.delimiter.object.comma.js,meta.function.json.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#EEEEEE</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JavaScript keywords</string> | |
| <key>scope</key> | |
| <string>keyword.operator.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CCCC99</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON string</string> | |
| <key>scope</key> | |
| <string>string.quoted.double.json</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC6666</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>YAML tag</string> | |
| <key>scope</key> | |
| <string>entity.name.tag.yaml</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#993366</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Sass</string> | |
| <key>scope</key> | |
| <string>source.sass,keyword.control.at-rule.sass,keyword.control.untitled</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#993366</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Sass class</string> | |
| <key>scope</key> | |
| <string>entity.other.attribute-name.class.sass</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC6699</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Sass ID</string> | |
| <key>scope</key> | |
| <string>entity.other.attribute-name.id.sass</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CC6666</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Twig punct</string> | |
| <key>scope</key> | |
| <string>punctuation.section.tag.twig,punctuation.separator.property.twig</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#EEEEEE</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>foreground</key> | |
| <string>#888888</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Diff deleted</string> | |
| <key>scope</key> | |
| <string>markup.deleted</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#993333</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Diff inserted</string> | |
| <key>scope</key> | |
| <string>markup.inserted</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#3366FF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Diff changed</string> | |
| <key>scope</key> | |
| <string>markup.changed</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#996600</string> | |
| </dict> | |
| </dict> | |
| </array> | |
| <key>uuid</key> | |
| <string>24013738-0073-4377-886E-EE912010F86E</string> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment