Created
January 15, 2015 20:15
-
-
Save nickeddy/c4d373d01f445438b9f8 to your computer and use it in GitHub Desktop.
Resesif.tmTheme for ST
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>Resesif</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> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#E8E2DF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Comment</string> | |
| <key>scope</key> | |
| <string>comment</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#8B8B8B</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 /> | |
| <key>foreground</key> | |
| <string>#B6C34D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Function (definition)</string> | |
| <key>scope</key> | |
| <string>support.function</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#D98339</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Class (definition)</string> | |
| <key>scope</key> | |
| <string>entity.name</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#BE493C1A</string> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#E16C5B</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Number</string> | |
| <key>scope</key> | |
| <string>constant.numeric</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#8D76AC1A</string> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#B49CDA</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Variable</string> | |
| <key>scope</key> | |
| <string>variable.language, variable.other</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#2A91A90D</string> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#4DA6BD</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Constant</string> | |
| <key>scope</key> | |
| <string>constant</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#BA88661A</string> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#C29B7A</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>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#E06868</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 /> | |
| <key>foreground</key> | |
| <string>#71BACC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String</string> | |
| <key>scope</key> | |
| <string>string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#9DBB530F</string> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#B0CC66</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Library function</string> | |
| <key>scope</key> | |
| <string>variable.language</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#DBD76B</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>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#BBC94D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Markup tag</string> | |
| <key>scope</key> | |
| <string>storage</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string /> | |
| <key>foreground</key> | |
| <string>#E8BF6A</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 /> | |
| <key>foreground</key> | |
| <string>#3FC172</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>SublimeLinter Warning</string> | |
| <key>scope</key> | |
| <string>sublimelinter.mark.warning</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#DDB700</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>SublimeLinter Gutter Mark</string> | |
| <key>scope</key> | |
| <string>sublimelinter.gutter-mark</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| </dict> | |
| </dict><dict> | |
| <key>name</key> | |
| <string>SublimeLinter Error</string> | |
| <key>scope</key> | |
| <string>sublimelinter.mark.error</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#D02000</string> | |
| </dict> | |
| </dict></array> | |
| <key>uuid</key> | |
| <string>24933864-AD69-4CA8-8618-CF4E9F2F12F3</string> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment