Last active
December 21, 2020 03:40
-
-
Save chrisvacc/1864afc5a0f69f80de5ebcd671b4474c to your computer and use it in GitHub Desktop.
very-blue.tmtheme
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"> | |
| <!-- http://tmtheme-editor.herokuapp.com --> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>author</key> | |
| <string>chrisvacc</string> | |
| <key>name</key> | |
| <string>Very-Blue</string> | |
| <key>comment</key> | |
| <string>none</string> | |
| <key>semanticClass</key> | |
| <string>theme.dark.very-blue</string> | |
| <key>colorSpaceName</key> | |
| <string>sRGB</string> | |
| <key>gutterSettings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#404040</string> | |
| <key>divider</key> | |
| <string>#404040</string> | |
| <key>foreground</key> | |
| <string>#808080</string> | |
| <key>selectionBackground</key> | |
| <string>#606060</string> | |
| <key>selectionForeground</key> | |
| <string>#a0a0a0</string> | |
| </dict> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#0A0A0A</string> | |
| <key>caret</key> | |
| <string>#FFFFFF</string> | |
| <key>foreground</key> | |
| <string>#969696</string> | |
| <key>invisibles</key> | |
| <string>#808080</string> | |
| <key>lineHighlight</key> | |
| <string>#292929</string> | |
| <key>selection</key> | |
| <string>#DBDBDB2E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Variable Parameter Function</string> | |
| <key>scope</key> | |
| <string>variable.parameter.function</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F0F0F0</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Comments</string> | |
| <key>scope</key> | |
| <string>comment, punctuation.definition.comment</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#545454</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Punctuation</string> | |
| <key>scope</key> | |
| <string>punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#A6A6A6</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Delimiters</string> | |
| <key>scope</key> | |
| <string>none</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#c0c0c0</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Operators</string> | |
| <key>scope</key> | |
| <string>keyword.operator</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#D1D1D1</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Keywords</string> | |
| <key>scope</key> | |
| <string>keyword, keyword.control</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#0011FF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Variables</string> | |
| <key>scope</key> | |
| <string>variable</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#0033FF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Functions</string> | |
| <key>scope</key> | |
| <string>entity.name.function, meta.require, support.function.any-method</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#0000FF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Classes</string> | |
| <key>scope</key> | |
| <string>meta.class, support.class, entity.name.class, entity.name.type.class</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#0011FF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Methods</string> | |
| <key>scope</key> | |
| <string>keyword.other.special-method</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#0060c0</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Storage</string> | |
| <key>scope</key> | |
| <string>storage</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#0026FF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Support</string> | |
| <key>scope</key> | |
| <string>support.function</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#0026FF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Integers</string> | |
| <key>scope</key> | |
| <string>constant.numeric</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Floats</string> | |
| <key>scope</key> | |
| <string>none</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Boolean</string> | |
| <key>scope</key> | |
| <string>none</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F2F2F2</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Constants</string> | |
| <key>scope</key> | |
| <string>constant</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Tags</string> | |
| <key>scope</key> | |
| <string>entity.name.tag</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#0009FF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Attributes</string> | |
| <key>scope</key> | |
| <string>entity.other.attribute-name</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#001EFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Attribute IDs</string> | |
| <key>scope</key> | |
| <string>entity.other.attribute-name.id, punctuation.definition.entity</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#003CFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Selector</string> | |
| <key>scope</key> | |
| <string>meta.selector</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#707070</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Values</string> | |
| <key>scope</key> | |
| <string>none</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#B3B3B3</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Headings</string> | |
| <key>scope</key> | |
| <string>markup.heading punctuation.definition.heading, entity.name.section</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string></string> | |
| <key>foreground</key> | |
| <string>#0060c0</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Units</string> | |
| <key>scope</key> | |
| <string>keyword.other.unit</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#5E5E5E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Bold</string> | |
| <key>scope</key> | |
| <string>markup.bold, punctuation.definition.bold</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>bold</string> | |
| <key>foreground</key> | |
| <string>#E000D5</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Italic</string> | |
| <key>scope</key> | |
| <string>markup.italic, punctuation.definition.italic</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>fontStyle</key> | |
| <string>italic</string> | |
| <key>foreground</key> | |
| <string>#D100E0</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Code</string> | |
| <key>scope</key> | |
| <string>markup.raw.inline</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#D900E0</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Link Text</string> | |
| <key>scope</key> | |
| <string>string.other.link</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#D100E0</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Link Url</string> | |
| <key>scope</key> | |
| <string>meta.link</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#B900BF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Lists</string> | |
| <key>scope</key> | |
| <string>markup.list</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#E000CD</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Quotes</string> | |
| <key>scope</key> | |
| <string>markup.quote</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#BF00B5</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Separator</string> | |
| <key>scope</key> | |
| <string>meta.separator</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#606060</string> | |
| <key>foreground</key> | |
| <string>#000000</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Inserted</string> | |
| <key>scope</key> | |
| <string>markup.inserted</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#145400</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Deleted</string> | |
| <key>scope</key> | |
| <string>markup.deleted</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#570100</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Changed</string> | |
| <key>scope</key> | |
| <string>markup.changed</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#c000e0</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Colors</string> | |
| <key>scope</key> | |
| <string>constant.other.color</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#666666</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Regular Expressions</string> | |
| <key>scope</key> | |
| <string>string.regexp</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#474747</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Escape Characters</string> | |
| <key>scope</key> | |
| <string>constant.character.escape</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#5C5C5C</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Embedded</string> | |
| <key>scope</key> | |
| <string>punctuation.section.embedded, variable.interpolation</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#454545</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Invalid</string> | |
| <key>scope</key> | |
| <string>invalid.illegal</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>background</key> | |
| <string>#e00000</string> | |
| <key>foreground</key> | |
| <string>#000000</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Misc Text</string> | |
| <key>scope</key> | |
| <string>source.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>punctuation.section.function.begin.python</string> | |
| <key>scope</key> | |
| <string>source.python meta.function.python punctuation.section.function.begin.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#D9D9D9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Function-Call</string> | |
| <key>scope</key> | |
| <string>function-call</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#D9D9D9</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string></string> | |
| <key>scope</key> | |
| <string>constant.other.symbol,</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#616161</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string></string> | |
| <key>scope</key> | |
| <string>entity.other.inherited-class</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#5C5C5C</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string></string> | |
| <key>scope</key> | |
| <string>source.python meta.item-access.python punctuation.definition.arguments.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#666666</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>All Quotes</string> | |
| <key>scope</key> | |
| <string>quoted.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#3D3B3B</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Quotes</string> | |
| <key>scope</key> | |
| <string>source.python string.quoted.python punctuation.definition.string.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#575757</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Dictionary Brackets</string> | |
| <key>scope</key> | |
| <string>meta.structure.dictionary.python punctuation.definition.dictionary.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#A39D9D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Dictionary Colon</string> | |
| <key>scope</key> | |
| <string>meta.structure.dictionary.python punctuation.separator.valuepair.dictionary.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#9C9C9C</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Comment Start</string> | |
| <key>scope</key> | |
| <string>punctuation.definition.comment</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#363636</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>open as ____</string> | |
| <key>scope</key> | |
| <string>source.python support.type.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#F7F7F7</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Function-Call: Arguments</string> | |
| <key>scope</key> | |
| <string>meta.function-call.arguments</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#4D4D4D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string></string> | |
| <key>scope</key> | |
| <string>definition.arguments.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#ABABAB</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string></string> | |
| <key>scope</key> | |
| <string>source.python meta.function-call.python meta.function-call.arguments.python meta.function-call.python punctuation.definition.arguments.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6E6E6E</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>[]</string> | |
| <key>scope</key> | |
| <string>punctuation.definition.list.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#FFFFFF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Exception</string> | |
| <key>scope</key> | |
| <string>support.type.exception.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#DBDBDB</string> | |
| <key>fontStyle</key> | |
| <string> underline</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string></string> | |
| <key>scope</key> | |
| <string>keyword.operator.arithmetic.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#949494</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string></string> | |
| <key>scope</key> | |
| <string>meta.function-call.arguments.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#666666</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string>Quoted</string> | |
| <key>scope</key> | |
| <string>string.quoted</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#4D4D4D</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string></string> | |
| <key>scope</key> | |
| <string>keyword.other.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#0011FF</string> | |
| </dict> | |
| </dict> | |
| <dict> | |
| <key>name</key> | |
| <string></string> | |
| <key>scope</key> | |
| <string>constant.other.placeholder.python</string> | |
| <key>settings</key> | |
| <dict> | |
| <key>foreground</key> | |
| <string>#6B6B6B</string> | |
| </dict> | |
| </dict> | |
| </array> | |
| <key>uuid</key> | |
| <string>a13d0a8d-b0c0-4a22-9014-add0520fdaef</string> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment