Created
May 20, 2015 20:43
-
-
Save MehulATL/8600b20e17d2dd0d68f3 to your computer and use it in GitHub Desktop.
drac defaults
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"?> | |
| <!-- Dracula Theme v0.7.6 | |
| # | |
| # https://github.com/zenorocha/dracula-theme | |
| # | |
| # Copyright 2015, All rights reserved | |
| # | |
| # Code licensed under the MIT license | |
| # http://zenorocha.mit-license.org | |
| # | |
| # @author Zeno Rocha <[email protected]> | |
| --> | |
| <!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>Dracula</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#282a36</string> | |
| <key>caret</key> | |
| <string>#f8f8f0</string> | |
| <key>foreground</key> | |
| <string>#f8f8f2</string> | |
| <key>invisibles</key> | |
| <string>#3B3A32</string> | |
| <key>lineHighlight</key> | |
| <string>#44475a</string> | |
| <key>selection</key> | |
| <string>#44475a</string> | |
| <key>findHighlight</key> | |
| <string>#effb7b</string> | |
| <key>findHighlightForeground</key> | |
| <string>#000000</string> | |
| <key>selectionBorder</key> | |
| <string>#222218</string> | |
| <key>activeGuide</key> | |
| <string>#9D550FB0</string> | |
| <key>bracketsForeground</key> | |
| <string>#F8F8F2A5</string> | |
| <key>bracketsOptions</key> | |
| <string>underline</string> | |
| <key>bracketContentsForeground</key> | |
| <string>#F8F8F2A5</string> | |
| <key>bracketContentsOptions</key> | |
| <string>underline</string> | |
| <key>tagsOptions</key> | |
| <string>stippled_underline</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Comment</string> | |
| <key>scope</key> | |
| <string>comment</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6272a4</string> | |
| <key>fontStyle</key> | |
| <string></string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String</string> | |
| <key>scope</key> | |
| <string>string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#f1fa8c</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>#bd93f9</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>#bd93f9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>User-defined constant</string> | |
| <key>scope</key> | |
| <string>constant.character, constant.other</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#bd93f9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Variable</string> | |
| <key>scope</key> | |
| <string>variable</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Ruby's @variable</string> | |
| <key>scope</key> | |
| <string>variable.other.readwrite.instance</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#ffb86c</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>#ff79c6</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Keyword</string> | |
| <key>scope</key> | |
| <string>keyword</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ff79c6</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Storage</string> | |
| <key>scope</key> | |
| <string>storage</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#ff79c6</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Storage type</string> | |
| <key>scope</key> | |
| <string>storage.type</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| <key>foreground</key> | |
| <string>#8be9fd</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Class name</string> | |
| <key>scope</key> | |
| <string>entity.name.class</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>underline</string> | |
| <key>foreground</key> | |
| <string>#50fa7b</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>fontStyle</key> | |
| <string>italic underline</string> | |
| <key>foreground</key> | |
| <string>#50fa7b</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></string> | |
| <key>foreground</key> | |
| <string>#50fa7b</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Function argument</string> | |
| <key>scope</key> | |
| <string>variable.parameter</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| <key>foreground</key> | |
| <string>#ffb86c</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></string> | |
| <key>foreground</key> | |
| <string>#ff79c6</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></string> | |
| <key>foreground</key> | |
| <string>#50fa7b</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>#8be9fd</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></string> | |
| <key>foreground</key> | |
| <string>#6be5fd</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>fontStyle</key> | |
| <string> italic</string> | |
| <key>foreground</key> | |
| <string>#66d9ef</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></string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Invalid</string> | |
| <key>scope</key> | |
| <string>invalid</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#ff79c6</string> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#F8F8F0</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Invalid deprecated</string> | |
| <key>scope</key> | |
| <string>invalid.deprecated</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#bd93f9</string> | |
| <key>foreground</key> | |
| <string>#F8F8F0</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON String</string> | |
| <key>scope</key> | |
| <string>meta.structure.dictionary.json string.quoted.double.json</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#CFCFC2</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>diff.header</string> | |
| <key>scope</key> | |
| <string>meta.diff, meta.diff.header</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6272a4</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>diff.deleted</string> | |
| <key>scope</key> | |
| <string>markup.deleted</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ff79c6</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>diff.inserted</string> | |
| <key>scope</key> | |
| <string>markup.inserted</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#50fa7b</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>diff.changed</string> | |
| <key>scope</key> | |
| <string>markup.changed</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#E6DB74</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>scope</key> | |
| <string>constant.numeric.line-number.find-in-files - match</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#bd93f9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>scope</key> | |
| <string>entity.name.filename</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#E6DB74</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>scope</key> | |
| <string>message.error</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F83333</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON Punctuation</string> | |
| <key>scope</key> | |
| <string>punctuation.definition.string.begin.json - meta.structure.dictionary.value.json, punctuation.definition.string.end.json - meta.structure.dictionary.value.json</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#EEEEEE</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON Structure</string> | |
| <key>scope</key> | |
| <string>meta.structure.dictionary.json string.quoted.double.json</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#8be9fd</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON String</string> | |
| <key>scope</key> | |
| <string>meta.structure.dictionary.value.json string.quoted.double.json</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#f1fa8c</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON: 6 deep</string> | |
| <key>scope</key> | |
| <string>meta meta meta meta meta meta meta.structure.dictionary.value string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#50fa7b</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON: 5 deep</string> | |
| <key>scope</key> | |
| <string>meta meta meta meta meta meta.structure.dictionary.value string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffb86c</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON: 4 deep</string> | |
| <key>scope</key> | |
| <string>meta meta meta meta meta.structure.dictionary.value string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ff79c6</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON: 3 deep</string> | |
| <key>scope</key> | |
| <string>meta meta meta meta.structure.dictionary.value string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#bd93f9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON: 2 deep</string> | |
| <key>scope</key> | |
| <string>meta meta meta.structure.dictionary.value string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#50fa7b</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON: 1 deep</string> | |
| <key>scope</key> | |
| <string>meta meta.structure.dictionary.value string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ffb86c</string> | |
| </dict> | |
| </dict> | |
| </array> | |
| <key>uuid</key> | |
| <string>83091B89-765E-4F0D-9275-0EC6CB084126</string> | |
| <key>colorSpaceName</key> | |
| <string>sRGB</string> | |
| <key>semanticClass</key> | |
| <string>theme.dracula</string> | |
| <key>author</key> | |
| <string>Zeno Rocha</string> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment