Created
September 23, 2013 10:13
-
-
Save andymcfee/6668660 to your computer and use it in GitHub Desktop.
My Sublime Text color theme. A mod of the RailsCast theme, slightly more vibrant though. Install Mac: Copy this file to ~/Library/Application Support/Sublime Text 3/Packages/User/
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 Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- Generated by: TmTheme-Editor --> | |
<!-- ============================================ --> | |
<!-- app: http://tmtheme-editor.herokuapp.com --> | |
<!-- code: https://github.com/aziz/tmTheme-Editor --> | |
<plist version="1.0"> | |
<dict> | |
<key>gutterSettings</key> | |
<dict> | |
<key>background</key> | |
<string>#45433E</string> | |
<key>divider</key> | |
<string>#75715E</string> | |
<key>foreground</key> | |
<string>#858179</string> | |
<key>selectionBackground</key> | |
<string>#3B3935</string> | |
<key>selectionForeground</key> | |
<string>#BFBBB0</string> | |
</dict> | |
<key>name</key> | |
<string>RailsCasts</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2f2f2f</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>#2f2f2f</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>#4a6b80</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>#CC7833</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>#ffd438</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,variable.scss,meta.set.variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#d1ceff</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>#78c1e0</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>#6a96b7</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>#badb6e</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>#e2bb54</string> | |
</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> | |
</array> | |
<key>uuid</key> | |
<string>B80CD0D8-613C-46FD-9C06-A1201108BC2A</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>semanticClass</key> | |
<string>theme.dark.rails_casts</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment