From d13129d60c364e50c10282bc8933b2839d1f8a55 Mon Sep 17 00:00:00 2001 From: Yahya Murad Date: Tue, 2 Apr 2024 17:04:32 +0300 Subject: [PATCH] Changed quickInputList & terminalCursor --- themes/Zed Theme-color-theme.json | 4112 ++++++++++++++--------------- 1 file changed, 2009 insertions(+), 2103 deletions(-) diff --git a/themes/Zed Theme-color-theme.json b/themes/Zed Theme-color-theme.json index 454a416..ebdd4bc 100644 --- a/themes/Zed Theme-color-theme.json +++ b/themes/Zed Theme-color-theme.json @@ -1,2104 +1,2010 @@ { - "name": "Untitled", - "type": "light", - "semanticHighlighting": true, - "semanticTokenColors": { - "enumMember": { - "foreground": "#007e8e" - }, - "variable.constant": { - "foreground": "#cf6806" - }, - "variable.defaultLibrary": { - "foreground": "#f59f00" - } - }, - "tokenColors": [ - { - "name": "unison punctuation", - "scope": "punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "haskell variable generic-type", - "scope": "variable.other.generic-type.haskell", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "haskell storage type", - "scope": "storage.type.haskell", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "support.variable.magic.python", - "scope": "support.variable.magic.python", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "punctuation.separator.parameters.python", - "scope": "punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "variable.parameter.function.language.special.self.python", - "scope": "variable.parameter.function.language.special.self.python", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "storage.modifier.lifetime.rust", - "scope": "storage.modifier.lifetime.rust", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "support.function.std.rust", - "scope": "support.function.std.rust", - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "entity.name.lifetime.rust", - "scope": "entity.name.lifetime.rust", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "variable.language.rust", - "scope": "variable.language.rust", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "support.constant.edge", - "scope": "support.constant.edge", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "regexp constant character-class", - "scope": "constant.other.character-class.regexp", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "regexp operator.quantifier", - "scope": "keyword.operator.quantifier.regexp", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "punctuation.definition", - "scope": "punctuation.definition.string.begin,punctuation.definition.string.end", - "settings": { - "foreground": "#51be03" - } - }, - { - "name": "Text", - "scope": "variable.parameter.function", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "Comment Markup Link", - "scope": "comment markup.link", - "settings": { - "foreground": "#7f848e" - } - }, - { - "name": "markup diff", - "scope": "markup.changed.diff", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "diff", - "scope": "meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff", - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "inserted.diff", - "scope": "markup.inserted.diff", - "settings": { - "foreground": "#51be03" - } - }, - { - "name": "deleted.diff", - "scope": "markup.deleted.diff", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "c++ function", - "scope": "meta.function.c,meta.function.cpp", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "c++ block", - "scope": "punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "js/ts punctuation separator key-value", - "scope": "punctuation.separator.key-value", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "js/ts import keyword", - "scope": "keyword.operator.expression.import", - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "math js/ts", - "scope": "support.constant.math", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "math property js/ts", - "scope": "support.constant.property.math", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "js/ts variable.other.constant", - "scope": "variable.other.constant", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "java type", - "scope": [ - "storage.type.annotation.java", - "storage.type.object.array.java" - ], - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "java source", - "scope": "source.java", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "java modifier.import", - "scope": "punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "java modifier.import", - "scope": "meta.method.java", - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "java modifier.import", - "scope": "storage.modifier.import.java,storage.type.java,storage.type.generic.java", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "java instanceof", - "scope": "keyword.operator.instanceof.java", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "java variable.name", - "scope": "meta.definition.variable.name.java", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "operator logical", - "scope": "keyword.operator.logical", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "operator bitwise", - "scope": "keyword.operator.bitwise", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "operator channel", - "scope": "keyword.operator.channel", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "support.constant.property-value.scss", - "scope": "support.constant.property-value.scss,support.constant.property-value.css", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "CSS/SCSS/LESS Operators", - "scope": "keyword.operator.css,keyword.operator.scss,keyword.operator.less", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "css color standard name", - "scope": "support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "css comma", - "scope": "punctuation.separator.list.comma.css", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "css attribute-name.id", - "scope": "support.constant.color.w3c-standard-color-name.css", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "css property-name", - "scope": "support.type.vendored.property-name.css", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "js/ts module", - "scope": "support.module.node,support.type.object.module,support.module.node", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "entity.name.type.module", - "scope": "entity.name.type.module", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "js variable readwrite", - "scope": "variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "js/ts json", - "scope": "support.constant.json", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "js/ts Keyword", - "scope": [ - "keyword.operator.expression.instanceof", - "keyword.operator.new", - "keyword.operator.ternary", - "keyword.operator.optional", - "keyword.operator.expression.keyof" - ], - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "js/ts console", - "scope": "support.type.object.console", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "js/ts support.variable.property.process", - "scope": "support.variable.property.process", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "js console function", - "scope": "entity.name.function,support.function.console", - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "keyword.operator.misc.rust", - "scope": "keyword.operator.misc.rust", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "keyword.operator.sigil.rust", - "scope": "keyword.operator.sigil.rust", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "operator", - "scope": "keyword.operator.delete", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "js dom", - "scope": "support.type.object.dom", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "js dom variable", - "scope": "support.variable.dom,support.variable.property.dom", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "keyword.operator", - "scope": "keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "C operator assignment", - "scope": "keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "Punctuation", - "scope": "punctuation.separator.delimiter", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "Other punctuation .c", - "scope": "punctuation.separator.c,punctuation.separator.cpp", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "C type posix-reserved", - "scope": "support.type.posix-reserved.c,support.type.posix-reserved.cpp", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "keyword.operator.sizeof.c", - "scope": "keyword.operator.sizeof.c,keyword.operator.sizeof.cpp", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "python parameter", - "scope": "variable.parameter.function.language.python", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "python type", - "scope": "support.type.python", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "python logical", - "scope": "keyword.operator.logical.python", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "pyCs", - "scope": "variable.parameter.function.python", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "python block", - "scope": "punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "python function-call.generic", - "scope": "meta.function-call.generic.python", - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "python placeholder reset to normal string", - "scope": "constant.character.format.placeholder.other.python", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "Operators", - "scope": "keyword.operator", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "Compound Assignment Operators", - "scope": "keyword.operator.assignment.compound", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "Compound Assignment Operators js/ts", - "scope": "keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "Keywords", - "scope": "keyword", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "Namespaces", - "scope": "entity.name.namespace", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "Variables", - "scope": "variable", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "Variables", - "scope": "variable.c", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "Language variables", - "scope": "variable.language", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "Java Variables", - "scope": "token.variable.parameter.java", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "Java Imports", - "scope": "import.storage.java", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "Packages", - "scope": "token.package.keyword", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "Packages", - "scope": "token.package", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "Functions", - "scope": [ - "entity.name.function", - "meta.require", - "support.function.any-method", - "variable.function" - ], - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "Classes", - "scope": "entity.name.type.namespace", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "Classes", - "scope": "support.class, entity.name.type.class", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "Class name", - "scope": "entity.name.class.identifier.namespace.type", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "Class name", - "scope": [ - "entity.name.class", - "variable.other.class.js", - "variable.other.class.ts" - ], - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "Class name php", - "scope": "variable.other.class.php", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "Type Name", - "scope": "entity.name.type", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "Keyword Control", - "scope": "keyword.control", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "Control Elements", - "scope": "control.elements, keyword.operator.less", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "Methods", - "scope": "keyword.other.special-method", - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "Storage", - "scope": "storage", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "Storage JS TS", - "scope": "token.storage", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "Source Js Keyword Operator Delete,source Js Keyword Operator In,source Js Keyword Operator Of,source Js Keyword Operator Instanceof,source Js Keyword Operator New,source Js Keyword Operator Typeof,source Js Keyword Operator Void", - "scope": "keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "Java Storage", - "scope": "token.storage.type.java", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "Support", - "scope": "support.function", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "Support type", - "scope": "support.type.property-name", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "Support type", - "scope": "support.constant.property-value", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "Support type", - "scope": "support.constant.font-name", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "Meta tag", - "scope": "meta.tag", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "Strings", - "scope": "string", - "settings": { - "foreground": "#51be03" - } - }, - { - "name": "Inherited Class", - "scope": "entity.other.inherited-class", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "Constant other symbol", - "scope": "constant.other.symbol", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "Integers", - "scope": "constant.numeric", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "Constants", - "scope": "constant", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "Constants", - "scope": "punctuation.definition.constant", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "Tags", - "scope": "entity.name.tag", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "Attributes", - "scope": "entity.other.attribute-name", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "Attribute IDs", - "scope": "entity.other.attribute-name.id", - "settings": { - "fontStyle": "normal", - "foreground": "#0083ee" - } - }, - { - "name": "Attribute class", - "scope": "entity.other.attribute-name.class.css", - "settings": { - "fontStyle": "normal", - "foreground": "#cf6806" - } - }, - { - "name": "Selector", - "scope": "meta.selector", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "Headings", - "scope": "markup.heading", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "Headings", - "scope": "markup.heading punctuation.definition.heading, entity.name.section", - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "Units", - "scope": "keyword.other.unit", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "Bold", - "scope": "markup.bold,todo.bold", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "Bold", - "scope": "punctuation.definition.bold", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "markup Italic", - "scope": "markup.italic, punctuation.definition.italic,todo.emphasis", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "emphasis md", - "scope": "emphasis md", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "[VSCODE-CUSTOM] Markdown headings", - "scope": "entity.name.section.markdown", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "[VSCODE-CUSTOM] Markdown heading Punctuation Definition", - "scope": "punctuation.definition.heading.markdown", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "punctuation.definition.list.begin.markdown", - "scope": "punctuation.definition.list.begin.markdown", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "[VSCODE-CUSTOM] Markdown heading setext", - "scope": "markup.heading.setext", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Bold", - "scope": "punctuation.definition.bold.markdown", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "[VSCODE-CUSTOM] Markdown Inline Raw", - "scope": "markup.inline.raw.markdown", - "settings": { - "foreground": "#51be03" - } - }, - { - "name": "[VSCODE-CUSTOM] Markdown Inline Raw", - "scope": "markup.inline.raw.string.markdown", - "settings": { - "foreground": "#51be03" - } - }, - { - "name": "[VSCODE-CUSTOM] Markdown List Punctuation Definition", - "scope": "punctuation.definition.list.markdown", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition String", - "scope": [ - "punctuation.definition.string.begin.markdown", - "punctuation.definition.string.end.markdown", - "punctuation.definition.metadata.markdown" - ], - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "beginning.punctuation.definition.list.markdown", - "scope": [ - "beginning.punctuation.definition.list.markdown" - ], - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Link", - "scope": "punctuation.definition.metadata.markdown", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "[VSCODE-CUSTOM] Markdown Underline Link/Image", - "scope": "markup.underline.link.markdown,markup.underline.link.image.markdown", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "[VSCODE-CUSTOM] Markdown Link Title/Description", - "scope": "string.other.link.title.markdown,string.other.link.description.markdown", - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "Regular Expressions", - "scope": "string.regexp", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "Escape Characters", - "scope": "constant.character.escape", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "Embedded", - "scope": "punctuation.section.embedded, variable.interpolation", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "Embedded", - "scope": "punctuation.section.embedded.begin,punctuation.section.embedded.end", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "illegal", - "scope": "invalid.illegal", - "settings": { - "foreground": "#ffffff" - } - }, - { - "name": "illegal", - "scope": "invalid.illegal.bad-ampersand.html", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "Broken", - "scope": "invalid.broken", - "settings": { - "foreground": "#ffffff" - } - }, - { - "name": "Deprecated", - "scope": "invalid.deprecated", - "settings": { - "foreground": "#ffffff" - } - }, - { - "name": "Unimplemented", - "scope": "invalid.unimplemented", - "settings": { - "foreground": "#ffffff" - } - }, - { - "name": "Source Json Meta Structure Dictionary Json > String Quoted Json", - "scope": "source.json meta.structure.dictionary.json > string.quoted.json", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "Source Json Meta Structure Dictionary Json > String Quoted Json > Punctuation String", - "scope": "source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "Source Json Meta Structure Dictionary Json > Value Json > String Quoted Json,source Json Meta Structure Array Json > Value Json > String Quoted Json,source Json Meta Structure Dictionary Json > Value Json > String Quoted Json > Punctuation,source Json Meta Structure Array Json > Value Json > String Quoted Json > Punctuation", - "scope": "source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation", - "settings": { - "foreground": "#51be03" - } - }, - { - "name": "Source Json Meta Structure Dictionary Json > Constant Language Json,source Json Meta Structure Array Json > Constant Language Json", - "scope": "source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "[VSCODE-CUSTOM] JSON Property Name", - "scope": "support.type.property-name.json", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "[VSCODE-CUSTOM] JSON Punctuation for Property Name", - "scope": "support.type.property-name.json punctuation", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "laravel blade tag", - "scope": "text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "laravel blade @", - "scope": "text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "use statement for other classes", - "scope": "support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "error suppression", - "scope": "keyword.operator.error-control.php", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "php instanceof", - "scope": "keyword.operator.type.php", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "style double quoted array index normal begin", - "scope": "punctuation.section.array.begin.php", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "style double quoted array index normal end", - "scope": "punctuation.section.array.end.php", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "php illegal.non-null-typehinted", - "scope": "invalid.illegal.non-null-typehinted.php", - "settings": { - "foreground": "#f44747" - } - }, - { - "name": "php types", - "scope": "storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "php call-function", - "scope": "meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php", - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "php function-resets", - "scope": "punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "support php constants", - "scope": "support.constant.core.rust", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "support php constants", - "scope": "support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "php goto", - "scope": "entity.name.goto-label.php,support.other.php", - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "php logical/bitwise operator", - "scope": "keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "php regexp operator", - "scope": "keyword.operator.regexp.php", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "php comparison", - "scope": "keyword.operator.comparison.php", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "php heredoc/nowdoc", - "scope": "keyword.operator.heredoc.php,keyword.operator.nowdoc.php", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "python function decorator @", - "scope": "meta.function.decorator.python", - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "python function support", - "scope": "support.token.decorator.python,meta.function.decorator.identifier.python", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "parameter function js/ts", - "scope": "function.parameter", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "brace function", - "scope": "function.brace", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "parameter function ruby cs", - "scope": "function.parameter.ruby, function.parameter.cs", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "constant.language.symbol.ruby", - "scope": "constant.language.symbol.ruby", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "rgb-value", - "scope": "rgb-value", - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "rgb value", - "scope": "inline-color-decoration rgb-value", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "rgb value less", - "scope": "less rgb-value", - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "sass selector", - "scope": "selector.sass", - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "ts primitive/builtin types", - "scope": "support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "block scope", - "scope": "block.scope.end,block.scope.begin", - "settings": { - "foreground": "#000000" - } - }, - { - "name": "cs storage type", - "scope": "storage.type.cs", - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "cs local variable", - "scope": "entity.name.variable.local.cs", - "settings": { - "foreground": "#d90819" - } - }, - { - "scope": "token.info-token", - "settings": { - "foreground": "#0083ee" - } - }, - { - "scope": "token.warn-token", - "settings": { - "foreground": "#cf6806" - } - }, - { - "scope": "token.error-token", - "settings": { - "foreground": "#f44747" - } - }, - { - "scope": "token.debug-token", - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "String interpolation", - "scope": [ - "punctuation.definition.template-expression.begin", - "punctuation.definition.template-expression.end", - "punctuation.section.embedded" - ], - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "Reset JavaScript string interpolation expression", - "scope": [ - "meta.template.expression" - ], - "settings": { - "foreground": "#000000" - } - }, - { - "name": "Import module JS", - "scope": [ - "keyword.operator.module" - ], - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "js Flowtype", - "scope": [ - "support.type.type.flowtype" - ], - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "js Flow", - "scope": [ - "support.type.primitive" - ], - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "js class prop", - "scope": [ - "meta.property.object" - ], - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "js func parameter", - "scope": [ - "variable.parameter.function.js" - ], - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "js template literals begin", - "scope": [ - "keyword.other.template.begin" - ], - "settings": { - "foreground": "#51be03" - } - }, - { - "name": "js template literals end", - "scope": [ - "keyword.other.template.end" - ], - "settings": { - "foreground": "#51be03" - } - }, - { - "name": "js template literals variable braces begin", - "scope": [ - "keyword.other.substitution.begin" - ], - "settings": { - "foreground": "#51be03" - } - }, - { - "name": "js template literals variable braces end", - "scope": [ - "keyword.other.substitution.end" - ], - "settings": { - "foreground": "#51be03" - } - }, - { - "name": "js operator.assignment", - "scope": [ - "keyword.operator.assignment" - ], - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "go operator", - "scope": [ - "keyword.operator.assignment.go" - ], - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "go operator", - "scope": [ - "keyword.operator.arithmetic.go", - "keyword.operator.address.go" - ], - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "Go package name", - "scope": [ - "entity.name.package.go" - ], - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "elm prelude", - "scope": [ - "support.type.prelude.elm" - ], - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "elm constant", - "scope": [ - "support.constant.elm" - ], - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "template literal", - "scope": [ - "punctuation.quasi.element" - ], - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "html/pug (jade) escaped characters and entities", - "scope": [ - "constant.character.entity" - ], - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "styling css pseudo-elements/classes to be able to differentiate from classes which are the same colour", - "scope": [ - "entity.other.attribute-name.pseudo-element", - "entity.other.attribute-name.pseudo-class" - ], - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "Clojure globals", - "scope": [ - "entity.global.clojure" - ], - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "Clojure symbols", - "scope": [ - "meta.symbol.clojure" - ], - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "Clojure constants", - "scope": [ - "constant.keyword.clojure" - ], - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "CoffeeScript Function Argument", - "scope": [ - "meta.arguments.coffee", - "variable.parameter.function.coffee" - ], - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "Ini Default Text", - "scope": [ - "source.ini" - ], - "settings": { - "foreground": "#51be03" - } - }, - { - "name": "Makefile prerequisities", - "scope": [ - "meta.scope.prerequisites.makefile" - ], - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "Makefile text colour", - "scope": [ - "source.makefile" - ], - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "Groovy import names", - "scope": [ - "storage.modifier.import.groovy" - ], - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "Groovy Methods", - "scope": [ - "meta.method.groovy" - ], - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "Groovy Variables", - "scope": [ - "meta.definition.variable.name.groovy" - ], - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "Groovy Inheritance", - "scope": [ - "meta.definition.class.inherited.classes.groovy" - ], - "settings": { - "foreground": "#51be03" - } - }, - { - "name": "HLSL Semantic", - "scope": [ - "support.variable.semantic.hlsl" - ], - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "HLSL Types", - "scope": [ - "support.type.texture.hlsl", - "support.type.sampler.hlsl", - "support.type.object.hlsl", - "support.type.object.rw.hlsl", - "support.type.fx.hlsl", - "support.type.object.hlsl" - ], - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "SQL Variables", - "scope": [ - "text.variable", - "text.bracketed" - ], - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "types", - "scope": [ - "support.type.swift", - "support.type.vb.asp" - ], - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "heading 1, keyword", - "scope": [ - "entity.name.function.xi" - ], - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "heading 2, callable", - "scope": [ - "entity.name.class.xi" - ], - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "heading 3, property", - "scope": [ - "constant.character.character-class.regexp.xi" - ], - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "heading 4, type, class, interface", - "scope": [ - "constant.regexp.xi" - ], - "settings": { - "foreground": "#a406d3" - } - }, - { - "name": "heading 5, enums, preprocessor, constant, decorator", - "scope": [ - "keyword.control.xi" - ], - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "heading 6, number", - "scope": [ - "invalid.xi" - ], - "settings": { - "foreground": "#000000" - } - }, - { - "name": "string", - "scope": [ - "beginning.punctuation.definition.quote.markdown.xi" - ], - "settings": { - "foreground": "#51be03" - } - }, - { - "name": "comments", - "scope": [ - "beginning.punctuation.definition.list.markdown.xi" - ], - "settings": { - "foreground": "#7f848e" - } - }, - { - "name": "link", - "scope": [ - "constant.character.xi" - ], - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "accent", - "scope": [ - "accent.xi" - ], - "settings": { - "foreground": "#0083ee" - } - }, - { - "name": "wikiword", - "scope": [ - "wikiword.xi" - ], - "settings": { - "foreground": "#cf6806" - } - }, - { - "name": "language operators like '+', '-' etc", - "scope": [ - "constant.other.color.rgb-value.xi" - ], - "settings": { - "foreground": "#ffffff" - } - }, - { - "name": "elements to dim", - "scope": [ - "punctuation.definition.tag.xi" - ], - "settings": { - "foreground": "#7f848e" - } - }, - { - "name": "C++/C#", - "scope": [ - "entity.name.label.cs", - "entity.name.scope-resolution.function.call", - "entity.name.scope-resolution.function.definition" - ], - "settings": { - "foreground": "#f59f00" - } - }, - { - "name": "Markdown underscore-style headers", - "scope": [ - "entity.name.label.cs", - "markup.heading.setext.1.markdown", - "markup.heading.setext.2.markdown" - ], - "settings": { - "foreground": "#d90819" - } - }, - { - "name": "meta.brace.square", - "scope": [ - " meta.brace.square" - ], - "settings": { - "foreground": "#000000" - } - }, - { - "name": "Comments", - "scope": "comment, punctuation.definition.comment", - "settings": { - "fontStyle": "italic", - "foreground": "#7f848e" - } - }, - { - "name": "[VSCODE-CUSTOM] Markdown Quote", - "scope": "markup.quote.markdown", - "settings": { - "foreground": "#7f848e" - } - }, - { - "name": "punctuation.definition.block.sequence.item.yaml", - "scope": "punctuation.definition.block.sequence.item.yaml", - "settings": { - "foreground": "#000000" - } - }, - { - "scope": [ - "constant.language.symbol.elixir" - ], - "settings": { - "foreground": "#007e8e" - } - }, - { - "name": "js/ts italic", - "scope": "entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super", - "settings": { - "fontStyle": "italic" - } - }, - { - "name": "comment", - "scope": "comment.line.double-slash,comment.block.documentation", - "settings": { - "fontStyle": "italic" - } - }, - { - "name": "Python Keyword Control", - "scope": "keyword.control.import.python,keyword.control.flow.python", - "settings": { - "fontStyle": "italic" - } - }, - { - "name": "markup.italic.markdown", - "scope": "markup.italic.markdown", - "settings": { - "fontStyle": "italic" - } - } - ], - "colors": { - "foreground": "#1051d0", - "focusBorder": "#1051d0", - "selection.background": "#1051d04c", - "scrollbar.shadow": "#1051d04c", - "activityBar.foreground": "#1051d0", - "activityBar.background": "#f6f5f0", - "activityBar.inactiveForeground": "#1051d09b", - "activityBarBadge.foreground": "#f6f5f0", - "activityBarBadge.background": "#1051d09b", - "activityBar.border": "#ffffff00", - "activityBar.activeBackground": "#1051d000", - "sideBar.background": "#f6f5f0", - "sideBar.foreground": "#1051d0", - "sideBarSectionHeader.background": "#ffffff00", - "sideBarSectionHeader.foreground": "#1051d0", - "sideBarSectionHeader.border": "#ffffff00", - "sideBarTitle.foreground": "#ff000000", - "sideBar.border": "#ff000000", - "list.inactiveSelectionBackground": "#e8e8e8", - "list.inactiveSelectionForeground": "#616161", - "list.hoverBackground": "#e8e8e8", - "list.hoverForeground": "#1051d0", - "list.activeSelectionBackground": "#1051d0", - "list.activeSelectionForeground": "#ffffff", - "tree.indentGuidesStroke": "#1051d08b", - "list.dropBackground": "#d6ebff", - "list.highlightForeground": "#0066bf", - "list.focusBackground": "#d6ebff", - "list.focusForeground": "#616161", - "listFilterWidget.background": "#1051d03a", - "listFilterWidget.outline": "#ffd50000", - "listFilterWidget.noMatchesOutline": "#be1100", - "statusBar.foreground": "#1051d0", - "statusBar.background": "#f6f5f0", - "statusBarItem.hoverBackground": "#d1d1d15c", - "statusBar.border": "#ffffff00", - "statusBar.debuggingBackground": "#cc6633", - "statusBar.debuggingForeground": "#ffffff", - "statusBar.noFolderBackground": "#1051d0", - "statusBar.noFolderForeground": "#ffffff", - "statusBarItem.remoteBackground": "#1051d0", - "statusBarItem.remoteForeground": "#f6f5f0", - "titleBar.activeBackground": "#f6f5f0", - "titleBar.activeForeground": "#333333", - "titleBar.inactiveBackground": "#f6f5f0", - "titleBar.inactiveForeground": "#33333399", - "titleBar.border": "#00000000", - "menubar.selectionForeground": "#333333", - "menubar.selectionBackground": "#0000001a", - "menu.foreground": "#616161", - "menu.background": "#f6f5f0", - "menu.selectionForeground": "#ffffff", - "menu.selectionBackground": "#1051d0", - "menu.selectionBorder": "#00000000", - "menu.separatorBackground": "#1051d0", - "menu.border": "#1051d0", - "button.background": "#1051d0", - "button.foreground": "#ffffff", - "button.hoverBackground": "#0d40a5", - "button.secondaryForeground": "#ffffff", - "button.secondaryBackground": "#5f6a79", - "button.secondaryHoverBackground": "#4c5561", - "input.background": "#ffffff", - "input.border": "#00000000", - "input.foreground": "#616161", - "inputOption.activeBackground": "#0090f133", - "inputOption.activeBorder": "#007acc00", - "inputOption.activeForeground": "#000000", - "input.placeholderForeground": "#767676", - "textLink.foreground": "#000000", - "editor.background": "#f6f5f0", - "editor.foreground": "#000000", - "editorLineNumber.foreground": "#237893", - "editorCursor.foreground": "#000000", - "editorCursor.background": "#ffffff", - "editor.selectionBackground": "#add6ff", - "editor.inactiveSelectionBackground": "#e5ebf1", - "editorWhitespace.foreground": "#33333333", - "editor.selectionHighlightBackground": "#add6ff80", - "editor.selectionHighlightBorder": "#495F77", - "editor.findMatchBackground": "#a8ac94", - "editor.findMatchBorder": "#979b83", - "editor.findMatchHighlightBackground": "#ea5c0055", - "editor.findMatchHighlightBorder": "#ffffff00", - "editor.findRangeHighlightBackground": "#b4b4b44d", - "editor.findRangeHighlightBorder": "#ffffff00", - "editor.rangeHighlightBackground": "#fdff0033", - "editor.rangeHighlightBorder": "#ffffff00", - "editor.hoverHighlightBackground": "#add6ff26", - "editor.wordHighlightStrongBackground": "#0e639c40", - "editor.wordHighlightBackground": "#57575740", - "editor.lineHighlightBackground": "#ffffff0A", - "editor.lineHighlightBorder": "#eeeeee", - "editorLineNumber.activeForeground": "#0b216f", - "editorLink.activeForeground": "#0000ff", - "editorIndentGuide.background": "#d3d3d3", - "editorIndentGuide.activeBackground": "#939393", - "editorRuler.foreground": "#d3d3d3", - "editorBracketMatch.background": "#0064001a", - "editorBracketMatch.border": "#b9b9b9", - "editor.foldBackground": "#add6ff4d", - "editorOverviewRuler.background": "#25252500", - "editorOverviewRuler.border": "#7f7f7f4d", - "editorError.foreground": "#e51400", - "editorError.background": "#B73A3400", - "editorError.border": "#ffffff00", - "editorWarning.foreground": "#e9a700", - "editorWarning.background": "#A9904000", - "editorWarning.border": "#ffffff00", - "editorInfo.foreground": "#75beff", - "editorInfo.background": "#4490BF00", - "editorInfo.border": "#4490BF00", - "editorGutter.background": "#ffffff", - "editorGutter.modifiedBackground": "#66afe0", - "editorGutter.addedBackground": "#81b88b", - "editorGutter.deletedBackground": "#ca4b51", - "editorGutter.foldingControlForeground": "#424242", - "editorCodeLens.foreground": "#999999", - "editorGroup.border": "#e7e7e7", - "diffEditor.insertedTextBackground": "#9bb95533", - "diffEditor.removedTextBackground": "#ff000033", - "diffEditor.border": "#d7d7d7", - "panel.background": "#f6f5f0", - "panel.border": "#1051d0", - "panelTitle.activeBorder": "#424242", - "panelTitle.activeForeground": "#424242", - "panelTitle.inactiveForeground": "#424242bf", - "badge.background": "#c4c4c4", - "badge.foreground": "#333333", - "terminal.foreground": "#333333", - "terminal.selectionBackground": "#00000040", - "terminalCursor.background": "#1051d0", - "terminalCursor.foreground": "#ffffff", - "terminal.border": "#80808059", - "terminal.ansiBlack": "#000000", - "terminal.ansiBlue": "#0451a5", - "terminal.ansiBrightBlack": "#666666", - "terminal.ansiBrightBlue": "#0451a5", - "terminal.ansiBrightCyan": "#0598bc", - "terminal.ansiBrightGreen": "#14ce14", - "terminal.ansiBrightMagenta": "#bc05bc", - "terminal.ansiBrightRed": "#cd3131", - "terminal.ansiBrightWhite": "#a5a5a5", - "terminal.ansiBrightYellow": "#b5ba00", - "terminal.ansiCyan": "#0598bc", - "terminal.ansiGreen": "#00bc00", - "terminal.ansiMagenta": "#bc05bc", - "terminal.ansiRed": "#cd3131", - "terminal.ansiWhite": "#555555", - "terminal.ansiYellow": "#949800", - "breadcrumb.background": "#f6f5f0", - "breadcrumb.foreground": "#616161cc", - "breadcrumb.focusForeground": "#4e4e4e", - "editorGroupHeader.border": "#ff000000", - "editorGroupHeader.tabsBackground": "#f6f5f0", - "editorGroupHeader.tabsBorder": "#1051d000", - "tab.activeForeground": "#333333", - "tab.border": "#1051d000", - "tab.activeBackground": "#f6f5f0", - "tab.activeBorder": "#1051d0", - "tab.activeBorderTop": "#00000000", - "tab.inactiveBackground": "#f6f5f0", - "tab.inactiveForeground": "#333333b3", - "scrollbarSlider.background": "#64646442", - "scrollbarSlider.hoverBackground": "#64646485", - "scrollbarSlider.activeBackground": "#00000099", - "progressBar.background": "#1051d0", - "widget.shadow": "#00000029", - "editorWidget.foreground": "#616161", - "editorWidget.background": "#f6f5f0", - "editorWidget.resizeBorder": "#c7c7c7", - "pickerGroup.border": "#cccedb", - "pickerGroup.foreground": "#1051d0", - "debugToolBar.background": "#f3f3f3", - "debugToolBar.border": "#d5d5d5", - "notifications.foreground": "#616161", - "notifications.background": "#f6f5f0", - "notificationToast.border": "#d5d5d5", - "notificationsErrorIcon.foreground": "#e51400", - "notificationsWarningIcon.foreground": "#e9a700", - "notificationsInfoIcon.foreground": "#75beff", - "notificationCenter.border": "#d5d5d5", - "notificationCenterHeader.foreground": "#616161", - "notificationCenterHeader.background": "#e7e7e7", - "notifications.border": "#e7e7e7", - "gitDecoration.addedResourceForeground": "#587c0c", - "gitDecoration.conflictingResourceForeground": "#6c6cc4", - "gitDecoration.deletedResourceForeground": "#ad0707", - "gitDecoration.ignoredResourceForeground": "#8e8e90", - "gitDecoration.modifiedResourceForeground": "#895503", - "gitDecoration.stageDeletedResourceForeground": "#ad0707", - "gitDecoration.stageModifiedResourceForeground": "#895503", - "gitDecoration.submoduleResourceForeground": "#1258a7", - "gitDecoration.untrackedResourceForeground": "#007100", - "editorMarkerNavigation.background": "#ffffff", - "editorMarkerNavigationError.background": "#e51400", - "editorMarkerNavigationWarning.background": "#e9a700", - "editorMarkerNavigationInfo.background": "#75beff", - "merge.currentHeaderBackground": "#A4E3D6", - "merge.currentContentBackground": "#DBF4EF", - "merge.incomingHeaderBackground": "#A6CFFF", - "merge.incomingContentBackground": "#DBECFF", - "merge.commonHeaderBackground": "#BFBFBF", - "merge.commonContentBackground": "#E5E5E5", - "editorSuggestWidget.background": "#f6f5f0", - "editorSuggestWidget.border": "#1051d0", - "editorSuggestWidget.foreground": "#1051d0", - "editorSuggestWidget.highlightForeground": "#0066bf", - "editorSuggestWidget.selectedBackground": "#d6ebff", - "editorHoverWidget.foreground": "#616161", - "editorHoverWidget.background": "#f3f3f3", - "editorHoverWidget.border": "#1051d0", - "peekView.border": "#007acc", - "peekViewEditor.background": "#f2f8fc", - "peekViewEditorGutter.background": "#f2f8fc", - "peekViewEditor.matchHighlightBackground": "#f5d802de", - "peekViewEditor.matchHighlightBorder": "#dbc417", - "peekViewResult.background": "#f3f3f3", - "peekViewResult.fileForeground": "#1e1e1e", - "peekViewResult.lineForeground": "#646465", - "peekViewResult.matchHighlightBackground": "#ea5c004d", - "peekViewResult.selectionBackground": "#3399ff33", - "peekViewResult.selectionForeground": "#6c6c6c", - "peekViewTitle.background": "#ffffff", - "peekViewTitleDescription.foreground": "#616161e6", - "peekViewTitleLabel.foreground": "#333333", - "icon.foreground": "#1051d0", - "checkbox.background": "#ffffff", - "checkbox.foreground": "#616161", - "checkbox.border": "#00000000", - "dropdown.background": "#ffffff", - "dropdown.foreground": "#616161", - "dropdown.border": "#00000000", - "minimapGutter.addedBackground": "#81b88b", - "minimapGutter.modifiedBackground": "#66afe0", - "minimapGutter.deletedBackground": "#ca4b51", - "minimap.findMatchHighlight": "#a8ac94", - "minimap.selectionHighlight": "#add6ff", - "minimap.errorHighlight": "#e51400", - "minimap.warningHighlight": "#e9a700", - "minimap.background": "#f6f5f0", - "sideBar.dropBackground": "#d6ebff", - "editorGroup.emptyBackground": "#f6f5f0", - "panelSection.border": "#80808059", - "statusBarItem.activeBackground": "#FFFFFF25", - "settings.headerForeground": "#1051d0", - "settings.focusedRowBackground": "#ffffff07", - "walkThrough.embeddedEditorBackground": "#00000050", - "breadcrumb.activeSelectionForeground": "#4e4e4e", - "editorGutter.commentRangeForeground": "#424242", - "debugExceptionWidget.background": "#f3f3f3", - "debugExceptionWidget.border": "#d5d5d5", - "editorGutter.background": "#f6f5f0", - "editorLineNumber.foreground": "#1051d05d", - "editorLineNumber.activeForeground": "#1051d0", - } - } \ No newline at end of file + "name": "Zed Theme", + "type": "light", + "semanticHighlighting": true, + "semanticTokenColors": { + "enumMember": { + "foreground": "#007e8e" + }, + "variable.constant": { + "foreground": "#cf6806" + }, + "variable.defaultLibrary": { + "foreground": "#f59f00" + } + }, + "tokenColors": [ + { + "name": "unison punctuation", + "scope": "punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "haskell variable generic-type", + "scope": "variable.other.generic-type.haskell", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "haskell storage type", + "scope": "storage.type.haskell", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "support.variable.magic.python", + "scope": "support.variable.magic.python", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "punctuation.separator.parameters.python", + "scope": "punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "variable.parameter.function.language.special.self.python", + "scope": "variable.parameter.function.language.special.self.python", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "storage.modifier.lifetime.rust", + "scope": "storage.modifier.lifetime.rust", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "support.function.std.rust", + "scope": "support.function.std.rust", + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "entity.name.lifetime.rust", + "scope": "entity.name.lifetime.rust", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "variable.language.rust", + "scope": "variable.language.rust", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "support.constant.edge", + "scope": "support.constant.edge", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "regexp constant character-class", + "scope": "constant.other.character-class.regexp", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "regexp operator.quantifier", + "scope": "keyword.operator.quantifier.regexp", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "punctuation.definition", + "scope": "punctuation.definition.string.begin,punctuation.definition.string.end", + "settings": { + "foreground": "#51be03" + } + }, + { + "name": "Text", + "scope": "variable.parameter.function", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "Comment Markup Link", + "scope": "comment markup.link", + "settings": { + "foreground": "#7f848e" + } + }, + { + "name": "markup diff", + "scope": "markup.changed.diff", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "diff", + "scope": "meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff", + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "inserted.diff", + "scope": "markup.inserted.diff", + "settings": { + "foreground": "#51be03" + } + }, + { + "name": "deleted.diff", + "scope": "markup.deleted.diff", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "c++ function", + "scope": "meta.function.c,meta.function.cpp", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "c++ block", + "scope": "punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "js/ts punctuation separator key-value", + "scope": "punctuation.separator.key-value", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "js/ts import keyword", + "scope": "keyword.operator.expression.import", + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "math js/ts", + "scope": "support.constant.math", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "math property js/ts", + "scope": "support.constant.property.math", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "js/ts variable.other.constant", + "scope": "variable.other.constant", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "java type", + "scope": [ + "storage.type.annotation.java", + "storage.type.object.array.java" + ], + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "java source", + "scope": "source.java", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "java modifier.import", + "scope": "punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "java modifier.import", + "scope": "meta.method.java", + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "java modifier.import", + "scope": "storage.modifier.import.java,storage.type.java,storage.type.generic.java", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "java instanceof", + "scope": "keyword.operator.instanceof.java", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "java variable.name", + "scope": "meta.definition.variable.name.java", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "operator logical", + "scope": "keyword.operator.logical", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "operator bitwise", + "scope": "keyword.operator.bitwise", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "operator channel", + "scope": "keyword.operator.channel", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "support.constant.property-value.scss", + "scope": "support.constant.property-value.scss,support.constant.property-value.css", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "CSS/SCSS/LESS Operators", + "scope": "keyword.operator.css,keyword.operator.scss,keyword.operator.less", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "css color standard name", + "scope": "support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "css comma", + "scope": "punctuation.separator.list.comma.css", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "css attribute-name.id", + "scope": "support.constant.color.w3c-standard-color-name.css", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "css property-name", + "scope": "support.type.vendored.property-name.css", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "js/ts module", + "scope": "support.module.node,support.type.object.module,support.module.node", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "entity.name.type.module", + "scope": "entity.name.type.module", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "js variable readwrite", + "scope": "variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "js/ts json", + "scope": "support.constant.json", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "js/ts Keyword", + "scope": [ + "keyword.operator.expression.instanceof", + "keyword.operator.new", + "keyword.operator.ternary", + "keyword.operator.optional", + "keyword.operator.expression.keyof" + ], + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "js/ts console", + "scope": "support.type.object.console", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "js/ts support.variable.property.process", + "scope": "support.variable.property.process", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "js console function", + "scope": "entity.name.function,support.function.console", + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "keyword.operator.misc.rust", + "scope": "keyword.operator.misc.rust", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "keyword.operator.sigil.rust", + "scope": "keyword.operator.sigil.rust", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "operator", + "scope": "keyword.operator.delete", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "js dom", + "scope": "support.type.object.dom", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "js dom variable", + "scope": "support.variable.dom,support.variable.property.dom", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "keyword.operator", + "scope": "keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "C operator assignment", + "scope": "keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "Punctuation", + "scope": "punctuation.separator.delimiter", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "Other punctuation .c", + "scope": "punctuation.separator.c,punctuation.separator.cpp", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "C type posix-reserved", + "scope": "support.type.posix-reserved.c,support.type.posix-reserved.cpp", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "keyword.operator.sizeof.c", + "scope": "keyword.operator.sizeof.c,keyword.operator.sizeof.cpp", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "python parameter", + "scope": "variable.parameter.function.language.python", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "python type", + "scope": "support.type.python", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "python logical", + "scope": "keyword.operator.logical.python", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "pyCs", + "scope": "variable.parameter.function.python", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "python block", + "scope": "punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "python function-call.generic", + "scope": "meta.function-call.generic.python", + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "python placeholder reset to normal string", + "scope": "constant.character.format.placeholder.other.python", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "Operators", + "scope": "keyword.operator", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "Compound Assignment Operators", + "scope": "keyword.operator.assignment.compound", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "Compound Assignment Operators js/ts", + "scope": "keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "Keywords", + "scope": "keyword", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "Namespaces", + "scope": "entity.name.namespace", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "Variables", + "scope": "variable", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "Variables", + "scope": "variable.c", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "Language variables", + "scope": "variable.language", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "Java Variables", + "scope": "token.variable.parameter.java", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "Java Imports", + "scope": "import.storage.java", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "Packages", + "scope": "token.package.keyword", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "Packages", + "scope": "token.package", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "Functions", + "scope": [ + "entity.name.function", + "meta.require", + "support.function.any-method", + "variable.function" + ], + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "Classes", + "scope": "entity.name.type.namespace", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "Classes", + "scope": "support.class, entity.name.type.class", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "Class name", + "scope": "entity.name.class.identifier.namespace.type", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "Class name", + "scope": [ + "entity.name.class", + "variable.other.class.js", + "variable.other.class.ts" + ], + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "Class name php", + "scope": "variable.other.class.php", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "Type Name", + "scope": "entity.name.type", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "Keyword Control", + "scope": "keyword.control", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "Control Elements", + "scope": "control.elements, keyword.operator.less", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "Methods", + "scope": "keyword.other.special-method", + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "Storage", + "scope": "storage", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "Storage JS TS", + "scope": "token.storage", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "Source Js Keyword Operator Delete,source Js Keyword Operator In,source Js Keyword Operator Of,source Js Keyword Operator Instanceof,source Js Keyword Operator New,source Js Keyword Operator Typeof,source Js Keyword Operator Void", + "scope": "keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "Java Storage", + "scope": "token.storage.type.java", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "Support", + "scope": "support.function", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "Support type", + "scope": "support.type.property-name", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "Support type", + "scope": "support.constant.property-value", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "Support type", + "scope": "support.constant.font-name", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "Meta tag", + "scope": "meta.tag", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "Strings", + "scope": "string", + "settings": { + "foreground": "#51be03" + } + }, + { + "name": "Inherited Class", + "scope": "entity.other.inherited-class", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "Constant other symbol", + "scope": "constant.other.symbol", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "Integers", + "scope": "constant.numeric", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "Constants", + "scope": "constant", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "Constants", + "scope": "punctuation.definition.constant", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "Tags", + "scope": "entity.name.tag", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "Attributes", + "scope": "entity.other.attribute-name", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "Attribute IDs", + "scope": "entity.other.attribute-name.id", + "settings": { + "fontStyle": "normal", + "foreground": "#0083ee" + } + }, + { + "name": "Attribute class", + "scope": "entity.other.attribute-name.class.css", + "settings": { + "fontStyle": "normal", + "foreground": "#cf6806" + } + }, + { + "name": "Selector", + "scope": "meta.selector", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "Headings", + "scope": "markup.heading", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "Headings", + "scope": "markup.heading punctuation.definition.heading, entity.name.section", + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "Units", + "scope": "keyword.other.unit", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "Bold", + "scope": "markup.bold,todo.bold", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "Bold", + "scope": "punctuation.definition.bold", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "markup Italic", + "scope": "markup.italic, punctuation.definition.italic,todo.emphasis", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "emphasis md", + "scope": "emphasis md", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown headings", + "scope": "entity.name.section.markdown", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown heading Punctuation Definition", + "scope": "punctuation.definition.heading.markdown", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "punctuation.definition.list.begin.markdown", + "scope": "punctuation.definition.list.begin.markdown", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown heading setext", + "scope": "markup.heading.setext", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Bold", + "scope": "punctuation.definition.bold.markdown", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Inline Raw", + "scope": "markup.inline.raw.markdown", + "settings": { + "foreground": "#51be03" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Inline Raw", + "scope": "markup.inline.raw.string.markdown", + "settings": { + "foreground": "#51be03" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown List Punctuation Definition", + "scope": "punctuation.definition.list.markdown", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition String", + "scope": [ + "punctuation.definition.string.begin.markdown", + "punctuation.definition.string.end.markdown", + "punctuation.definition.metadata.markdown" + ], + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "beginning.punctuation.definition.list.markdown", + "scope": ["beginning.punctuation.definition.list.markdown"], + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Link", + "scope": "punctuation.definition.metadata.markdown", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Underline Link/Image", + "scope": "markup.underline.link.markdown,markup.underline.link.image.markdown", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Link Title/Description", + "scope": "string.other.link.title.markdown,string.other.link.description.markdown", + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "Regular Expressions", + "scope": "string.regexp", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "Escape Characters", + "scope": "constant.character.escape", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "Embedded", + "scope": "punctuation.section.embedded, variable.interpolation", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "Embedded", + "scope": "punctuation.section.embedded.begin,punctuation.section.embedded.end", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "illegal", + "scope": "invalid.illegal", + "settings": { + "foreground": "#ffffff" + } + }, + { + "name": "illegal", + "scope": "invalid.illegal.bad-ampersand.html", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "Broken", + "scope": "invalid.broken", + "settings": { + "foreground": "#ffffff" + } + }, + { + "name": "Deprecated", + "scope": "invalid.deprecated", + "settings": { + "foreground": "#ffffff" + } + }, + { + "name": "Unimplemented", + "scope": "invalid.unimplemented", + "settings": { + "foreground": "#ffffff" + } + }, + { + "name": "Source Json Meta Structure Dictionary Json > String Quoted Json", + "scope": "source.json meta.structure.dictionary.json > string.quoted.json", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "Source Json Meta Structure Dictionary Json > String Quoted Json > Punctuation String", + "scope": "source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "Source Json Meta Structure Dictionary Json > Value Json > String Quoted Json,source Json Meta Structure Array Json > Value Json > String Quoted Json,source Json Meta Structure Dictionary Json > Value Json > String Quoted Json > Punctuation,source Json Meta Structure Array Json > Value Json > String Quoted Json > Punctuation", + "scope": "source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation", + "settings": { + "foreground": "#51be03" + } + }, + { + "name": "Source Json Meta Structure Dictionary Json > Constant Language Json,source Json Meta Structure Array Json > Constant Language Json", + "scope": "source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "[VSCODE-CUSTOM] JSON Property Name", + "scope": "support.type.property-name.json", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "[VSCODE-CUSTOM] JSON Punctuation for Property Name", + "scope": "support.type.property-name.json punctuation", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "laravel blade tag", + "scope": "text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "laravel blade @", + "scope": "text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "use statement for other classes", + "scope": "support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "error suppression", + "scope": "keyword.operator.error-control.php", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "php instanceof", + "scope": "keyword.operator.type.php", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "style double quoted array index normal begin", + "scope": "punctuation.section.array.begin.php", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "style double quoted array index normal end", + "scope": "punctuation.section.array.end.php", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "php illegal.non-null-typehinted", + "scope": "invalid.illegal.non-null-typehinted.php", + "settings": { + "foreground": "#f44747" + } + }, + { + "name": "php types", + "scope": "storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "php call-function", + "scope": "meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php", + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "php function-resets", + "scope": "punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "support php constants", + "scope": "support.constant.core.rust", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "support php constants", + "scope": "support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "php goto", + "scope": "entity.name.goto-label.php,support.other.php", + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "php logical/bitwise operator", + "scope": "keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "php regexp operator", + "scope": "keyword.operator.regexp.php", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "php comparison", + "scope": "keyword.operator.comparison.php", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "php heredoc/nowdoc", + "scope": "keyword.operator.heredoc.php,keyword.operator.nowdoc.php", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "python function decorator @", + "scope": "meta.function.decorator.python", + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "python function support", + "scope": "support.token.decorator.python,meta.function.decorator.identifier.python", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "parameter function js/ts", + "scope": "function.parameter", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "brace function", + "scope": "function.brace", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "parameter function ruby cs", + "scope": "function.parameter.ruby, function.parameter.cs", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "constant.language.symbol.ruby", + "scope": "constant.language.symbol.ruby", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "rgb-value", + "scope": "rgb-value", + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "rgb value", + "scope": "inline-color-decoration rgb-value", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "rgb value less", + "scope": "less rgb-value", + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "sass selector", + "scope": "selector.sass", + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "ts primitive/builtin types", + "scope": "support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "block scope", + "scope": "block.scope.end,block.scope.begin", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "cs storage type", + "scope": "storage.type.cs", + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "cs local variable", + "scope": "entity.name.variable.local.cs", + "settings": { + "foreground": "#d90819" + } + }, + { + "scope": "token.info-token", + "settings": { + "foreground": "#0083ee" + } + }, + { + "scope": "token.warn-token", + "settings": { + "foreground": "#cf6806" + } + }, + { + "scope": "token.error-token", + "settings": { + "foreground": "#f44747" + } + }, + { + "scope": "token.debug-token", + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "String interpolation", + "scope": [ + "punctuation.definition.template-expression.begin", + "punctuation.definition.template-expression.end", + "punctuation.section.embedded" + ], + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "Reset JavaScript string interpolation expression", + "scope": ["meta.template.expression"], + "settings": { + "foreground": "#000000" + } + }, + { + "name": "Import module JS", + "scope": ["keyword.operator.module"], + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "js Flowtype", + "scope": ["support.type.type.flowtype"], + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "js Flow", + "scope": ["support.type.primitive"], + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "js class prop", + "scope": ["meta.property.object"], + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "js func parameter", + "scope": ["variable.parameter.function.js"], + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "js template literals begin", + "scope": ["keyword.other.template.begin"], + "settings": { + "foreground": "#51be03" + } + }, + { + "name": "js template literals end", + "scope": ["keyword.other.template.end"], + "settings": { + "foreground": "#51be03" + } + }, + { + "name": "js template literals variable braces begin", + "scope": ["keyword.other.substitution.begin"], + "settings": { + "foreground": "#51be03" + } + }, + { + "name": "js template literals variable braces end", + "scope": ["keyword.other.substitution.end"], + "settings": { + "foreground": "#51be03" + } + }, + { + "name": "js operator.assignment", + "scope": ["keyword.operator.assignment"], + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "go operator", + "scope": ["keyword.operator.assignment.go"], + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "go operator", + "scope": [ + "keyword.operator.arithmetic.go", + "keyword.operator.address.go" + ], + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "Go package name", + "scope": ["entity.name.package.go"], + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "elm prelude", + "scope": ["support.type.prelude.elm"], + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "elm constant", + "scope": ["support.constant.elm"], + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "template literal", + "scope": ["punctuation.quasi.element"], + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "html/pug (jade) escaped characters and entities", + "scope": ["constant.character.entity"], + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "styling css pseudo-elements/classes to be able to differentiate from classes which are the same colour", + "scope": [ + "entity.other.attribute-name.pseudo-element", + "entity.other.attribute-name.pseudo-class" + ], + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "Clojure globals", + "scope": ["entity.global.clojure"], + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "Clojure symbols", + "scope": ["meta.symbol.clojure"], + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "Clojure constants", + "scope": ["constant.keyword.clojure"], + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "CoffeeScript Function Argument", + "scope": ["meta.arguments.coffee", "variable.parameter.function.coffee"], + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "Ini Default Text", + "scope": ["source.ini"], + "settings": { + "foreground": "#51be03" + } + }, + { + "name": "Makefile prerequisities", + "scope": ["meta.scope.prerequisites.makefile"], + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "Makefile text colour", + "scope": ["source.makefile"], + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "Groovy import names", + "scope": ["storage.modifier.import.groovy"], + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "Groovy Methods", + "scope": ["meta.method.groovy"], + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "Groovy Variables", + "scope": ["meta.definition.variable.name.groovy"], + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "Groovy Inheritance", + "scope": ["meta.definition.class.inherited.classes.groovy"], + "settings": { + "foreground": "#51be03" + } + }, + { + "name": "HLSL Semantic", + "scope": ["support.variable.semantic.hlsl"], + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "HLSL Types", + "scope": [ + "support.type.texture.hlsl", + "support.type.sampler.hlsl", + "support.type.object.hlsl", + "support.type.object.rw.hlsl", + "support.type.fx.hlsl", + "support.type.object.hlsl" + ], + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "SQL Variables", + "scope": ["text.variable", "text.bracketed"], + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "types", + "scope": ["support.type.swift", "support.type.vb.asp"], + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "heading 1, keyword", + "scope": ["entity.name.function.xi"], + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "heading 2, callable", + "scope": ["entity.name.class.xi"], + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "heading 3, property", + "scope": ["constant.character.character-class.regexp.xi"], + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "heading 4, type, class, interface", + "scope": ["constant.regexp.xi"], + "settings": { + "foreground": "#a406d3" + } + }, + { + "name": "heading 5, enums, preprocessor, constant, decorator", + "scope": ["keyword.control.xi"], + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "heading 6, number", + "scope": ["invalid.xi"], + "settings": { + "foreground": "#000000" + } + }, + { + "name": "string", + "scope": ["beginning.punctuation.definition.quote.markdown.xi"], + "settings": { + "foreground": "#51be03" + } + }, + { + "name": "comments", + "scope": ["beginning.punctuation.definition.list.markdown.xi"], + "settings": { + "foreground": "#7f848e" + } + }, + { + "name": "link", + "scope": ["constant.character.xi"], + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "accent", + "scope": ["accent.xi"], + "settings": { + "foreground": "#0083ee" + } + }, + { + "name": "wikiword", + "scope": ["wikiword.xi"], + "settings": { + "foreground": "#cf6806" + } + }, + { + "name": "language operators like '+', '-' etc", + "scope": ["constant.other.color.rgb-value.xi"], + "settings": { + "foreground": "#ffffff" + } + }, + { + "name": "elements to dim", + "scope": ["punctuation.definition.tag.xi"], + "settings": { + "foreground": "#7f848e" + } + }, + { + "name": "C++/C#", + "scope": [ + "entity.name.label.cs", + "entity.name.scope-resolution.function.call", + "entity.name.scope-resolution.function.definition" + ], + "settings": { + "foreground": "#f59f00" + } + }, + { + "name": "Markdown underscore-style headers", + "scope": [ + "entity.name.label.cs", + "markup.heading.setext.1.markdown", + "markup.heading.setext.2.markdown" + ], + "settings": { + "foreground": "#d90819" + } + }, + { + "name": "meta.brace.square", + "scope": [" meta.brace.square"], + "settings": { + "foreground": "#000000" + } + }, + { + "name": "Comments", + "scope": "comment, punctuation.definition.comment", + "settings": { + "fontStyle": "italic", + "foreground": "#7f848e" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Quote", + "scope": "markup.quote.markdown", + "settings": { + "foreground": "#7f848e" + } + }, + { + "name": "punctuation.definition.block.sequence.item.yaml", + "scope": "punctuation.definition.block.sequence.item.yaml", + "settings": { + "foreground": "#000000" + } + }, + { + "scope": ["constant.language.symbol.elixir"], + "settings": { + "foreground": "#007e8e" + } + }, + { + "name": "js/ts italic", + "scope": "entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super", + "settings": { + "fontStyle": "italic" + } + }, + { + "name": "comment", + "scope": "comment.line.double-slash,comment.block.documentation", + "settings": { + "fontStyle": "italic" + } + }, + { + "name": "Python Keyword Control", + "scope": "keyword.control.import.python,keyword.control.flow.python", + "settings": { + "fontStyle": "italic" + } + }, + { + "name": "markup.italic.markdown", + "scope": "markup.italic.markdown", + "settings": { + "fontStyle": "italic" + } + } + ], + "colors": { + "foreground": "#1051d0", + "focusBorder": "#1051d0", + "selection.background": "#1051d04c", + "scrollbar.shadow": "#1051d04c", + "activityBar.foreground": "#1051d0", + "activityBar.background": "#f6f5f0", + "activityBar.inactiveForeground": "#1051d09b", + "activityBarBadge.foreground": "#f6f5f0", + "activityBarBadge.background": "#1051d09b", + "activityBar.border": "#ffffff00", + "activityBar.activeBackground": "#1051d000", + "sideBar.background": "#f6f5f0", + "sideBar.foreground": "#1051d0", + "sideBarSectionHeader.background": "#ffffff00", + "sideBarSectionHeader.foreground": "#1051d0", + "sideBarSectionHeader.border": "#ffffff00", + "sideBarTitle.foreground": "#ff000000", + "sideBar.border": "#ff000000", + "list.inactiveSelectionBackground": "#e8e8e8", + "list.inactiveSelectionForeground": "#616161", + "list.hoverBackground": "#e8e8e8", + "list.hoverForeground": "#1051d0", + "list.activeSelectionBackground": "#1051d0", + "list.activeSelectionForeground": "#ffffff", + "tree.indentGuidesStroke": "#1051d08b", + "list.dropBackground": "#d6ebff", + "list.highlightForeground": "#0066bf", + "list.focusBackground": "#d6ebff", + "list.focusForeground": "#616161", + "listFilterWidget.background": "#1051d03a", + "listFilterWidget.outline": "#ffd50000", + "listFilterWidget.noMatchesOutline": "#be1100", + "statusBar.foreground": "#1051d0", + "statusBar.background": "#f6f5f0", + "statusBarItem.hoverBackground": "#d1d1d15c", + "statusBar.border": "#ffffff00", + "statusBar.debuggingBackground": "#cc6633", + "statusBar.debuggingForeground": "#ffffff", + "statusBar.noFolderBackground": "#1051d0", + "statusBar.noFolderForeground": "#ffffff", + "statusBarItem.remoteBackground": "#1051d0", + "statusBarItem.remoteForeground": "#f6f5f0", + "titleBar.activeBackground": "#f6f5f0", + "titleBar.activeForeground": "#333333", + "titleBar.inactiveBackground": "#f6f5f0", + "titleBar.inactiveForeground": "#33333399", + "titleBar.border": "#00000000", + "menubar.selectionForeground": "#333333", + "menubar.selectionBackground": "#0000001a", + "menu.foreground": "#616161", + "menu.background": "#f6f5f0", + "menu.selectionForeground": "#ffffff", + "menu.selectionBackground": "#1051d0", + "menu.selectionBorder": "#00000000", + "menu.separatorBackground": "#1051d0", + "menu.border": "#1051d0", + "button.background": "#1051d0", + "button.foreground": "#ffffff", + "button.hoverBackground": "#0d40a5", + "button.secondaryForeground": "#ffffff", + "button.secondaryBackground": "#5f6a79", + "button.secondaryHoverBackground": "#4c5561", + "input.background": "#ffffff", + "input.border": "#00000000", + "input.foreground": "#616161", + "inputOption.activeBackground": "#0090f133", + "inputOption.activeBorder": "#007acc00", + "inputOption.activeForeground": "#000000", + "input.placeholderForeground": "#767676", + "textLink.foreground": "#000000", + "editor.background": "#f6f5f0", + "editor.foreground": "#000000", + "editorLineNumber.foreground": "#237893", + "editorCursor.foreground": "#000000", + "editorCursor.background": "#ffffff", + "editor.selectionBackground": "#add6ff", + "editor.inactiveSelectionBackground": "#e5ebf1", + "editorWhitespace.foreground": "#33333333", + "editor.selectionHighlightBackground": "#add6ff80", + "editor.selectionHighlightBorder": "#495F77", + "editor.findMatchBackground": "#a8ac94", + "editor.findMatchBorder": "#979b83", + "editor.findMatchHighlightBackground": "#ea5c0055", + "editor.findMatchHighlightBorder": "#ffffff00", + "editor.findRangeHighlightBackground": "#b4b4b44d", + "editor.findRangeHighlightBorder": "#ffffff00", + "editor.rangeHighlightBackground": "#fdff0033", + "editor.rangeHighlightBorder": "#ffffff00", + "editor.hoverHighlightBackground": "#add6ff26", + "editor.wordHighlightStrongBackground": "#0e639c40", + "editor.wordHighlightBackground": "#57575740", + "editor.lineHighlightBackground": "#ffffff0A", + "editor.lineHighlightBorder": "#eeeeee", + "editorLineNumber.activeForeground": "#0b216f", + "editorLink.activeForeground": "#0000ff", + "editorIndentGuide.background": "#d3d3d3", + "editorIndentGuide.activeBackground": "#939393", + "editorRuler.foreground": "#d3d3d3", + "editorBracketMatch.background": "#0064001a", + "editorBracketMatch.border": "#b9b9b9", + "editor.foldBackground": "#add6ff4d", + "editorOverviewRuler.background": "#25252500", + "editorOverviewRuler.border": "#7f7f7f4d", + "editorError.foreground": "#e51400", + "editorError.background": "#B73A3400", + "editorError.border": "#ffffff00", + "editorWarning.foreground": "#e9a700", + "editorWarning.background": "#A9904000", + "editorWarning.border": "#ffffff00", + "editorInfo.foreground": "#75beff", + "editorInfo.background": "#4490BF00", + "editorInfo.border": "#4490BF00", + "editorGutter.background": "#ffffff", + "editorGutter.modifiedBackground": "#66afe0", + "editorGutter.addedBackground": "#81b88b", + "editorGutter.deletedBackground": "#ca4b51", + "editorGutter.foldingControlForeground": "#424242", + "editorCodeLens.foreground": "#999999", + "editorGroup.border": "#e7e7e7", + "diffEditor.insertedTextBackground": "#9bb95533", + "diffEditor.removedTextBackground": "#ff000033", + "diffEditor.border": "#d7d7d7", + "panel.background": "#f6f5f0", + "panel.border": "#1051d0", + "panelTitle.activeBorder": "#424242", + "panelTitle.activeForeground": "#424242", + "panelTitle.inactiveForeground": "#424242bf", + "badge.background": "#c4c4c4", + "badge.foreground": "#333333", + "terminal.foreground": "#333333", + "terminal.selectionBackground": "#00000040", + "terminalCursor.background": "#1051d0", + "terminalCursor.foreground": "#ffffff", + "terminal.border": "#80808059", + "terminal.ansiBlack": "#000000", + "terminal.ansiBlue": "#0451a5", + "terminal.ansiBrightBlack": "#666666", + "terminal.ansiBrightBlue": "#0451a5", + "terminal.ansiBrightCyan": "#0598bc", + "terminal.ansiBrightGreen": "#14ce14", + "terminal.ansiBrightMagenta": "#bc05bc", + "terminal.ansiBrightRed": "#cd3131", + "terminal.ansiBrightWhite": "#a5a5a5", + "terminal.ansiBrightYellow": "#b5ba00", + "terminal.ansiCyan": "#0598bc", + "terminal.ansiGreen": "#00bc00", + "terminal.ansiMagenta": "#bc05bc", + "terminal.ansiRed": "#cd3131", + "terminal.ansiWhite": "#555555", + "terminal.ansiYellow": "#949800", + "breadcrumb.background": "#f6f5f0", + "breadcrumb.foreground": "#616161cc", + "breadcrumb.focusForeground": "#4e4e4e", + "editorGroupHeader.border": "#ff000000", + "editorGroupHeader.tabsBackground": "#f6f5f0", + "editorGroupHeader.tabsBorder": "#1051d000", + "tab.activeForeground": "#333333", + "tab.border": "#1051d000", + "tab.activeBackground": "#f6f5f0", + "tab.activeBorder": "#1051d0", + "tab.activeBorderTop": "#00000000", + "tab.inactiveBackground": "#f6f5f0", + "tab.inactiveForeground": "#333333b3", + "scrollbarSlider.background": "#64646442", + "scrollbarSlider.hoverBackground": "#64646485", + "scrollbarSlider.activeBackground": "#00000099", + "progressBar.background": "#1051d0", + "widget.shadow": "#00000029", + "editorWidget.foreground": "#616161", + "editorWidget.background": "#f6f5f0", + "editorWidget.resizeBorder": "#c7c7c7", + "pickerGroup.border": "#cccedb", + "pickerGroup.foreground": "#1051d0", + "debugToolBar.background": "#f3f3f3", + "debugToolBar.border": "#d5d5d5", + "notifications.foreground": "#616161", + "notifications.background": "#f6f5f0", + "notificationToast.border": "#d5d5d5", + "notificationsErrorIcon.foreground": "#e51400", + "notificationsWarningIcon.foreground": "#e9a700", + "notificationsInfoIcon.foreground": "#75beff", + "notificationCenter.border": "#d5d5d5", + "notificationCenterHeader.foreground": "#616161", + "notificationCenterHeader.background": "#e7e7e7", + "notifications.border": "#e7e7e7", + "gitDecoration.addedResourceForeground": "#587c0c", + "gitDecoration.conflictingResourceForeground": "#6c6cc4", + "gitDecoration.deletedResourceForeground": "#ad0707", + "gitDecoration.ignoredResourceForeground": "#8e8e90", + "gitDecoration.modifiedResourceForeground": "#895503", + "gitDecoration.stageDeletedResourceForeground": "#ad0707", + "gitDecoration.stageModifiedResourceForeground": "#895503", + "gitDecoration.submoduleResourceForeground": "#1258a7", + "gitDecoration.untrackedResourceForeground": "#007100", + "editorMarkerNavigation.background": "#ffffff", + "editorMarkerNavigationError.background": "#e51400", + "editorMarkerNavigationWarning.background": "#e9a700", + "editorMarkerNavigationInfo.background": "#75beff", + "merge.currentHeaderBackground": "#A4E3D6", + "merge.currentContentBackground": "#DBF4EF", + "merge.incomingHeaderBackground": "#A6CFFF", + "merge.incomingContentBackground": "#DBECFF", + "merge.commonHeaderBackground": "#BFBFBF", + "merge.commonContentBackground": "#E5E5E5", + "editorSuggestWidget.background": "#f6f5f0", + "editorSuggestWidget.border": "#1051d0", + "editorSuggestWidget.foreground": "#1051d0", + "editorSuggestWidget.highlightForeground": "#0066bf", + "editorSuggestWidget.selectedBackground": "#d6ebff", + "editorHoverWidget.foreground": "#616161", + "editorHoverWidget.background": "#f3f3f3", + "editorHoverWidget.border": "#1051d0", + "peekView.border": "#007acc", + "peekViewEditor.background": "#f2f8fc", + "peekViewEditorGutter.background": "#f2f8fc", + "peekViewEditor.matchHighlightBackground": "#f5d802de", + "peekViewEditor.matchHighlightBorder": "#dbc417", + "peekViewResult.background": "#f3f3f3", + "peekViewResult.fileForeground": "#1e1e1e", + "peekViewResult.lineForeground": "#646465", + "peekViewResult.matchHighlightBackground": "#ea5c004d", + "peekViewResult.selectionBackground": "#3399ff33", + "peekViewResult.selectionForeground": "#6c6c6c", + "peekViewTitle.background": "#ffffff", + "peekViewTitleDescription.foreground": "#616161e6", + "peekViewTitleLabel.foreground": "#333333", + "icon.foreground": "#1051d0", + "checkbox.background": "#ffffff", + "checkbox.foreground": "#616161", + "checkbox.border": "#00000000", + "dropdown.background": "#ffffff", + "dropdown.foreground": "#616161", + "dropdown.border": "#00000000", + "minimapGutter.addedBackground": "#81b88b", + "minimapGutter.modifiedBackground": "#66afe0", + "minimapGutter.deletedBackground": "#ca4b51", + "minimap.findMatchHighlight": "#a8ac94", + "minimap.selectionHighlight": "#add6ff", + "minimap.errorHighlight": "#e51400", + "minimap.warningHighlight": "#e9a700", + "minimap.background": "#f6f5f0", + "sideBar.dropBackground": "#d6ebff", + "editorGroup.emptyBackground": "#f6f5f0", + "panelSection.border": "#80808059", + "statusBarItem.activeBackground": "#FFFFFF25", + "settings.headerForeground": "#1051d0", + "settings.focusedRowBackground": "#ffffff07", + "walkThrough.embeddedEditorBackground": "#00000050", + "breadcrumb.activeSelectionForeground": "#4e4e4e", + "editorGutter.commentRangeForeground": "#424242", + "debugExceptionWidget.background": "#f3f3f3", + "debugExceptionWidget.border": "#d5d5d5", + "editorGutter.background": "#f6f5f0", + "editorLineNumber.foreground": "#1051d05d", + "editorLineNumber.activeForeground": "#1051d0", + "quickInputList.focusBackground": "#1051d05d", + "terminalCursor.background": "#ffffff", + "terminalCursor.foreground": "#1051d05d" + } +}