Created
September 23, 2010 08:55
-
-
Save mocoso/593361 to your computer and use it in GitHub Desktop.
My Vibrant Ink Textmate Theme
This file contains 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>Vibrant Ink</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000</string> | |
<key>caret</key> | |
<string>#FFFFFF</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
<key>invisibles</key> | |
<string>#404040</string> | |
<key>lineHighlight</key> | |
<string>#333300</string> | |
<key>selection</key> | |
<string>#4F6D5AE0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Text base</string> | |
<key>scope</key> | |
<string>text</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#0F0F0F</string> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Inline Ruby Html</string> | |
<key>scope</key> | |
<string>source.ruby.rails.embedded.html</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby Html</string> | |
<key>scope</key> | |
<string>text.html.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#101010</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby Number</string> | |
<key>scope</key> | |
<string>constant.numeric.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CCFF33</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Ruby source</string> | |
<key>scope</key> | |
<string>source.ruby</string> | |
<key>settings</key> | |
<dict/> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Source base</string> | |
<key>scope</key> | |
<string>source</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000000</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF6FE7</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#28C4FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FF6600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Pre-processor Line</string> | |
<key>scope</key> | |
<string>keyword.preprocessor</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#EDF8F9</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Pre-processor Directive</string> | |
<key>scope</key> | |
<string>keyword.preprocessor directive</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function, storage.type.function.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFCC00</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>italic underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Block comment</string> | |
<key>scope</key> | |
<string>source comment.block</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#070707</string> | |
<key>foreground</key> | |
<string>#A33DFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable.other</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>ActiveRecord Function</string> | |
<key>scope</key> | |
<string>support.function.activerecord.rails</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#999966</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#1AFF3E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String escapes</string> | |
<key>scope</key> | |
<string>string constant.character.escape</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AAAAAA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String (executed)</string> | |
<key>scope</key> | |
<string>string.interpolated</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#272103</string> | |
<key>foreground</key> | |
<string>#21FFD2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Regular expression</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#1265CC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String (literal)</string> | |
<key>scope</key> | |
<string>string.literal</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CCCC33</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String escapes (executed)</string> | |
<key>scope</key> | |
<string>string.interpolated constant.character.escape</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#555555</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class name</string> | |
<key>scope</key> | |
<string>entity.name.class, support.class.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class inheritance</string> | |
<key>scope</key> | |
<string>entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag name</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Html Meta</string> | |
<key>scope</key> | |
<string>meta.tag.inline.any.html, meta.tag.block.any.html</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FF6600</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>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#99CC99</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Other Keywords</string> | |
<key>scope</key> | |
<string>keyword.other</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DDE93D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Selector</string> | |
<key>scope</key> | |
<string>meta.selector.css, entity.other.attribute-name.pseudo-class.css, entity.name.tag.wildcard.css, entity.other.attribute-name.id.css, entity.other.attribute-name.class.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF6600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Property</string> | |
<key>scope</key> | |
<string>support.type.property-name.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#999966</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Other</string> | |
<key>scope</key> | |
<string>keyword.other.unit.css, constant.other.rgb-value.css, constant.numeric.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Javascript Events</string> | |
<key>scope</key> | |
<string>support.function.event-handler.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Javascript Operators</string> | |
<key>scope</key> | |
<string>keyword.operator.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Javascript Keywords</string> | |
<key>scope</key> | |
<string>keyword.control.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CCCC66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Prototype Objects</string> | |
<key>scope</key> | |
<string>support.class.prototype.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Prototype Methods</string> | |
<key>scope</key> | |
<string>object.property.function.prototype.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF6600</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>4B7A9AA6-C472-4460-BA48-199E2624956B</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment