Created
April 19, 2017 15:36
-
-
Save gaspard/ab1bf59273e948b6d9808141cc75844a to your computer and use it in GitHub Desktop.
OneDark theme with Markdown support
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>azemoh</string> | |
| <key>name</key> | |
| <string>Two Dark Theme</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#282c34</string> | |
| <key>caret</key> | |
| <string>#528bff</string> | |
| <key>foreground</key> | |
| <string>#abb2bf</string> | |
| <key>invisibles</key> | |
| <string>#4b525b</string> | |
| <key>lineHighlight</key> | |
| <string>#2c323c</string> | |
| <key>findHighlight</key> | |
| <string>#FFE792</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>#5c6370</string> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Comment</string> | |
| <key>scope</key> | |
| <string>html.doctype</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#5c6370</string> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>String</string> | |
| <key>scope</key> | |
| <string>string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#98c379</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Embeded String Begin and End</string> | |
| <key>scope</key> | |
| <string>string.embedded.begin, string.embedded.end</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#e06c75</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Embeded String</string> | |
| <key>scope</key> | |
| <string>string.embedded</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#56b6c2</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>#d19a66</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>#d19a66</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>#d19a66</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Language Variable</string> | |
| <key>scope</key> | |
| <string>variable.language</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#c678dd</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Variable</string> | |
| <key>scope</key> | |
| <string>variable.readwrite, variable.block, variable.support</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#e06c75</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Variable</string> | |
| <key>scope</key> | |
| <string>variable.readwrite.var-single-variable.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#d19a66</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Variable</string> | |
| <key>scope</key> | |
| <string>variable.readwrite.js</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#abb2bf</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Keyword</string> | |
| <key>scope</key> | |
| <string>keyword, keyword.operator.logical, keyword.operator.constructor, keyword.operator.new</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#c678dd</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Keyword Operator</string> | |
| <key>scope</key> | |
| <string>keyword.operator</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#61afef</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>#c678dd</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Storage type</string> | |
| <key>scope</key> | |
| <string>storage.type.function</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#c678dd</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Class name</string> | |
| <key>scope</key> | |
| <string>entity.name.class, entity.name.module, entity.name.type</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#e5c07b</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>#98c379</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>#e06c75</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>#d19a66</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>#61afef</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>#e06c75</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Function call</string> | |
| <key>scope</key> | |
| <string>entity.name.function-call</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#abb2bf</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Builtin Functions</string> | |
| <key>scope</key> | |
| <string>function.support.builtin, function.support.core</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#56b6c2</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Library function</string> | |
| <key>scope</key> | |
| <string>support.function</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#56b6c2</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>#e5c07b</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Library class/type</string> | |
| <key>scope</key> | |
| <string>support.class</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#e5c07b</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>#e06c75</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Json Property</string> | |
| <key>scope</key> | |
| <string>support.dictionary.json</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#e06c75</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>StyleSheet Property name</string> | |
| <key>scope</key> | |
| <string>support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#abb2bf</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>StyleSheet Property value</string> | |
| <key>scope</key> | |
| <string>support.constant.css, support.constant.scss, support.constant.less, support.constant.sass</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#56b6c2</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>StyleSheet Variable</string> | |
| <key>scope</key> | |
| <string>variable.css, variable.scss, variable.less, variable.sass</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#e06c75</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>StyleSheet Variable String</string> | |
| <key>scope</key> | |
| <string>variable.css.string, variable.scss.string, variable.less.string, variable.sass.string</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#98c379</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>StyleSheet Unit</string> | |
| <key>scope</key> | |
| <string>unit.css, unit.scss, unit.less, unit.sass</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#d19a66</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>StyleSheet Function</string> | |
| <key>scope</key> | |
| <string>function.css, function.scss, function.less, function.sass</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#56b6c2</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Other variable</string> | |
| <key>scope</key> | |
| <string>variable.other.property, variable.other.object, variable.other.block</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#e06c75</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Pug/Jade Import</string> | |
| <key>scope</key> | |
| <string>jade.import.variable, pug.import.variable</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#e06c75</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Invalid</string> | |
| <key>scope</key> | |
| <string>invalid</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#c678dd</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>#56b6c2</string> | |
| <key>foreground</key> | |
| <string>#F8F8F0</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>JSON String</string> | |
| <key>scope</key> | |
| <string>structure.dictionary.property-name.json</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#e06c75</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Link</string> | |
| <key>scope</key> | |
| <string>string.detected-link</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#c678dd</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>#75715E</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>#c678dd</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>#e5c07b</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>#98c379</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>#56b6c2A0</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>scope</key> | |
| <string>entity.name.filename.find-in-files</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#98c379</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>scope</key> | |
| <string>punctuation.definition.heading</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#68440d</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>scope</key> | |
| <string>markup.heading</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#d1952e</string> | |
| </dict> | |
| </dict> | |
| </array> | |
| <key>uuid</key> | |
| <string>7cfbc538-8f36-468d-a088-610cbde842fx</string> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment