Created
January 22, 2012 23:29
-
-
Save smlombardi/1659369 to your computer and use it in GitHub Desktop.
Modified version of Railscast theme for Textmate/Sublime Text 2
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>Railscasts 2</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2B2B2B</string> | |
<key>caret</key> | |
<string>#FFFFFF</string> | |
<key>foreground</key> | |
<string>#E6E1DC</string> | |
<key>invisibles</key> | |
<string>#404040</string> | |
<key>lineHighlight</key> | |
<string>#333435</string> | |
<key>selection</key> | |
<string>#5A647EE0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Source</string> | |
<key>scope</key> | |
<string>source</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#232323</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment,punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#BC9458</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword, storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#A1C2A8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function (definition)</string> | |
<key>scope</key> | |
<string>entity.name.function, keyword.other.name-of-parameter.objc</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFC66D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class (definition)</string> | |
<key>scope</key> | |
<string>entity.name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#A5C261</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable.language, variable.other</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#D0D0FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#6D9CBE</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant (other variable)</string> | |
<key>scope</key> | |
<string>variable.other.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DA4939</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant (built-in)</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#6E9CBE</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>#EBD699</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#DA4939</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library type</string> | |
<key>scope</key> | |
<string>support.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6E9CBE</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>#A5C261</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup tag</string> | |
<key>scope</key> | |
<string>meta.tag, declaration.tag, entity.name.tag, entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#629F9E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>untitled</string> | |
<key>settings</key> | |
<dict/> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#990000</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String interpolation</string> | |
<key>scope</key> | |
<string>constant.character.escaped, constant.character.escape, string source, string source.ruby</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#519F50</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Diff Add</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#144212</string> | |
<key>foreground</key> | |
<string>#E6E1DC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Diff Remove</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#660000</string> | |
<key>foreground</key> | |
<string>#E6E1DC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Diff Header</string> | |
<key>scope</key> | |
<string>meta.diff.header, meta.separator.diff, meta.diff.index, meta.diff.range</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2F33AB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML attribute name</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.html</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#93C08A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML tag</string> | |
<key>scope</key> | |
<string>entity.name.tag.inline.any.html</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#629F9E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>HTML attribute value</string> | |
<key>scope</key> | |
<string>source.css.embedded.html string.quoted.double.html, meta.tag.inline.any.html string.quoted.double.html, meta.tag.any.html string.quoted.double.html, source.js.embedded.html string.quoted.double.html</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BFC08A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag puncutation</string> | |
<key>scope</key> | |
<string>punctuation.definition.tag.html</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#93C08A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JS operator</string> | |
<key>scope</key> | |
<string>keyword.operator.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFD24A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Color</string> | |
<key>scope</key> | |
<string>constant.other.color.rgb-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C6E0CA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Class</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.class.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFD24A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS ID</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.id.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF9C4A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Entity</string> | |
<key>scope</key> | |
<string>entity.name.tag.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D7A100</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Attribute value</string> | |
<key>scope</key> | |
<string>meta.property-value.css,support.constant.font-name.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A5C260</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Attribute Name</string> | |
<key>scope</key> | |
<string>support.type.property-name.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8AA6C2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Number</string> | |
<key>scope</key> | |
<string>constant.numeric.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EFD77D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Unit</string> | |
<key>scope</key> | |
<string>keyword.other.unit.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#748CA3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS Punctuation</string> | |
<key>scope</key> | |
<string>punctuation.separator.key-value.css, punctuation.terminator.rule.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E6E1DC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP delimiters</string> | |
<key>scope</key> | |
<string>punctuation.section.embedded.end.php, punctuation.section.embedded.begin.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB19F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP include</string> | |
<key>scope</key> | |
<string>keyword.control.import.include.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F09772</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>B80CD0D8-613C-46FD-9C06-A1201108BC2A</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lovely! Thanks for sharing :)