mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
8
extensions/theme-quietlight/OSSREADME.json
Normal file
8
extensions/theme-quietlight/OSSREADME.json
Normal file
@@ -0,0 +1,8 @@
|
||||
// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS:
|
||||
|
||||
[{
|
||||
"name": "Colorsublime-Themes",
|
||||
"version": "0.1.0",
|
||||
"repositoryURL": "https://github.com/Colorsublime/Colorsublime-Themes",
|
||||
"description": "The themes in this folders are copied from colorsublime.com. <<<TODO check the licenses, we can easily drop the themes>>>"
|
||||
}]
|
||||
15
extensions/theme-quietlight/package.json
Normal file
15
extensions/theme-quietlight/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "theme-quietlight",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Quiet Light",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/quietlight-color-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
625
extensions/theme-quietlight/themes/QuietLight.tmTheme
Normal file
625
extensions/theme-quietlight/themes/QuietLight.tmTheme
Normal file
@@ -0,0 +1,625 @@
|
||||
<?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>author</key>
|
||||
<string>Martin Kühl</string>
|
||||
<key>comment</key>
|
||||
<string>Based on the Quiet Light theme for Espresso by Ian Beck.</string>
|
||||
<key>name</key>
|
||||
<string>Quiet Light</string>
|
||||
<key>settings</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#F5F5F5</string>
|
||||
<key>caret</key>
|
||||
<string>#000000</string>
|
||||
<key>foreground</key>
|
||||
<string>#333333</string>
|
||||
<key>invisibles</key>
|
||||
<string>#AAAAAA</string>
|
||||
<key>lineHighlight</key>
|
||||
<string>#E4F6D4</string>
|
||||
<key>selection</key>
|
||||
<string>#C9D0D9</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Comments</string>
|
||||
<key>scope</key>
|
||||
<string>comment, punctuation.definition.comment</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>italic</string>
|
||||
<key>foreground</key>
|
||||
<string>#AAAAAA</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Comments: Preprocessor</string>
|
||||
<key>scope</key>
|
||||
<string>comment.block.preprocessor</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#AAAAAA</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Comments: Documentation</string>
|
||||
<key>scope</key>
|
||||
<string>comment.documentation, comment.block.documentation</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#448C27</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>#96000014</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Invalid - Illegal</string>
|
||||
<key>scope</key>
|
||||
<string>invalid.illegal</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#96000014</string>
|
||||
<key>foreground</key>
|
||||
<string>#660000</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>#777777</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Keywords</string>
|
||||
<key>scope</key>
|
||||
<string>keyword, storage</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#4B83CD</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Types</string>
|
||||
<key>scope</key>
|
||||
<string>storage.type, support.type</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#7A3E9D</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Language Constants</string>
|
||||
<key>scope</key>
|
||||
<string>constant.language, support.constant, variable.language</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#AB6526</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Variables</string>
|
||||
<key>scope</key>
|
||||
<string>variable, support.variable</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#7A3E9D</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Functions</string>
|
||||
<key>scope</key>
|
||||
<string>entity.name.function, support.function</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>bold</string>
|
||||
<key>foreground</key>
|
||||
<string>#AA3731</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Classes</string>
|
||||
<key>scope</key>
|
||||
<string>entity.name.type, entity.other.inherited-class, support.class</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>bold</string>
|
||||
<key>foreground</key>
|
||||
<string>#7A3E9D</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Exceptions</string>
|
||||
<key>scope</key>
|
||||
<string>entity.name.exception</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#660000</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Sections</string>
|
||||
<key>scope</key>
|
||||
<string>entity.name.section</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>bold</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Numbers, Characters</string>
|
||||
<key>scope</key>
|
||||
<string>constant.numeric, constant.character, constant</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#AB6526</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Strings</string>
|
||||
<key>scope</key>
|
||||
<string>string</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#448C27</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Strings: Escape Sequences</string>
|
||||
<key>scope</key>
|
||||
<string>constant.character.escape</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#777777</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Strings: Regular Expressions</string>
|
||||
<key>scope</key>
|
||||
<string>string.regexp</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#4B83CD</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Strings: Symbols</string>
|
||||
<key>scope</key>
|
||||
<string>constant.other.symbol</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#AB6526</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Punctuation</string>
|
||||
<key>scope</key>
|
||||
<string>punctuation</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#777777</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Embedded Source</string>
|
||||
<key>scope</key>
|
||||
<string>string source, text source</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#EAEBE6</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>-----------------------------------</string>
|
||||
<key>settings</key>
|
||||
<dict/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>HTML: Doctype Declaration</string>
|
||||
<key>scope</key>
|
||||
<string>meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#AAAAAA</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>HTML: Tags</string>
|
||||
<key>scope</key>
|
||||
<string>meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#91B3E0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>HTML: Tag Names</string>
|
||||
<key>scope</key>
|
||||
<string>entity.name.tag</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#4B83CD</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>HTML: Attribute Names</string>
|
||||
<key>scope</key>
|
||||
<string>meta.tag entity.other.attribute-name, entity.other.attribute-name.html</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>italic</string>
|
||||
<key>foreground</key>
|
||||
<string>#91B3E0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>HTML: Entities</string>
|
||||
<key>scope</key>
|
||||
<string>constant.character.entity, punctuation.definition.entity</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#AB6526</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>-----------------------------------</string>
|
||||
<key>settings</key>
|
||||
<dict/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>CSS: Selectors</string>
|
||||
<key>scope</key>
|
||||
<string>meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#7A3E9D</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>CSS: Property Names</string>
|
||||
<key>scope</key>
|
||||
<string>meta.property-name, support.type.property-name</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#AB6526</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>CSS: Property Values</string>
|
||||
<key>scope</key>
|
||||
<string>meta.property-value, meta.property-value constant.other, support.constant.property-value</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#448C27</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>CSS: Important Keyword</string>
|
||||
<key>scope</key>
|
||||
<string>keyword.other.important</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>bold</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>-----------------------------------</string>
|
||||
<key>settings</key>
|
||||
<dict/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup: Changed</string>
|
||||
<key>scope</key>
|
||||
<string>markup.changed</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#FFFFDD</string>
|
||||
<key>foreground</key>
|
||||
<string>#000000</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup: Deletion</string>
|
||||
<key>scope</key>
|
||||
<string>markup.deleted</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#FFDDDD</string>
|
||||
<key>foreground</key>
|
||||
<string>#000000</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup: Emphasis</string>
|
||||
<key>scope</key>
|
||||
<string>markup.italic</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>italic</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup: Error</string>
|
||||
<key>scope</key>
|
||||
<string>markup.error</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#96000014</string>
|
||||
<key>foreground</key>
|
||||
<string>#660000</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup: Insertion</string>
|
||||
<key>scope</key>
|
||||
<string>markup.inserted</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#DDFFDD</string>
|
||||
<key>foreground</key>
|
||||
<string>#000000</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup: Link</string>
|
||||
<key>scope</key>
|
||||
<string>meta.link</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#4B83CD</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup: Output</string>
|
||||
<key>scope</key>
|
||||
<string>markup.output, markup.raw</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#777777</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup: Prompt</string>
|
||||
<key>scope</key>
|
||||
<string>markup.prompt</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#777777</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup: Heading</string>
|
||||
<key>scope</key>
|
||||
<string>markup.heading</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#AA3731</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup: Strong</string>
|
||||
<key>scope</key>
|
||||
<string>markup.bold</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>bold</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup: Traceback</string>
|
||||
<key>scope</key>
|
||||
<string>markup.traceback</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#660000</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup: Underline</string>
|
||||
<key>scope</key>
|
||||
<string>markup.underline</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string>underline</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup Quote</string>
|
||||
<key>scope</key>
|
||||
<string>markup.quote</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#7A3E9D</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup Lists</string>
|
||||
<key>scope</key>
|
||||
<string>markup.list</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#4B83CD</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup Styling</string>
|
||||
<key>scope</key>
|
||||
<string>markup.bold, markup.italic</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>foreground</key>
|
||||
<string>#448C27</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Markup Inline</string>
|
||||
<key>scope</key>
|
||||
<string>markup.inline.raw</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>fontStyle</key>
|
||||
<string></string>
|
||||
<key>foreground</key>
|
||||
<string>#AB6526</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>-----------------------------------</string>
|
||||
<key>settings</key>
|
||||
<dict/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Extra: Diff Range</string>
|
||||
<key>scope</key>
|
||||
<string>meta.diff.range, meta.diff.index, meta.separator</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#DDDDFF</string>
|
||||
<key>foreground</key>
|
||||
<string>#434343</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Extra: Diff From</string>
|
||||
<key>scope</key>
|
||||
<string>meta.diff.header.from-file</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#FFDDDD</string>
|
||||
<key>foreground</key>
|
||||
<string>#434343</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>Extra: Diff To</string>
|
||||
<key>scope</key>
|
||||
<string>meta.diff.header.to-file</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>background</key>
|
||||
<string>#DDFFDD</string>
|
||||
<key>foreground</key>
|
||||
<string>#434343</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
<key>uuid</key>
|
||||
<string>231D6A91-5FD1-4CBE-BD2A-0F36C08693F1</string>
|
||||
</dict>
|
||||
</plist>
|
||||
504
extensions/theme-quietlight/themes/quietlight-color-theme.json
Normal file
504
extensions/theme-quietlight/themes/quietlight-color-theme.json
Normal file
@@ -0,0 +1,504 @@
|
||||
{
|
||||
"name": "Quiet Light",
|
||||
"tokenColors": [
|
||||
{
|
||||
"settings": {
|
||||
"background": "#F5F5F5",
|
||||
"foreground": "#333333"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Comments",
|
||||
"scope": [
|
||||
"comment",
|
||||
"punctuation.definition.comment"
|
||||
],
|
||||
"settings": {
|
||||
"fontStyle": "italic",
|
||||
"foreground": "#AAAAAA"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Comments: Preprocessor",
|
||||
"scope": "comment.block.preprocessor",
|
||||
"settings": {
|
||||
"fontStyle": "",
|
||||
"foreground": "#AAAAAA"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Comments: Documentation",
|
||||
"scope": [
|
||||
"comment.documentation",
|
||||
"comment.block.documentation"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#448C27"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Invalid - Deprecated",
|
||||
"scope": "invalid.deprecated",
|
||||
"settings": {
|
||||
"background": "#96000014"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Invalid - Illegal",
|
||||
"scope": "invalid.illegal",
|
||||
"settings": {
|
||||
"background": "#96000014",
|
||||
"foreground": "#660000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Operators",
|
||||
"scope": "keyword.operator",
|
||||
"settings": {
|
||||
"foreground": "#777777"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Keywords",
|
||||
"scope": [
|
||||
"keyword",
|
||||
"storage"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#4B83CD"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Types",
|
||||
"scope": [
|
||||
"storage.type",
|
||||
"support.type"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#7A3E9D"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Language Constants",
|
||||
"scope": [
|
||||
"constant.language",
|
||||
"support.constant",
|
||||
"variable.language"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#AB6526"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Variables",
|
||||
"scope": [
|
||||
"variable",
|
||||
"support.variable"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#7A3E9D"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Functions",
|
||||
"scope": [
|
||||
"entity.name.function",
|
||||
"support.function"
|
||||
],
|
||||
"settings": {
|
||||
"fontStyle": "bold",
|
||||
"foreground": "#AA3731"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Classes",
|
||||
"scope": [
|
||||
"entity.name.type",
|
||||
"entity.other.inherited-class",
|
||||
"support.class"
|
||||
],
|
||||
"settings": {
|
||||
"fontStyle": "bold",
|
||||
"foreground": "#7A3E9D"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Exceptions",
|
||||
"scope": "entity.name.exception",
|
||||
"settings": {
|
||||
"foreground": "#660000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Sections",
|
||||
"scope": "entity.name.section",
|
||||
"settings": {
|
||||
"fontStyle": "bold"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Numbers, Characters",
|
||||
"scope": [
|
||||
"constant.numeric",
|
||||
"constant.character",
|
||||
"constant"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#AB6526"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Strings",
|
||||
"scope": "string",
|
||||
"settings": {
|
||||
"foreground": "#448C27"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Strings: Escape Sequences",
|
||||
"scope": "constant.character.escape",
|
||||
"settings": {
|
||||
"foreground": "#777777"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Strings: Regular Expressions",
|
||||
"scope": "string.regexp",
|
||||
"settings": {
|
||||
"foreground": "#4B83CD"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Strings: Symbols",
|
||||
"scope": "constant.other.symbol",
|
||||
"settings": {
|
||||
"foreground": "#AB6526"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Punctuation",
|
||||
"scope": "punctuation",
|
||||
"settings": {
|
||||
"foreground": "#777777"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Embedded Source",
|
||||
"scope": [
|
||||
"string source",
|
||||
"text source"
|
||||
],
|
||||
"settings": {
|
||||
"background": "#EAEBE6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "-----------------------------------",
|
||||
"settings": {}
|
||||
},
|
||||
{
|
||||
"name": "HTML: Doctype Declaration",
|
||||
"scope": [
|
||||
"meta.tag.sgml.doctype",
|
||||
"meta.tag.sgml.doctype string",
|
||||
"meta.tag.sgml.doctype entity.name.tag",
|
||||
"meta.tag.sgml punctuation.definition.tag.html"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#AAAAAA"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HTML: Tags",
|
||||
"scope": [
|
||||
"meta.tag",
|
||||
"punctuation.definition.tag.html",
|
||||
"punctuation.definition.tag.begin.html",
|
||||
"punctuation.definition.tag.end.html"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#91B3E0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HTML: Tag Names",
|
||||
"scope": "entity.name.tag",
|
||||
"settings": {
|
||||
"foreground": "#4B83CD"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HTML: Attribute Names",
|
||||
"scope": [
|
||||
"meta.tag entity.other.attribute-name",
|
||||
"entity.other.attribute-name.html"
|
||||
],
|
||||
"settings": {
|
||||
"fontStyle": "italic",
|
||||
"foreground": "#91B3E0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HTML: Entities",
|
||||
"scope": [
|
||||
"constant.character.entity",
|
||||
"punctuation.definition.entity"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#AB6526"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "-----------------------------------",
|
||||
"settings": {}
|
||||
},
|
||||
{
|
||||
"name": "CSS: Selectors",
|
||||
"scope": [
|
||||
"meta.selector",
|
||||
"meta.selector entity",
|
||||
"meta.selector entity punctuation",
|
||||
"entity.name.tag.css"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#7A3E9D"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "CSS: Property Names",
|
||||
"scope": [
|
||||
"meta.property-name",
|
||||
"support.type.property-name"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#AB6526"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "CSS: Property Values",
|
||||
"scope": [
|
||||
"meta.property-value",
|
||||
"meta.property-value constant.other",
|
||||
"support.constant.property-value"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#448C27"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "CSS: Important Keyword",
|
||||
"scope": "keyword.other.important",
|
||||
"settings": {
|
||||
"fontStyle": "bold"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "-----------------------------------",
|
||||
"settings": {}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Changed",
|
||||
"scope": "markup.changed",
|
||||
"settings": {
|
||||
"background": "#FFFFDD",
|
||||
"foreground": "#000000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Deletion",
|
||||
"scope": "markup.deleted",
|
||||
"settings": {
|
||||
"background": "#FFDDDD",
|
||||
"foreground": "#000000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Emphasis",
|
||||
"scope": "markup.italic",
|
||||
"settings": {
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Error",
|
||||
"scope": "markup.error",
|
||||
"settings": {
|
||||
"background": "#96000014",
|
||||
"foreground": "#660000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Insertion",
|
||||
"scope": "markup.inserted",
|
||||
"settings": {
|
||||
"background": "#DDFFDD",
|
||||
"foreground": "#000000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Link",
|
||||
"scope": "meta.link",
|
||||
"settings": {
|
||||
"foreground": "#4B83CD"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Output",
|
||||
"scope": [
|
||||
"markup.output",
|
||||
"markup.raw"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#777777"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Prompt",
|
||||
"scope": "markup.prompt",
|
||||
"settings": {
|
||||
"foreground": "#777777"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Heading",
|
||||
"scope": "markup.heading",
|
||||
"settings": {
|
||||
"foreground": "#AA3731"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Strong",
|
||||
"scope": "markup.bold",
|
||||
"settings": {
|
||||
"fontStyle": "bold"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Traceback",
|
||||
"scope": "markup.traceback",
|
||||
"settings": {
|
||||
"foreground": "#660000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Underline",
|
||||
"scope": "markup.underline",
|
||||
"settings": {
|
||||
"fontStyle": "underline"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup Quote",
|
||||
"scope": "markup.quote",
|
||||
"settings": {
|
||||
"foreground": "#7A3E9D"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup Lists",
|
||||
"scope": "markup.list",
|
||||
"settings": {
|
||||
"foreground": "#4B83CD"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup Styling",
|
||||
"scope": [
|
||||
"markup.bold",
|
||||
"markup.italic"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#448C27"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup Inline",
|
||||
"scope": "markup.inline.raw",
|
||||
"settings": {
|
||||
"fontStyle": "",
|
||||
"foreground": "#AB6526"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "-----------------------------------",
|
||||
"settings": {}
|
||||
},
|
||||
{
|
||||
"name": "Extra: Diff Range",
|
||||
"scope": [
|
||||
"meta.diff.range",
|
||||
"meta.diff.index",
|
||||
"meta.separator"
|
||||
],
|
||||
"settings": {
|
||||
"background": "#DDDDFF",
|
||||
"foreground": "#434343"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Extra: Diff From",
|
||||
"scope": "meta.diff.header.from-file",
|
||||
"settings": {
|
||||
"background": "#FFDDDD",
|
||||
"foreground": "#434343"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Extra: Diff To",
|
||||
"scope": "meta.diff.header.to-file",
|
||||
"settings": {
|
||||
"background": "#DDFFDD",
|
||||
"foreground": "#434343"
|
||||
}
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"focusBorder": "#A6B39B",
|
||||
"pickerGroup.foreground": "#A6B39B",
|
||||
"pickerGroup.border": "#749351",
|
||||
"list.activeSelectionForeground": "#6c6c6c",
|
||||
"list.focusBackground": "#CADEB9",
|
||||
"list.activeSelectionBackground": "#c4d9b1",
|
||||
"list.inactiveSelectionBackground": "#d3dbcd",
|
||||
"list.highlightForeground": "#9769dc",
|
||||
"selection.background": "#C9D0D9",
|
||||
"editor.background": "#F5F5F5",
|
||||
"editorWhitespace.foreground": "#AAAAAA",
|
||||
"editor.lineHighlightBackground": "#E4F6D4",
|
||||
"editor.selectionBackground": "#C9D0D9",
|
||||
"panel.background": "#F5F5F5",
|
||||
"sideBar.background": "#F2F2F2",
|
||||
"sideBarSectionHeader.background": "#ede8ef",
|
||||
"editorLineNumber.foreground": "#9DA39A",
|
||||
"editorCursor.foreground": "#54494B",
|
||||
"inputOption.activeBorder": "#adafb7",
|
||||
"dropdown.background": "#F5F5F5",
|
||||
"editor.findMatchBackground": "#BF9CAC",
|
||||
"editor.findMatchHighlightBackground": "#edc9d8",
|
||||
"peekViewEditor.matchHighlightBackground": "#C2DFE3",
|
||||
"peekViewTitle.background": "#F2F8FC",
|
||||
"peekViewEditor.background": "#F2F8FC",
|
||||
"peekViewResult.background": "#F2F8FC",
|
||||
"peekView.border": "#705697",
|
||||
"peekViewResult.matchHighlightBackground": "#93C6D6",
|
||||
"statusBar.background": "#705697",
|
||||
"statusBar.noFolderBackground": "#705697",
|
||||
"statusBar.debuggingBackground": "#705697",
|
||||
"activityBar.background": "#EDEDF5",
|
||||
"activityBar.foreground": "#705697",
|
||||
"activityBarBadge.background": "#705697",
|
||||
"titleBar.activeBackground": "#c4b7d7",
|
||||
"button.background": "#705697",
|
||||
"notification.background": "#442e66",
|
||||
"editorGroup.dropBackground": "#C9D0D988",
|
||||
"inputValidation.infoBorder": "#4ec1e5",
|
||||
"inputValidation.infoBackground": "#f2fcff",
|
||||
"inputValidation.warningBackground": "#fffee2",
|
||||
"inputValidation.warningBorder": "#ffe055",
|
||||
"inputValidation.errorBackground": "#ffeaea",
|
||||
"inputValidation.errorBorder": "#f1897f",
|
||||
"errorForeground": "#f1897f",
|
||||
"badge.background": "#705697AA",
|
||||
"progressBar.background": "#705697"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user