Created
October 27, 2016 20:38
-
-
Save sliptype/d3cb6329d4e5fae10c4643ce6f0bae4c to your computer and use it in GitHub Desktop.
Miami Sublime Theme
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>name</key> | |
<string>Miami</string> | |
<key>author</key> | |
<string>Sebastian Klingler</string> | |
<key>settings</key> | |
<array> | |
<!-- Base settings --> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#2e2e2e</string> | |
<key>caret</key> | |
<string>#fff</string> | |
<key>foreground</key> | |
<string>#F8F8F8</string> | |
<key>invisibles</key> | |
<string>#FFFFFF</string> | |
<key>lineHighlight</key> | |
<string>#000</string> | |
<key>selection</key> | |
<string>#000</string> | |
</dict> | |
</dict> | |
<!-- Keywords --> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#01CCFF</string> | |
</dict> | |
</dict> | |
<!-- Storage --> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#01CCFF</string> | |
</dict> | |
</dict> | |
<!-- Entity Names (Functions) --> | |
<dict> | |
<key>name</key> | |
<string>Entity name</string> | |
<key>scope</key> | |
<string>entity.name - (entity.name.filename | entity.name.section | entity.name.tag | entity.name.label)</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFEA00</string> | |
</dict> | |
</dict> | |
<!-- Tags --> | |
<dict> | |
<key>name</key> | |
<string>Tag attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name | entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFEA00</string> | |
</dict> | |
</dict> | |
<!-- Variables --> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<!-- Operators --> | |
<dict> | |
<key>name</key> | |
<string>meta.tag</string> | |
<key>scope</key> | |
<string>meta.tag, meta.tag entity</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#01CCFF</string> | |
</dict> | |
</dict> | |
<!-- Strings --> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string, meta.verbatim</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#00FFAE</string> | |
</dict> | |
</dict> | |
<!-- Constants --> | |
<dict> | |
<key>name</key> | |
<string>Constant</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#00FFDD</string> | |
</dict> | |
</dict> | |
<!-- Support --> | |
<dict> | |
<key>name</key> | |
<string>Support</string> | |
<key>scope</key> | |
<string>support</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<!-- Comments --> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AEAEAE</string> | |
</dict> | |
</dict> | |
</array> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment