Created
May 25, 2016 20:43
-
-
Save duien/3487d647273163f1a2af738976d0cc2b to your computer and use it in GitHub Desktop.
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//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Brilliant</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FCF7FC</string> | |
<key>caret</key> | |
<string>#455A64</string> | |
<!-- The transparency here allows tweaking the coloring for invisibles --> | |
<key>foreground</key> | |
<string>#6A1B9A2f</string> | |
<key>lineHighlight</key> | |
<string>#F7EEF9</string> | |
<key>selection</key> | |
<string>#F4FF81</string> | |
<key>selectionBorder</key> | |
<string>#C6FF00</string> | |
<key>inactiveSelection</key> | |
<string>#F4FF81af</string> | |
<key>findHighlight</key> | |
<string>#F4FF81af</string> | |
<key>gutter</key> | |
<string>#F7EEF93f</string> | |
<key>gutterForeground</key> | |
<string>#e1bee7</string> | |
<key>shadow</key> | |
<string>#e1bee7</string> | |
<key>shadowWidth</key> | |
<string>1</string> | |
<key>guide</key> | |
<string>#F3E5F5</string> | |
<key>activeGuide</key> | |
<string>#E1BEE7</string> | |
<key>stackGuide</key> | |
<string>#F3E5F5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B39DDB</string> | |
<key>fontStyle</key> | |
<string> italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string, string source string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#00BFA5</string> | |
<key>fontStyle</key> | |
<string> italic</string> | |
<key>background</key> | |
<string>#E0F2F17f</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>punctuation.definition.string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String Interpolation</string> | |
<key>scope</key> | |
<string>string source</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#6A1B9A</string> | |
<key>fontStyle</key> | |
<string /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String Interpolation Punctuation</string> | |
<key>scope</key> | |
<string>source punctuation.section.embedded</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string> bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#5c6bc0</string> | |
<key>fontStyle</key> | |
<string /> | |
<key>background</key> | |
<string>#e8eaf67f</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>meta.attribute-with-value string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<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>#29B6F6</string> | |
<key>fontStyle</key> | |
<string> bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Number - Unit</string> | |
<key>scope</key> | |
<string>constant.numeric keyword.other.unit</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#81d4fa</string> | |
<key>fontStyle</key> | |
<string /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ff9800</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>scope</key> | |
<string>constant.character, constant.other, constant.other.symbol.ruby.19syntax, meta.object-literal.key</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF9800</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>scope</key> | |
<string>constant.other.symbol</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#26c6da</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#FF3EC0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant (Variable?)</string> | |
<key>scope</key> | |
<string>variable.other.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#ff9800</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable - JS</string> | |
<key>scope</key> | |
<string>source.js variable.other</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#6a1b9a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable - Language</string> | |
<key>scope</key> | |
<string>variable.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AB47BC</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword - Control</string> | |
<key>scope</key> | |
<string>keyword.control</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword - Special Method</string> | |
<key>scope</key> | |
<string>keyword.other.special-method</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#d500f9</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage type</string> | |
<key>scope</key> | |
<string>storage.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#d500f9</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class name</string> | |
<key>scope</key> | |
<string>entity.name.type.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#26A69A</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Inherited class</string> | |
<key>scope</key> | |
<string>entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ff7043</string> | |
<key>fontStyle</key> | |
<string /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>meta.function entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#7E57C2</string> | |
<key>fontStyle</key> | |
<string> bold</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function argument</string> | |
<key>scope</key> | |
<string>variable.parameter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF3EC0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag name</string> | |
<key>scope</key> | |
<string>entity.name.tag, punctuation.definition.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<!-- <string>#5c6bc0</string> --> | |
<string>#26C6DA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag punctuation</string> | |
<key>scope</key> | |
<string>punctuation.definition.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#80DEEA</string> | |
<!-- <string>#d1c4e9</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>#ff7043</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tag attribute with value</string> | |
<key>scope</key> | |
<string>meta.attribute-with-value entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#ff9800</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 /> | |
<key>foreground</key> | |
<string>#66D9EF</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>#FF7043</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library class/type</string> | |
<key>scope</key> | |
<string>support.type, support.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF7043</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library variable</string> | |
<key>scope</key> | |
<string>support.other.variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Separator</string> | |
<key>scope</key> | |
<string>punctuation.separator, constant.other.symbol.ruby.19syntax punctuation.definition.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ab47bc</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F8BBD0</string> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#C51162</string> | |
</dict> | |
</dict> | |
<!-- Support for GitGutter --> | |
<dict> | |
<key>name</key> | |
<string>GitGutter deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F50057</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#00BFA5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AA00FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter ignored</string> | |
<key>scope</key> | |
<string>markup.ignored.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#9FA8DA</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter untracked</string> | |
<key>scope</key> | |
<string>markup.untracked.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#00B8D4</string> | |
</dict> | |
</dict> | |
<!-- Sublime Linter --> | |
<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> | |
<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> | |
</array> | |
<key>uuid</key> | |
<string>D8D5E82E-3D5B-46B5-B38E-8C841C21347D</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>semanticClass</key> | |
<string>theme.light.brilliant</string> | |
<key>author</key> | |
<string>Emily Hyland</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment