Created
August 11, 2013 08:24
-
-
Save ef2k/6203981 to your computer and use it in GitHub Desktop.
iPlastic2 - Sublime color scheme
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 Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>author</key> | |
| <string>Eddie Flores, Jeroen van der Ham</string> | |
| <key>name</key> | |
| <string>iPlastic2</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e1e1e1</string> | |
| <key>caret</key> | |
| <string>#000000</string> | |
| <key>foreground</key> | |
| <string>#000000</string> | |
| <key>invisibles</key> | |
| <string>#B3B3B3F4</string> | |
| <key>lineHighlight</key> | |
| <string>#0000001A</string> | |
| <key>selection</key> | |
| <string>#BAD6FD</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String</string> | |
| <key>scope</key> | |
| <string>string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#009988</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Number</string> | |
| <key>scope</key> | |
| <string>constant.numeric</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#0066FF</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>#FF0080</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Keyword</string> | |
| <key>scope</key> | |
| <string>keyword</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>bold</string> | |
| <key>foreground</key> | |
| <string>#005DF3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Identifier</string> | |
| <key>scope</key> | |
| <string>constant.language</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#AC50F1</string> | |
| <key>fontStyle</key> | |
| <string>bold</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Exception</string> | |
| <key>scope</key> | |
| <string>support.class.exception</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#E16F58</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Function name</string> | |
| <key>scope</key> | |
| <string>entity.name.function</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>bold</string> | |
| <key>foreground</key> | |
| <string>#000000</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Type name</string> | |
| <key>scope</key> | |
| <string>entity.name.type</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>bold underline</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Arguments</string> | |
| <key>scope</key> | |
| <string>variable.parameter</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>italic bold</string> | |
| <key>foreground</key> | |
| <string>#000000</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Comment</string> | |
| <key>scope</key> | |
| <string>comment</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| <key>foreground</key> | |
| <string>#B3BDC3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Invalid</string> | |
| <key>scope</key> | |
| <string>invalid</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#E71A114D</string> | |
| <key>foreground</key> | |
| <string>#FF0000</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Trailing whitespace</string> | |
| <key>scope</key> | |
| <string>invalid.deprecated.trailing-whitespace</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#E71A1100</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Embedded source</string> | |
| <key>scope</key> | |
| <string>text source</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#FAFAFAFC</string> | |
| <key>foreground</key> | |
| <string>#000000</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Tag</string> | |
| <key>scope</key> | |
| <string>meta.tag, declaration.tag</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#0033CC</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Constant</string> | |
| <key>scope</key> | |
| <string>constant, support.constant</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6782D3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Support</string> | |
| <key>scope</key> | |
| <string>support</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>bold</string> | |
| <key>foreground</key> | |
| <string>#3333FF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Storage</string> | |
| <key>scope</key> | |
| <string>storage</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>bold</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Section name</string> | |
| <key>scope</key> | |
| <string>entity.name.section</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>bold underline</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Frame title</string> | |
| <key>scope</key> | |
| <string>entity.name.function.frame</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>bold</string> | |
| <key>foreground</key> | |
| <string>#000000</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>XML Declaration</string> | |
| <key>scope</key> | |
| <string>meta.tag.preprocessor.xml</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#333333</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>#3366CC</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>bold</string> | |
| </dict> | |
| </dict> | |
| </array> | |
| <key>uuid</key> | |
| <string>4FCFA210-B247-11D9-9D00-000D93347A42</string> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment