From 2d9a05016163fb7a58277ab07fd710e60e1711c5 Mon Sep 17 00:00:00 2001 From: Merzak Date: Tue, 6 Feb 2018 22:32:33 +0100 Subject: [PATCH] reformat the repo --- .vscode/launch.json | 6 +- package.json | 40 +- themes/Sahara Theme-color-theme.json | 1360 +++++++++++++------------- 3 files changed, 704 insertions(+), 702 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 6738317..8fc17d4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,11 +3,13 @@ "version": "0.1.0", "configurations": [ { - "name": "Extension", "type": "extensionHost", "request": "launch", + "name": "Launch Extension", "runtimeExecutable": "${execPath}", - "args": ["--extensionDevelopmentPath=${workspaceRoot}" ] + "args": [ + "--extensionDevelopmentPath=${workspaceFolder}" + ] } ] } \ No newline at end of file diff --git a/package.json b/package.json index 7c72e2b..f6589f2 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,22 @@ { - "name": "sahara-theme", - "displayName": "Sahara Theme", - "description": "Sahara Theme for Visual Studio Code.", - "version": "0.0.1", - "publisher": "merzak7", - "engines": { - "vscode": "^1.19.0" - }, - "categories": [ - "Themes" - ], - "contributes": { - "themes": [ - { - "label": "Sahara Theme", - "uiTheme": "vs-dark", - "path": "./themes/Sahara Theme-color-theme.json" - } - ] - } + "name" : "sahara-theme", + "displayName" : "Sahara Theme", + "description" : "Sahara Theme for Visual Studio Code.", + "version" : "0.0.1", + "publisher" : "merzak7", + "engines" : { + "vscode" : "^1.19.0" + }, + "categories" : [ + "Themes" + ], + "contributes" : { + "themes" : [ + { + "label" : "Sahara Theme", + "uiTheme" : "vs-dark", + "path" : "./themes/Sahara Theme-color-theme.json" + } + ] + } } \ No newline at end of file diff --git a/themes/Sahara Theme-color-theme.json b/themes/Sahara Theme-color-theme.json index 3bac650..92336d3 100644 --- a/themes/Sahara Theme-color-theme.json +++ b/themes/Sahara Theme-color-theme.json @@ -1,682 +1,682 @@ { - "name": "Sahara Theme", - "type": "dark", - "colors": { - "editor.background": "#1e1e1e", - "editor.foreground": "#d4d4d4", - "activityBarBadge.background": "#007acc", - "sideBarTitle.foreground": "#bbbbbb" - }, - "tokenColors": [ - { - "settings": { - "foreground": "#eeffffff", - "background": "#263238ff" - } - }, - { - "name": "Comment", - "scope": [ - "comment", - "punctuation.definition.comment" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#546E7A" - } - }, - { - "name": "Variables", - "scope": [ - "variable", - "string constant.other.placeholder" - ], - "settings": { - "foreground": "#EEFFFF" - } - }, - { - "name": "Colors", - "scope": [ - "constant.other.color" - ], - "settings": { - "foreground": "#ffffff" - } - }, - { - "name": "Invalid", - "scope": [ - "invalid", - "invalid.illegal" - ], - "settings": { - "foreground": "#FF5370" - } - }, - { - "name": "Keyword, Storage", - "scope": [ - "keyword", - "storage.type", - "storage.modifier" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "Operator, Misc", - "scope": [ - "keyword.control", - "constant.other.color", - "punctuation", - "meta.tag", - "punctuation.definition.tag", - "punctuation.separator.inheritance.php", - "punctuation.definition.tag.html", - "punctuation.definition.tag.begin.html", - "punctuation.definition.tag.end.html", - "punctuation.section.embedded", - "keyword.other.template", - "keyword.other.substitution" - ], - "settings": { - "foreground": "#89DDFF" - } - }, - { - "name": "Tag", - "scope": [ - "entity.name.tag", - "meta.tag.sgml", - "markup.deleted.git_gutter" - ], - "settings": { - "foreground": "#f07178" - } - }, - { - "name": "Function, Special Method", - "scope": [ - "entity.name.function", - "meta.function-call", - "variable.function", - "support.function", - "keyword.other.special-method" - ], - "settings": { - "foreground": "#82AAFF" - } - }, - { - "name": "Block Level Variables", - "scope": [ - "meta.block variable.other" - ], - "settings": { - "foreground": "#f07178" - } - }, - { - "name": "Other Variable, String Link", - "scope": [ - "support.other.variable", - "string.other.link" - ], - "settings": { - "foreground": "#f07178" - } - }, - { - "name": "Number, Constant, Function Argument, Tag Attribute, Embedded", - "scope": [ - "constant.numeric", - "constant.language", - "support.constant", - "constant.character", - "constant.escape", - "variable.parameter", - "keyword.other.unit", - "keyword.other" - ], - "settings": { - "foreground": "#F78C6C" - } - }, - { - "name": "String, Symbols, Inherited Class, Markup Heading", - "scope": [ - "string", - "constant.other.symbol", - "constant.other.key", - "entity.other.inherited-class", - "markup.heading", - "markup.inserted.git_gutter", - "meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js" - ], - "settings": { - "fontStyle": "normal", - "foreground": "#C3E88D" - } - }, - { - "name": "Class, Support", - "scope": [ - "entity.name", - "support.type", - "support.class", - "support.orther.namespace.use.php", - "meta.use.php", - "support.other.namespace.php", - "markup.changed.git_gutter", - "support.type.sys-types" - ], - "settings": { - "foreground": "#FFCB6B" - } - }, - { - "name": "Entity Types", - "scope": [ - "support.type" - ], - "settings": { - "foreground": "#B2CCD6" - } - }, - { - "name": "CSS Class and Support", - "scope": [ - "source.css support.type.property-name", - "source.sass support.type.property-name", - "source.scss support.type.property-name", - "source.less support.type.property-name", - "source.stylus support.type.property-name", - "source.postcss support.type.property-name" - ], - "settings": { - "foreground": "#B2CCD6" - } - }, - { - "name": "Sub-methods", - "scope": [ - "entity.name.module.js", - "variable.import.parameter.js", - "variable.other.class.js" - ], - "settings": { - "foreground": "#FF5370" - } - }, - { - "name": "Language methods", - "scope": [ - "variable.language" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#FF5370" - } - }, - { - "name": "entity.name.method.js", - "scope": [ - "entity.name.method.js" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#82AAFF" - } - }, - { - "name": "meta.method.js", - "scope": [ - "meta.class-method.js entity.name.function.js", - "variable.function.constructor" - ], - "settings": { - "foreground": "#82AAFF" - } - }, - { - "name": "Attributes", - "scope": [ - "entity.other.attribute-name" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "HTML Attributes", - "scope": [ - "text.html.basic entity.other.attribute-name.html", - "text.html.basic entity.other.attribute-name" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#FFCB6B" - } - }, - { - "name": "CSS Classes", - "scope": [ - "entity.other.attribute-name.class" - ], - "settings": { - "foreground": "#FFCB6B" - } - }, - { - "name": "CSS ID's", - "scope": [ - "source.sass keyword.control" - ], - "settings": { - "foreground": "#82AAFF" - } - }, - { - "name": "Inserted", - "scope": [ - "markup.inserted" - ], - "settings": { - "foreground": "#C3E88D" - } - }, - { - "name": "Deleted", - "scope": [ - "markup.deleted" - ], - "settings": { - "foreground": "#FF5370" - } - }, - { - "name": "Changed", - "scope": [ - "markup.changed" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "Regular Expressions", - "scope": [ - "string.regexp" - ], - "settings": { - "foreground": "#89DDFF" - } - }, - { - "name": "Escape Characters", - "scope": [ - "constant.character.escape" - ], - "settings": { - "foreground": "#89DDFF" - } - }, - { - "name": "URL", - "scope": [ - "*url*", - "*link*", - "*uri*" - ], - "settings": { - "fontStyle": "underline" - } - }, - { - "name": "Decorators", - "scope": [ - "tag.decorator.js entity.name.tag.js", - "tag.decorator.js punctuation.definition.tag.js" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#82AAFF" - } - }, - { - "name": "ES7 Bind Operator", - "scope": [ - "source.js constant.other.object.key.js string.unquoted.label.js" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#FF5370" - } - }, - { - "name": "JSON Key - Level 0", - "scope": [ - "source.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "JSON Key - Level 1", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#FFCB6B" - } - }, - { - "name": "JSON Key - Level 2", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#F78C6C" - } - }, - { - "name": "JSON Key - Level 3", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#FF5370" - } - }, - { - "name": "JSON Key - Level 4", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#C17E70" - } - }, - { - "name": "JSON Key - Level 5", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#82AAFF" - } - }, - { - "name": "JSON Key - Level 6", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#f07178" - } - }, - { - "name": "JSON Key - Level 7", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "JSON Key - Level 8", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#C3E88D" - } - }, - { - "name": "Markdown - Plain", - "scope": [ - "text.html.markdown", - "punctuation.definition.list_item.markdown" - ], - "settings": { - "foreground": "#EEFFFF" - } - }, - { - "name": "Markdown - Markup Raw Inline", - "scope": [ - "text.html.markdown markup.inline.raw.markdown" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "Markdown - Markup Raw Inline Punctuation", - "scope": [ - "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown" - ], - "settings": { - "foreground": "#65737E" - } - }, - { - "name": "Markdown - Line Break", - "scope": [ - "text.html.markdown meta.dummy.line-break" - ], - "settings": { - "foreground": "" - } - }, - { - "name": "Markdown - Heading", - "scope": [ - "markdown.heading", - "markup.heading | markup.heading entity.name", - "markup.heading.markdown punctuation.definition.heading.markdown" - ], - "settings": { - "foreground": "#C3E88D" - } - }, - { - "name": "Markup - Italic", - "scope": [ - "markup.italic" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#f07178" - } - }, - { - "name": "Markup - Bold", - "scope": [ - "markup.bold", - "markup.bold string" - ], - "settings": { - "fontStyle": "bold", - "foreground": "#f07178" - } - }, - { - "name": "Markup - Bold-Italic", - "scope": [ - "markup.bold markup.italic", - "markup.italic markup.bold", - "markup.quote markup.bold", - "markup.bold markup.italic string", - "markup.italic markup.bold string", - "markup.quote markup.bold string" - ], - "settings": { - "fontStyle": "bold", - "foreground": "#f07178" - } - }, - { - "name": "Markup - Underline", - "scope": [ - "markup.underline" - ], - "settings": { - "fontStyle": "underline", - "foreground": "#F78C6C" - } - }, - { - "name": "Markup - Strike", - "scope": [ - "markup.strike" - ], - "settings": { - "fontStyle": "strike", - "foreground": "" - } - }, - { - "name": "Markdown - Blockquote", - "scope": [ - "markup.quote punctuation.definition.blockquote.markdown" - ], - "settings": { - "background": "#65737E", - "foreground": "#65737E" - } - }, - { - "name": "Markup - Quote", - "scope": [ - "markup.quote" - ], - "settings": { - "fontStyle": "italic", - "foreground": "" - } - }, - { - "name": "Markdown - Link", - "scope": [ - "string.other.link.title.markdown" - ], - "settings": { - "foreground": "#82AAFF" - } - }, - { - "name": "Markdown - Link Description", - "scope": [ - "string.other.link.description.title.markdown" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "Markdown - Link Anchor", - "scope": [ - "constant.other.reference.link.markdown" - ], - "settings": { - "foreground": "#FFCB6B" - } - }, - { - "name": "Markup - Raw Block", - "scope": [ - "markup.raw.block" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "Markdown - Raw Block Fenced", - "scope": [ - "markup.raw.block.fenced.markdown" - ], - "settings": { - "foreground": "#00000050" - } - }, - { - "name": "Markdown - Fenced Bode Block", - "scope": [ - "punctuation.definition.fenced.markdown" - ], - "settings": { - "foreground": "#00000050" - } - }, - { - "name": "Markdown - Fenced Bode Block Variable", - "scope": [ - "markup.raw.block.fenced.markdown", - "variable.language.fenced.markdown", - "punctuation.section.class.end" - ], - "settings": { - "foreground": "#EEFFFF" - } - }, - { - "name": "Markdown - Fenced Language", - "scope": [ - "variable.language.fenced.markdown" - ], - "settings": { - "foreground": "#65737E" - } - }, - { - "name": "Markdown - Separator", - "scope": [ - "meta.separator" - ], - "settings": { - "fontStyle": "bold", - "background": "#00000050", - "foreground": "#65737E" - } - }, - { - "name": "Markup - Table", - "scope": [ - "markup.table" - ], - "settings": { - "foreground": "#EEFFFF" - } - }, - { - "scope": "token.info-token", - "settings": { - "foreground": "#6796e6" - } - }, - { - "scope": "token.warn-token", - "settings": { - "foreground": "#cd9731" - } - }, - { - "scope": "token.error-token", - "settings": { - "foreground": "#f44747" - } - }, - { - "scope": "token.debug-token", - "settings": { - "foreground": "#b267e6" - } - } - ] + "name" : "Sahara Theme", + "type" : "dark", + "colors" : { + "editor.background" : "#1e1e1e", + "editor.foreground" : "#d4d4d4", + "activityBarBadge.background" : "#007acc", + "sideBarTitle.foreground" : "#bbbbbb" + }, + "tokenColors" : [ + { + "settings" : { + "foreground" : "#eeffffff", + "background" : "#263238ff" + } + }, + { + "name" : "Comment", + "scope" : [ + "comment", + "punctuation.definition.comment" + ], + "settings" : { + "fontStyle" : "italic", + "foreground" : "#546E7A" + } + }, + { + "name" : "Variables", + "scope" : [ + "variable", + "string constant.other.placeholder" + ], + "settings" : { + "foreground" : "#EEFFFF" + } + }, + { + "name" : "Colors", + "scope" : [ + "constant.other.color" + ], + "settings" : { + "foreground" : "#ffffff" + } + }, + { + "name" : "Invalid", + "scope" : [ + "invalid", + "invalid.illegal" + ], + "settings" : { + "foreground" : "#FF5370" + } + }, + { + "name" : "Keyword, Storage", + "scope" : [ + "keyword", + "storage.type", + "storage.modifier" + ], + "settings" : { + "foreground" : "#C792EA" + } + }, + { + "name" : "Operator, Misc", + "scope" : [ + "keyword.control", + "constant.other.color", + "punctuation", + "meta.tag", + "punctuation.definition.tag", + "punctuation.separator.inheritance.php", + "punctuation.definition.tag.html", + "punctuation.definition.tag.begin.html", + "punctuation.definition.tag.end.html", + "punctuation.section.embedded", + "keyword.other.template", + "keyword.other.substitution" + ], + "settings" : { + "foreground" : "#89DDFF" + } + }, + { + "name" : "Tag", + "scope" : [ + "entity.name.tag", + "meta.tag.sgml", + "markup.deleted.git_gutter" + ], + "settings" : { + "foreground" : "#f07178" + } + }, + { + "name" : "Function, Special Method", + "scope" : [ + "entity.name.function", + "meta.function-call", + "variable.function", + "support.function", + "keyword.other.special-method" + ], + "settings" : { + "foreground" : "#82AAFF" + } + }, + { + "name" : "Block Level Variables", + "scope" : [ + "meta.block variable.other" + ], + "settings" : { + "foreground" : "#f07178" + } + }, + { + "name" : "Other Variable, String Link", + "scope" : [ + "support.other.variable", + "string.other.link" + ], + "settings" : { + "foreground" : "#f07178" + } + }, + { + "name" : "Number, Constant, Function Argument, Tag Attribute, Embedded", + "scope" : [ + "constant.numeric", + "constant.language", + "support.constant", + "constant.character", + "constant.escape", + "variable.parameter", + "keyword.other.unit", + "keyword.other" + ], + "settings" : { + "foreground" : "#F78C6C" + } + }, + { + "name" : "String, Symbols, Inherited Class, Markup Heading", + "scope" : [ + "string", + "constant.other.symbol", + "constant.other.key", + "entity.other.inherited-class", + "markup.heading", + "markup.inserted.git_gutter", + "meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js" + ], + "settings" : { + "fontStyle" : "normal", + "foreground" : "#C3E88D" + } + }, + { + "name" : "Class, Support", + "scope" : [ + "entity.name", + "support.type", + "support.class", + "support.orther.namespace.use.php", + "meta.use.php", + "support.other.namespace.php", + "markup.changed.git_gutter", + "support.type.sys-types" + ], + "settings" : { + "foreground" : "#FFCB6B" + } + }, + { + "name" : "Entity Types", + "scope" : [ + "support.type" + ], + "settings" : { + "foreground" : "#B2CCD6" + } + }, + { + "name" : "CSS Class and Support", + "scope" : [ + "source.css support.type.property-name", + "source.sass support.type.property-name", + "source.scss support.type.property-name", + "source.less support.type.property-name", + "source.stylus support.type.property-name", + "source.postcss support.type.property-name" + ], + "settings" : { + "foreground" : "#B2CCD6" + } + }, + { + "name" : "Sub-methods", + "scope" : [ + "entity.name.module.js", + "variable.import.parameter.js", + "variable.other.class.js" + ], + "settings" : { + "foreground" : "#FF5370" + } + }, + { + "name" : "Language methods", + "scope" : [ + "variable.language" + ], + "settings" : { + "fontStyle" : "italic", + "foreground" : "#FF5370" + } + }, + { + "name" : "entity.name.method.js", + "scope" : [ + "entity.name.method.js" + ], + "settings" : { + "fontStyle" : "italic", + "foreground" : "#82AAFF" + } + }, + { + "name" : "meta.method.js", + "scope" : [ + "meta.class-method.js entity.name.function.js", + "variable.function.constructor" + ], + "settings" : { + "foreground" : "#82AAFF" + } + }, + { + "name" : "Attributes", + "scope" : [ + "entity.other.attribute-name" + ], + "settings" : { + "foreground" : "#C792EA" + } + }, + { + "name" : "HTML Attributes", + "scope" : [ + "text.html.basic entity.other.attribute-name.html", + "text.html.basic entity.other.attribute-name" + ], + "settings" : { + "fontStyle" : "italic", + "foreground" : "#FFCB6B" + } + }, + { + "name" : "CSS Classes", + "scope" : [ + "entity.other.attribute-name.class" + ], + "settings" : { + "foreground" : "#FFCB6B" + } + }, + { + "name" : "CSS ID's", + "scope" : [ + "source.sass keyword.control" + ], + "settings" : { + "foreground" : "#82AAFF" + } + }, + { + "name" : "Inserted", + "scope" : [ + "markup.inserted" + ], + "settings" : { + "foreground" : "#C3E88D" + } + }, + { + "name" : "Deleted", + "scope" : [ + "markup.deleted" + ], + "settings" : { + "foreground" : "#FF5370" + } + }, + { + "name" : "Changed", + "scope" : [ + "markup.changed" + ], + "settings" : { + "foreground" : "#C792EA" + } + }, + { + "name" : "Regular Expressions", + "scope" : [ + "string.regexp" + ], + "settings" : { + "foreground" : "#89DDFF" + } + }, + { + "name" : "Escape Characters", + "scope" : [ + "constant.character.escape" + ], + "settings" : { + "foreground" : "#89DDFF" + } + }, + { + "name" : "URL", + "scope" : [ + "*url*", + "*link*", + "*uri*" + ], + "settings" : { + "fontStyle" : "underline" + } + }, + { + "name" : "Decorators", + "scope" : [ + "tag.decorator.js entity.name.tag.js", + "tag.decorator.js punctuation.definition.tag.js" + ], + "settings" : { + "fontStyle" : "italic", + "foreground" : "#82AAFF" + } + }, + { + "name" : "ES7 Bind Operator", + "scope" : [ + "source.js constant.other.object.key.js string.unquoted.label.js" + ], + "settings" : { + "fontStyle" : "italic", + "foreground" : "#FF5370" + } + }, + { + "name" : "JSON Key - Level 0", + "scope" : [ + "source.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings" : { + "foreground" : "#C792EA" + } + }, + { + "name" : "JSON Key - Level 1", + "scope" : [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings" : { + "foreground" : "#FFCB6B" + } + }, + { + "name" : "JSON Key - Level 2", + "scope" : [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings" : { + "foreground" : "#F78C6C" + } + }, + { + "name" : "JSON Key - Level 3", + "scope" : [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings" : { + "foreground" : "#FF5370" + } + }, + { + "name" : "JSON Key - Level 4", + "scope" : [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings" : { + "foreground" : "#C17E70" + } + }, + { + "name" : "JSON Key - Level 5", + "scope" : [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings" : { + "foreground" : "#82AAFF" + } + }, + { + "name" : "JSON Key - Level 6", + "scope" : [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings" : { + "foreground" : "#f07178" + } + }, + { + "name" : "JSON Key - Level 7", + "scope" : [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings" : { + "foreground" : "#C792EA" + } + }, + { + "name" : "JSON Key - Level 8", + "scope" : [ + "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" + ], + "settings" : { + "foreground" : "#C3E88D" + } + }, + { + "name" : "Markdown - Plain", + "scope" : [ + "text.html.markdown", + "punctuation.definition.list_item.markdown" + ], + "settings" : { + "foreground" : "#EEFFFF" + } + }, + { + "name" : "Markdown - Markup Raw Inline", + "scope" : [ + "text.html.markdown markup.inline.raw.markdown" + ], + "settings" : { + "foreground" : "#C792EA" + } + }, + { + "name" : "Markdown - Markup Raw Inline Punctuation", + "scope" : [ + "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown" + ], + "settings" : { + "foreground" : "#65737E" + } + }, + { + "name" : "Markdown - Line Break", + "scope" : [ + "text.html.markdown meta.dummy.line-break" + ], + "settings" : { + "foreground" : "" + } + }, + { + "name" : "Markdown - Heading", + "scope" : [ + "markdown.heading", + "markup.heading | markup.heading entity.name", + "markup.heading.markdown punctuation.definition.heading.markdown" + ], + "settings" : { + "foreground" : "#C3E88D" + } + }, + { + "name" : "Markup - Italic", + "scope" : [ + "markup.italic" + ], + "settings" : { + "fontStyle" : "italic", + "foreground" : "#f07178" + } + }, + { + "name" : "Markup - Bold", + "scope" : [ + "markup.bold", + "markup.bold string" + ], + "settings" : { + "fontStyle" : "bold", + "foreground" : "#f07178" + } + }, + { + "name" : "Markup - Bold-Italic", + "scope" : [ + "markup.bold markup.italic", + "markup.italic markup.bold", + "markup.quote markup.bold", + "markup.bold markup.italic string", + "markup.italic markup.bold string", + "markup.quote markup.bold string" + ], + "settings" : { + "fontStyle" : "bold", + "foreground" : "#f07178" + } + }, + { + "name" : "Markup - Underline", + "scope" : [ + "markup.underline" + ], + "settings" : { + "fontStyle" : "underline", + "foreground" : "#F78C6C" + } + }, + { + "name" : "Markup - Strike", + "scope" : [ + "markup.strike" + ], + "settings" : { + "fontStyle" : "strike", + "foreground" : "" + } + }, + { + "name" : "Markdown - Blockquote", + "scope" : [ + "markup.quote punctuation.definition.blockquote.markdown" + ], + "settings" : { + "background" : "#65737E", + "foreground" : "#65737E" + } + }, + { + "name" : "Markup - Quote", + "scope" : [ + "markup.quote" + ], + "settings" : { + "fontStyle" : "italic", + "foreground" : "" + } + }, + { + "name" : "Markdown - Link", + "scope" : [ + "string.other.link.title.markdown" + ], + "settings" : { + "foreground" : "#82AAFF" + } + }, + { + "name" : "Markdown - Link Description", + "scope" : [ + "string.other.link.description.title.markdown" + ], + "settings" : { + "foreground" : "#C792EA" + } + }, + { + "name" : "Markdown - Link Anchor", + "scope" : [ + "constant.other.reference.link.markdown" + ], + "settings" : { + "foreground" : "#FFCB6B" + } + }, + { + "name" : "Markup - Raw Block", + "scope" : [ + "markup.raw.block" + ], + "settings" : { + "foreground" : "#C792EA" + } + }, + { + "name" : "Markdown - Raw Block Fenced", + "scope" : [ + "markup.raw.block.fenced.markdown" + ], + "settings" : { + "foreground" : "#00000050" + } + }, + { + "name" : "Markdown - Fenced Bode Block", + "scope" : [ + "punctuation.definition.fenced.markdown" + ], + "settings" : { + "foreground" : "#00000050" + } + }, + { + "name" : "Markdown - Fenced Bode Block Variable", + "scope" : [ + "markup.raw.block.fenced.markdown", + "variable.language.fenced.markdown", + "punctuation.section.class.end" + ], + "settings" : { + "foreground" : "#EEFFFF" + } + }, + { + "name" : "Markdown - Fenced Language", + "scope" : [ + "variable.language.fenced.markdown" + ], + "settings" : { + "foreground" : "#65737E" + } + }, + { + "name" : "Markdown - Separator", + "scope" : [ + "meta.separator" + ], + "settings" : { + "fontStyle" : "bold", + "background" : "#00000050", + "foreground" : "#65737E" + } + }, + { + "name" : "Markup - Table", + "scope" : [ + "markup.table" + ], + "settings" : { + "foreground" : "#EEFFFF" + } + }, + { + "scope" : "token.info-token", + "settings" : { + "foreground" : "#6796e6" + } + }, + { + "scope" : "token.warn-token", + "settings" : { + "foreground" : "#cd9731" + } + }, + { + "scope" : "token.error-token", + "settings" : { + "foreground" : "#f44747" + } + }, + { + "scope" : "token.debug-token", + "settings" : { + "foreground" : "#b267e6" + } + } + ] } \ No newline at end of file