-
-
Save sergiitk/6405478 to your computer and use it in GitHub Desktop.
Railscast theme for Sublime Text 2. Markdown syntax highlighting added.
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>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> | |
<!-- Git plugin annotation colors. https://gist.github.com/buhrmi/1344659 --> | |
<dict> | |
<key>name</key> | |
<string>Git Modified Line</string> | |
<key>scope</key> | |
<string>git.changes.x</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2C5B9B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Git Added Line</string> | |
<key>scope</key> | |
<string>git.changes.+</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#59817b</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Git Remove Line</string> | |
<key>scope</key> | |
<string>git.changes.-</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#782922</string> | |
</dict> | |
</dict> | |
<!-- End git plugin. --> | |
<!-- Markdown Syntax Highlighting. https://gist.github.com/CrazyApi/2354062 --> | |
<dict> | |
<key>name</key> | |
<string>Markdown: Linebreak</string> | |
<key>scope</key> | |
<string>text.html.markdown meta.dummy.line-break</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#A57706</string> | |
<key>foreground</key> | |
<string>#E0EDDD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown: Raw</string> | |
<key>scope</key> | |
<string>text.html.markdown markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#269186</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Heading</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#cb4b16</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Italic</string> | |
<key>scope</key> | |
<string>markup.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Bold</string> | |
<key>scope</key> | |
<string>markup.bold</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#586e75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Underline</string> | |
<key>scope</key> | |
<string>markup.underline</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>underline</string> | |
<key>foreground</key> | |
<string>#839496</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Quote</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#268bd2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: List</string> | |
<key>scope</key> | |
<string>markup.list</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#657b83</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Raw</string> | |
<key>scope</key> | |
<string>markup.raw</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b58900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markup: Separator</string> | |
<key>scope</key> | |
<string>meta.separator</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#eee8d5</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#268bd2</string> | |
</dict> | |
</dict> | |
<!-- End markdown. --> | |
</array> | |
<key>uuid</key> | |
<string>B80CD0D8-613C-46FD-9C06-A1201108BC2A</string> | |
</dict> | |
</plist> |
r47ec0af - Add Markdown syntax highlighting.
f7a2a23 - Remove unrelated diff rules from Markdown syntax.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
r9150388 - Harmonize line indentation.