From e3cd9cd3626514feb652f492a2adc457507fc6ba Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Mon, 12 Jan 2026 10:50:51 +0300 Subject: [PATCH] added vscode template --- extra/templates/code.json | 2093 +++++++++++++++++++++++++++++++++++ src/core/common/version.hpp | 2 +- 2 files changed, 2094 insertions(+), 1 deletion(-) create mode 100644 extra/templates/code.json diff --git a/extra/templates/code.json b/extra/templates/code.json new file mode 100644 index 0000000..639e54a --- /dev/null +++ b/extra/templates/code.json @@ -0,0 +1,2093 @@ +{ + "name": "clrsync", + "type": "dark", + "semanticHighlighting": true, + "semanticTokenColors": { + "enumMember": { + "foreground": "{base0E}" + }, + "variable.constant": { + "foreground": "{base02}" + }, + "variable.defaultLibrary": { + "foreground": "{base0B}" + } + }, + "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": "{base04}" + } + }, + { + "name": "haskell variable generic-type", + "scope": "variable.other.generic-type.haskell", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "haskell storage type", + "scope": "storage.type.haskell", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "support.variable.magic.python", + "scope": "support.variable.magic.python", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "punctuation.separator.parameters.python", + "scope": "punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "variable.parameter.function.language.special.self.python", + "scope": "variable.parameter.function.language.special.self.python", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "storage.modifier.lifetime.rust", + "scope": "storage.modifier.lifetime.rust", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "support.function.std.rust", + "scope": "support.function.std.rust", + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "entity.name.lifetime.rust", + "scope": "entity.name.lifetime.rust", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "variable.language.rust", + "scope": "variable.language.rust", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "support.constant.edge", + "scope": "support.constant.edge", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "regexp constant character-class", + "scope": "constant.other.character-class.regexp", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "regexp operator.quantifier", + "scope": "keyword.operator.quantifier.regexp", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "punctuation.definition", + "scope": "punctuation.definition.string.begin,punctuation.definition.string.end", + "settings": { + "foreground": "{base01}" + } + }, + { + "name": "Text", + "scope": "variable.parameter.function", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "Comment Markup Link", + "scope": "comment markup.link", + "settings": { + "foreground": "{editor_comment}" + } + }, + { + "name": "markup diff", + "scope": "markup.changed.diff", + "settings": { + "foreground": "{base0B}" + } + }, + { + "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": "{base06}" + } + }, + { + "name": "inserted.diff", + "scope": "markup.inserted.diff", + "settings": { + "foreground": "{base01}" + } + }, + { + "name": "deleted.diff", + "scope": "markup.deleted.diff", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "c++ function", + "scope": "meta.function.c,meta.function.cpp", + "settings": { + "foreground": "{base04}" + } + }, + { + "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": "{on_background}" + } + }, + { + "name": "js/ts punctuation separator key-value", + "scope": "punctuation.separator.key-value", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "js/ts import keyword", + "scope": "keyword.operator.expression.import", + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "math js/ts", + "scope": "support.constant.math", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "math property js/ts", + "scope": "support.constant.property.math", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "js/ts variable.other.constant", + "scope": "variable.other.constant", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "java type", + "scope": [ + "storage.type.annotation.java", + "storage.type.object.array.java" + ], + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "java source", + "scope": "source.java", + "settings": { + "foreground": "{base04}" + } + }, + { + "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": "{on_background}" + } + }, + { + "name": "java modifier.import", + "scope": "meta.method.java", + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "java modifier.import", + "scope": "storage.modifier.import.java,storage.type.java,storage.type.generic.java", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "java instanceof", + "scope": "keyword.operator.instanceof.java", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "java variable.name", + "scope": "meta.definition.variable.name.java", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "operator logical", + "scope": "keyword.operator.logical", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "operator bitwise", + "scope": "keyword.operator.bitwise", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "operator channel", + "scope": "keyword.operator.channel", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "support.constant.property-value.scss", + "scope": "support.constant.property-value.scss,support.constant.property-value.css", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "CSS/SCSS/LESS Operators", + "scope": "keyword.operator.css,keyword.operator.scss,keyword.operator.less", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "css color standard name", + "scope": "support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "css comma", + "scope": "punctuation.separator.list.comma.css", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "css attribute-name.id", + "scope": "support.constant.color.w3c-standard-color-name.css", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "css property-name", + "scope": "support.type.vendored.property-name.css", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "js/ts module", + "scope": "support.module.node,support.type.object.module,support.module.node", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "entity.name.type.module", + "scope": "entity.name.type.module", + "settings": { + "foreground": "{base0B}" + } + }, + { + "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": "{base04}" + } + }, + { + "name": "js/ts json", + "scope": "support.constant.json", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "js/ts Keyword", + "scope": [ + "keyword.operator.expression.instanceof", + "keyword.operator.new", + "keyword.operator.ternary", + "keyword.operator.optional", + "keyword.operator.expression.keyof" + ], + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "js/ts console", + "scope": "support.type.object.console", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "js/ts support.variable.property.process", + "scope": "support.variable.property.process", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "js console function", + "scope": "entity.name.function,support.function.console", + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "keyword.operator.misc.rust", + "scope": "keyword.operator.misc.rust", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "keyword.operator.sigil.rust", + "scope": "keyword.operator.sigil.rust", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "operator", + "scope": "keyword.operator.delete", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "js dom", + "scope": "support.type.object.dom", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "js dom variable", + "scope": "support.variable.dom,support.variable.property.dom", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "keyword.operator", + "scope": "keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational", + "settings": { + "foreground": "{base0E}" + } + }, + { + "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": "{base05}" + } + }, + { + "name": "Punctuation", + "scope": "punctuation.separator.delimiter", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "Other punctuation .c", + "scope": "punctuation.separator.c,punctuation.separator.cpp", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "C type posix-reserved", + "scope": "support.type.posix-reserved.c,support.type.posix-reserved.cpp", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "keyword.operator.sizeof.c", + "scope": "keyword.operator.sizeof.c,keyword.operator.sizeof.cpp", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "python parameter", + "scope": "variable.parameter.function.language.python", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "python type", + "scope": "support.type.python", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "python logical", + "scope": "keyword.operator.logical.python", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "pyCs", + "scope": "variable.parameter.function.python", + "settings": { + "foreground": "{base02}" + } + }, + { + "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": "{on_background}" + } + }, + { + "name": "python function-call.generic", + "scope": "meta.function-call.generic.python", + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "python placeholder reset to normal string", + "scope": "constant.character.format.placeholder.other.python", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "Operators", + "scope": "keyword.operator", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "Compound Assignment Operators", + "scope": "keyword.operator.assignment.compound", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "Compound Assignment Operators js/ts", + "scope": "keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "Keywords", + "scope": "keyword", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "Namespaces", + "scope": "entity.name.namespace", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "Variables", + "scope": "variable", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "Variables", + "scope": "variable.c", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "Language variables", + "scope": "variable.language", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "Java Variables", + "scope": "token.variable.parameter.java", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "Java Imports", + "scope": "import.storage.java", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "Packages", + "scope": "token.package.keyword", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "Packages", + "scope": "token.package", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "Functions", + "scope": [ + "entity.name.function", + "meta.require", + "support.function.any-method", + "variable.function" + ], + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "Classes", + "scope": "entity.name.type.namespace", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "Classes", + "scope": "support.class, entity.name.type.class", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "Class name", + "scope": "entity.name.class.identifier.namespace.type", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "Class name", + "scope": [ + "entity.name.class", + "variable.other.class.js", + "variable.other.class.ts" + ], + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "Class name php", + "scope": "variable.other.class.php", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "Type Name", + "scope": "entity.name.type", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "Keyword Control", + "scope": "keyword.control", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "Control Elements", + "scope": "control.elements, keyword.operator.less", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "Methods", + "scope": "keyword.other.special-method", + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "Storage", + "scope": "storage", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "Storage JS TS", + "scope": "token.storage", + "settings": { + "foreground": "{base05}" + } + }, + { + "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": "{base05}" + } + }, + { + "name": "Java Storage", + "scope": "token.storage.type.java", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "Support", + "scope": "support.function", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "Support type", + "scope": "support.type.property-name", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "Support type", + "scope": "support.constant.property-value", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "Support type", + "scope": "support.constant.font-name", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "Meta tag", + "scope": "meta.tag", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "Strings", + "scope": "string", + "settings": { + "foreground": "{base01}" + } + }, + { + "name": "Inherited Class", + "scope": "entity.other.inherited-class", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "Constant other symbol", + "scope": "constant.other.symbol", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "Integers", + "scope": "constant.numeric", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "Constants", + "scope": "constant", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "Constants", + "scope": "punctuation.definition.constant", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "Tags", + "scope": "entity.name.tag", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "Attributes", + "scope": "entity.other.attribute-name", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "Attribute IDs", + "scope": "entity.other.attribute-name.id", + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "Attribute class", + "scope": "entity.other.attribute-name.class.css", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "Selector", + "scope": "meta.selector", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "Headings", + "scope": "markup.heading", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "Headings", + "scope": "markup.heading punctuation.definition.heading, entity.name.section", + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "Units", + "scope": "keyword.other.unit", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "Bold", + "scope": "markup.bold,todo.bold", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "Bold", + "scope": "punctuation.definition.bold", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "markup Italic", + "scope": "markup.italic, punctuation.definition.italic,todo.emphasis", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "emphasis md", + "scope": "emphasis md", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown headings", + "scope": "entity.name.section.markdown", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown heading Punctuation Definition", + "scope": "punctuation.definition.heading.markdown", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "punctuation.definition.list.begin.markdown", + "scope": "punctuation.definition.list.begin.markdown", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown heading setext", + "scope": "markup.heading.setext", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Bold", + "scope": "punctuation.definition.bold.markdown", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Inline Raw", + "scope": "markup.inline.raw.markdown", + "settings": { + "foreground": "{base01}" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Inline Raw", + "scope": "markup.inline.raw.string.markdown", + "settings": { + "foreground": "{base01}" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown List Punctuation Definition", + "scope": "punctuation.definition.list.markdown", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition String", + "scope": [ + "punctuation.definition.string.begin.markdown", + "punctuation.definition.string.end.markdown", + "punctuation.definition.metadata.markdown" + ], + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "beginning.punctuation.definition.list.markdown", + "scope": [ + "beginning.punctuation.definition.list.markdown" + ], + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Link", + "scope": "punctuation.definition.metadata.markdown", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Underline Link/Image", + "scope": "markup.underline.link.markdown,markup.underline.link.image.markdown", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Link Title/Description", + "scope": "string.other.link.title.markdown,string.other.link.description.markdown", + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "Regular Expressions", + "scope": "string.regexp", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "Escape Characters", + "scope": "constant.character.escape", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "Embedded", + "scope": "punctuation.section.embedded, variable.interpolation", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "Embedded", + "scope": "punctuation.section.embedded.begin,punctuation.section.embedded.end", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "illegal", + "scope": "invalid.illegal", + "settings": { + "foreground": "{foreground}" + } + }, + { + "name": "illegal", + "scope": "invalid.illegal.bad-ampersand.html", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "Broken", + "scope": "invalid.broken", + "settings": { + "foreground": "{foreground}" + } + }, + { + "name": "Deprecated", + "scope": "invalid.deprecated", + "settings": { + "foreground": "{foreground}" + } + }, + { + "name": "Unimplemented", + "scope": "invalid.unimplemented", + "settings": { + "foreground": "{foreground}" + } + }, + { + "name": "Source Json Meta Structure Dictionary Json > String Quoted Json", + "scope": "source.json meta.structure.dictionary.json > string.quoted.json", + "settings": { + "foreground": "{base04}" + } + }, + { + "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": "{base04}" + } + }, + { + "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": "{base01}" + } + }, + { + "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": "{base0E}" + } + }, + { + "name": "[VSCODE-CUSTOM] JSON Property Name", + "scope": "support.type.property-name.json", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "[VSCODE-CUSTOM] JSON Punctuation for Property Name", + "scope": "support.type.property-name.json punctuation", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "laravel blade tag", + "scope": "text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "laravel blade @", + "scope": "text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade", + "settings": { + "foreground": "{base05}" + } + }, + { + "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": "{base0B}" + } + }, + { + "name": "error suppression", + "scope": "keyword.operator.error-control.php", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "php instanceof", + "scope": "keyword.operator.type.php", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "style double quoted array index normal begin", + "scope": "punctuation.section.array.begin.php", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "style double quoted array index normal end", + "scope": "punctuation.section.array.end.php", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "php illegal.non-null-typehinted", + "scope": "invalid.illegal.non-null-typehinted.php", + "settings": { + "foreground": "{error}" + } + }, + { + "name": "php types", + "scope": "storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "php call-function", + "scope": "meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php", + "settings": { + "foreground": "{base06}" + } + }, + { + "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": "{on_background}" + } + }, + { + "name": "support php constants", + "scope": "support.constant.core.rust", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "support php constants", + "scope": "support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "php goto", + "scope": "entity.name.goto-label.php,support.other.php", + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "php logical/bitwise operator", + "scope": "keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "php regexp operator", + "scope": "keyword.operator.regexp.php", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "php comparison", + "scope": "keyword.operator.comparison.php", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "php heredoc/nowdoc", + "scope": "keyword.operator.heredoc.php,keyword.operator.nowdoc.php", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "python function decorator @", + "scope": "meta.function.decorator.python", + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "python function support", + "scope": "support.token.decorator.python,meta.function.decorator.identifier.python", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "parameter function js/ts", + "scope": "function.parameter", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "brace function", + "scope": "function.brace", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "parameter function ruby cs", + "scope": "function.parameter.ruby, function.parameter.cs", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "constant.language.symbol.ruby", + "scope": "constant.language.symbol.ruby", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "rgb-value", + "scope": "rgb-value", + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "rgb value", + "scope": "inline-color-decoration rgb-value", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "rgb value less", + "scope": "less rgb-value", + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "sass selector", + "scope": "selector.sass", + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "ts primitive/builtin types", + "scope": "support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "block scope", + "scope": "block.scope.end,block.scope.begin", + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "cs storage type", + "scope": "storage.type.cs", + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "cs local variable", + "scope": "entity.name.variable.local.cs", + "settings": { + "foreground": "{base04}" + } + }, + { + "scope": "token.info-token", + "settings": { + "foreground": "{base06}" + } + }, + { + "scope": "token.warn-token", + "settings": { + "foreground": "{base02}" + } + }, + { + "scope": "token.error-token", + "settings": { + "foreground": "{error}" + } + }, + { + "scope": "token.debug-token", + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "String interpolation", + "scope": [ + "punctuation.definition.template-expression.begin", + "punctuation.definition.template-expression.end", + "punctuation.section.embedded" + ], + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "Reset JavaScript string interpolation expression", + "scope": [ + "meta.template.expression" + ], + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "Import module JS", + "scope": [ + "keyword.operator.module" + ], + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "js Flowtype", + "scope": [ + "support.type.type.flowtype" + ], + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "js Flow", + "scope": [ + "support.type.primitive" + ], + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "js class prop", + "scope": [ + "meta.property.object" + ], + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "js func parameter", + "scope": [ + "variable.parameter.function.js" + ], + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "js template literals begin", + "scope": [ + "keyword.other.template.begin" + ], + "settings": { + "foreground": "{base01}" + } + }, + { + "name": "js template literals end", + "scope": [ + "keyword.other.template.end" + ], + "settings": { + "foreground": "{base01}" + } + }, + { + "name": "js template literals variable braces begin", + "scope": [ + "keyword.other.substitution.begin" + ], + "settings": { + "foreground": "{base01}" + } + }, + { + "name": "js template literals variable braces end", + "scope": [ + "keyword.other.substitution.end" + ], + "settings": { + "foreground": "{base01}" + } + }, + { + "name": "js operator.assignment", + "scope": [ + "keyword.operator.assignment" + ], + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "go operator", + "scope": [ + "keyword.operator.assignment.go" + ], + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "go operator", + "scope": [ + "keyword.operator.arithmetic.go", + "keyword.operator.address.go" + ], + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "Go package name", + "scope": [ + "entity.name.package.go" + ], + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "elm prelude", + "scope": [ + "support.type.prelude.elm" + ], + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "elm constant", + "scope": [ + "support.constant.elm" + ], + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "template literal", + "scope": [ + "punctuation.quasi.element" + ], + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "html/pug (jade) escaped characters and entities", + "scope": [ + "constant.character.entity" + ], + "settings": { + "foreground": "{base04}" + } + }, + { + "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": "{base0E}" + } + }, + { + "name": "Clojure globals", + "scope": [ + "entity.global.clojure" + ], + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "Clojure symbols", + "scope": [ + "meta.symbol.clojure" + ], + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "Clojure constants", + "scope": [ + "constant.keyword.clojure" + ], + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "CoffeeScript Function Argument", + "scope": [ + "meta.arguments.coffee", + "variable.parameter.function.coffee" + ], + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "Ini Default Text", + "scope": [ + "source.ini" + ], + "settings": { + "foreground": "{base01}" + } + }, + { + "name": "Makefile prerequisities", + "scope": [ + "meta.scope.prerequisites.makefile" + ], + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "Makefile text colour", + "scope": [ + "source.makefile" + ], + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "Groovy import names", + "scope": [ + "storage.modifier.import.groovy" + ], + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "Groovy Methods", + "scope": [ + "meta.method.groovy" + ], + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "Groovy Variables", + "scope": [ + "meta.definition.variable.name.groovy" + ], + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "Groovy Inheritance", + "scope": [ + "meta.definition.class.inherited.classes.groovy" + ], + "settings": { + "foreground": "{base01}" + } + }, + { + "name": "HLSL Semantic", + "scope": [ + "support.variable.semantic.hlsl" + ], + "settings": { + "foreground": "{base0B}" + } + }, + { + "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": "{base05}" + } + }, + { + "name": "SQL Variables", + "scope": [ + "text.variable", + "text.bracketed" + ], + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "types", + "scope": [ + "support.type.swift", + "support.type.vb.asp" + ], + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "heading 1, keyword", + "scope": [ + "entity.name.function.xi" + ], + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "heading 2, callable", + "scope": [ + "entity.name.class.xi" + ], + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "heading 3, property", + "scope": [ + "constant.character.character-class.regexp.xi" + ], + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "heading 4, type, class, interface", + "scope": [ + "constant.regexp.xi" + ], + "settings": { + "foreground": "{base05}" + } + }, + { + "name": "heading 5, enums, preprocessor, constant, decorator", + "scope": [ + "keyword.control.xi" + ], + "settings": { + "foreground": "{base0E}" + } + }, + { + "name": "heading 6, number", + "scope": [ + "invalid.xi" + ], + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "string", + "scope": [ + "beginning.punctuation.definition.quote.markdown.xi" + ], + "settings": { + "foreground": "{base01}" + } + }, + { + "name": "comments", + "scope": [ + "beginning.punctuation.definition.list.markdown.xi" + ], + "settings": { + "foreground": "{editor_comment}" + } + }, + { + "name": "link", + "scope": [ + "constant.character.xi" + ], + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "accent", + "scope": [ + "accent.xi" + ], + "settings": { + "foreground": "{base06}" + } + }, + { + "name": "wikiword", + "scope": [ + "wikiword.xi" + ], + "settings": { + "foreground": "{base02}" + } + }, + { + "name": "language operators like '+', '-' etc", + "scope": [ + "constant.other.color.rgb-value.xi" + ], + "settings": { + "foreground": "{foreground}" + } + }, + { + "name": "elements to dim", + "scope": [ + "punctuation.definition.tag.xi" + ], + "settings": { + "foreground": "{editor_comment}" + } + }, + { + "name": "C++/C#", + "scope": [ + "entity.name.label.cs", + "entity.name.scope-resolution.function.call", + "entity.name.scope-resolution.function.definition" + ], + "settings": { + "foreground": "{base0B}" + } + }, + { + "name": "Markdown underscore-style headers", + "scope": [ + "entity.name.label.cs", + "markup.heading.setext.1.markdown", + "markup.heading.setext.2.markdown" + ], + "settings": { + "foreground": "{base04}" + } + }, + { + "name": "meta.brace.square", + "scope": [ + " meta.brace.square" + ], + "settings": { + "foreground": "{on_background}" + } + }, + { + "name": "Comments", + "scope": "comment, punctuation.definition.comment", + "settings": { + "fontStyle": "italic", + "foreground": "{editor_comment}" + } + }, + { + "name": "[VSCODE-CUSTOM] Markdown Quote", + "scope": "markup.quote.markdown", + "settings": { + "foreground": "{editor_comment}" + } + }, + { + "name": "punctuation.definition.block.sequence.item.yaml", + "scope": "punctuation.definition.block.sequence.item.yaml", + "settings": { + "foreground": "{on_background}" + } + }, + { + "scope": [ + "constant.language.symbol.elixir" + ], + "settings": { + "foreground": "{base0E}" + } + }, + { + "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": "{on_surface}", + "focusBorder": "{accent}", + "selection.background": "{editor_selected}", + "scrollbar.shadow": "{background}", + "activityBar.foreground": "{on_surface}", + "activityBar.background": "{surface}", + "activityBar.inactiveForeground": "{editor_comment}", + "activityBarBadge.foreground": "{foreground}", + "activityBarBadge.background": "{accent}", + "sideBar.background": "{surface}", + "sideBar.foreground": "{on_surface}", + "sideBarSectionHeader.background": "#00000000", + "sideBarSectionHeader.foreground": "{on_surface}", + "sideBarSectionHeader.border": "{border}33", + "sideBarTitle.foreground": "{editor_comment}", + "list.inactiveSelectionBackground": "{surface_variant}", + "list.inactiveSelectionForeground": "{on_surface}", + "list.hoverBackground": "{surface_variant}", + "list.hoverForeground": "{on_surface}", + "list.activeSelectionBackground": "{editor_selected}", + "list.activeSelectionForeground": "{foreground}", + "tree.indentGuidesStroke": "{border}", + "list.dropBackground": "{surface_variant}", + "list.highlightForeground": "{editor_link}", + "list.focusBackground": "{editor_selected}", + "list.focusForeground": "{on_surface}", + "listFilterWidget.background": "{base03}", + "listFilterWidget.outline": "#00000000", + "listFilterWidget.noMatchesOutline": "{error}", + "statusBar.foreground": "{foreground}", + "statusBar.background": "{accent}", + "statusBarItem.hoverBackground": "{foreground}1f", + "statusBar.debuggingBackground": "{warning}", + "statusBar.debuggingForeground": "{foreground}", + "statusBar.noFolderBackground": "{base05}", + "statusBar.noFolderForeground": "{foreground}", + "statusBarItem.remoteBackground": "{success}", + "statusBarItem.remoteForeground": "{foreground}", + "titleBar.activeBackground": "{background}", + "titleBar.activeForeground": "{on_background}", + "titleBar.inactiveBackground": "{background}", + "titleBar.inactiveForeground": "{editor_comment}", + "titleBar.border": "#00000000", + "menubar.selectionForeground": "{on_surface}", + "menubar.selectionBackground": "{foreground}1a", + "menu.foreground": "{on_surface}", + "menu.background": "{surface}", + "menu.selectionForeground": "{foreground}", + "menu.selectionBackground": "{editor_selected}", + "menu.selectionBorder": "#00000000", + "menu.separatorBackground": "{editor_comment}", + "menu.border": "{border}85", + "button.background": "{accent}", + "button.foreground": "{foreground}", + "button.hoverBackground": "{accent}", + "button.secondaryForeground": "{foreground}", + "button.secondaryBackground": "{surface_variant}", + "button.secondaryHoverBackground": "{surface_variant}", + "input.background": "{surface}", + "input.border": "#00000000", + "input.foreground": "{on_surface}", + "inputOption.activeBackground": "{accent}66", + "inputOption.activeBorder": "{accent}00", + "inputOption.activeForeground": "{foreground}", + "input.placeholderForeground": "{editor_comment}", + "textLink.foreground": "{editor_link}", + "editor.background": "{editor_background}", + "editor.foreground": "{on_background}", + "editorLineNumber.foreground": "{editor_line_number}", + "editorCursor.foreground": "{cursor}", + "editorCursor.background": "{background}", + "editor.selectionBackground": "{editor_selected}", + "editor.inactiveSelectionBackground": "{surface_variant}cc", + "editorWhitespace.foreground": "{editor_comment}29", + "editor.selectionHighlightBackground": "{info}26", + "editor.selectionHighlightBorder": "{border}", + "editor.findMatchBackground": "{surface_variant}", + "editor.findMatchBorder": "{border_focused}", + "editor.findMatchHighlightBackground": "{warning}55", + "editor.findMatchHighlightBorder": "#ffffff00", + "editor.findRangeHighlightBackground": "{surface_variant}66", + "editor.findRangeHighlightBorder": "#ffffff00", + "editor.rangeHighlightBackground": "{foreground}0b", + "editor.rangeHighlightBorder": "#ffffff00", + "editor.hoverHighlightBackground": "{editor_selected}40", + "editor.wordHighlightStrongBackground": "{editor_selected}b8", + "editor.wordHighlightBackground": "{border}b8", + "editor.lineHighlightBackground": "{foreground}0A", + "editor.lineHighlightBorder": "{background}", + "editorLineNumber.activeForeground": "{editor_line_number}", + "editorLink.activeForeground": "{editor_link}", + "editorIndentGuide.background1": "{surface_variant}", + "editorIndentGuide.activeBackground1": "{border_focused}", + "editorRuler.foreground": "{border}", + "editorBracketMatch.background": "{success}1a", + "editorBracketMatch.border": "{border}", + "editor.foldBackground": "{editor_selected}4d", + "editorOverviewRuler.background": "{surface}00", + "editorOverviewRuler.border": "{border}", + "editorError.foreground": "{error}", + "editorError.background": "{error}00", + "editorError.border": "#ffffff00", + "editorWarning.foreground": "{warning}", + "editorWarning.background": "{warning}00", + "editorWarning.border": "#ffffff00", + "editorInfo.foreground": "{info}", + "editorInfo.background": "{info}00", + "editorInfo.border": "{info}00", + "editorGutter.background": "{editor_background}", + "editorGutter.modifiedBackground": "{base0E}", + "editorGutter.addedBackground": "{success}", + "editorGutter.deletedBackground": "{error}", + "editorGutter.foldingControlForeground": "{editor_line_number}", + "editorCodeLens.foreground": "{editor_comment}", + "editorGroup.border": "{surface_variant}", + "diffEditor.insertedTextBackground": "{success}33", + "diffEditor.removedTextBackground": "{error}33", + "diffEditor.border": "{surface_variant}", + "panel.background": "{editor_background}", + "panel.border": "{border}", + "panelTitle.activeBorder": "{accent}", + "panelTitle.activeForeground": "{on_surface}", + "panelTitle.inactiveForeground": "{editor_comment}", + "badge.background": "{surface_variant}", + "badge.foreground": "{foreground}", + "terminal.foreground": "{on_surface}", + "terminal.selectionBackground": "{foreground}40", + "terminalCursor.background": "{accent}", + "terminalCursor.foreground": "{foreground}", + "terminal.border": "{border}", + "terminal.ansiBlack": "{background}", + "terminal.ansiBlue": "{base06}", + "terminal.ansiBrightBlack": "{border_focused}", + "terminal.ansiBrightBlue": "{base06}", + "terminal.ansiBrightCyan": "{base0E}", + "terminal.ansiBrightGreen": "{success}", + "terminal.ansiBrightMagenta": "{base05}", + "terminal.ansiBrightRed": "{error}", + "terminal.ansiBrightWhite": "{on_surface}", + "terminal.ansiBrightYellow": "{base0B}", + "terminal.ansiCyan": "{base0E}", + "terminal.ansiGreen": "{success}", + "terminal.ansiMagenta": "{base05}", + "terminal.ansiRed": "{error}", + "terminal.ansiWhite": "{on_surface}", + "terminal.ansiYellow": "{base0B}", + "breadcrumb.background": "{editor_background}", + "breadcrumb.foreground": "{on_surface}cc", + "breadcrumb.focusForeground": "{on_surface}", + "editorGroupHeader.tabsBackground": "{surface}", + "tab.activeForeground": "{foreground}", + "tab.border": "{surface}", + "tab.activeBackground": "{editor_background}", + "tab.activeBorder": "#00000000", + "tab.activeBorderTop": "#00000000", + "tab.inactiveBackground": "{surface_variant}", + "tab.inactiveForeground": "{editor_comment}", + "scrollbarSlider.background": "{border}66", + "scrollbarSlider.hoverBackground": "{border_focused}b3", + "scrollbarSlider.activeBackground": "{on_surface}66", + "progressBar.background": "{accent}", + "widget.shadow": "{background}5c", + "editorWidget.foreground": "{on_surface}", + "editorWidget.background": "{surface}", + "editorWidget.resizeBorder": "{border}", + "pickerGroup.border": "{surface_variant}", + "pickerGroup.foreground": "{editor_link}", + "debugToolBar.background": "{surface}", + "debugToolBar.border": "{surface_variant}", + "notifications.foreground": "{on_surface}", + "notifications.background": "{surface}", + "notificationToast.border": "{surface_variant}", + "notificationsErrorIcon.foreground": "{error}", + "notificationsWarningIcon.foreground": "{warning}", + "notificationsInfoIcon.foreground": "{info}", + "notificationCenter.border": "{surface_variant}", + "notificationCenterHeader.foreground": "{on_surface}", + "notificationCenterHeader.background": "{surface}", + "notifications.border": "{surface}", + "gitDecoration.addedResourceForeground": "{success}", + "gitDecoration.conflictingResourceForeground": "{base06}", + "gitDecoration.deletedResourceForeground": "{error}", + "gitDecoration.ignoredResourceForeground": "{editor_comment}", + "gitDecoration.modifiedResourceForeground": "{base0B}", + "gitDecoration.stageDeletedResourceForeground": "{error}", + "gitDecoration.stageModifiedResourceForeground": "{base0B}", + "gitDecoration.submoduleResourceForeground": "{base06}", + "gitDecoration.untrackedResourceForeground": "{success}", + "editorMarkerNavigation.background": "{surface}", + "editorMarkerNavigationError.background": "{error}", + "editorMarkerNavigationWarning.background": "{warning}", + "editorMarkerNavigationInfo.background": "{info}", + "merge.currentHeaderBackground": "{success}cb", + "merge.currentContentBackground": "{success}cb", + "merge.incomingHeaderBackground": "{info}cb", + "merge.incomingContentBackground": "{info}cb", + "merge.commonHeaderBackground": "{surface_variant}cb", + "merge.commonContentBackground": "{background}cb", + "editorSuggestWidget.background": "{surface}", + "editorSuggestWidget.border": "{surface_variant}", + "editorSuggestWidget.foreground": "{on_background}", + "editorSuggestWidget.highlightForeground": "{editor_link}", + "editorSuggestWidget.selectedBackground": "{editor_selected}", + "editorHoverWidget.foreground": "{on_surface}", + "editorHoverWidget.background": "{surface}", + "editorHoverWidget.border": "{surface_variant}", + "peekView.border": "{accent}", + "peekViewEditor.background": "{editor_background}", + "peekViewEditorGutter.background": "{editor_background}", + "peekViewEditor.matchHighlightBackground": "{warning}99", + "peekViewEditor.matchHighlightBorder": "{warning}", + "peekViewResult.background": "{surface}", + "peekViewResult.fileForeground": "{foreground}", + "peekViewResult.lineForeground": "{editor_comment}", + "peekViewResult.matchHighlightBackground": "{warning}4d", + "peekViewResult.selectionBackground": "{info}33", + "peekViewResult.selectionForeground": "{foreground}", + "peekViewTitle.background": "{editor_background}", + "peekViewTitleDescription.foreground": "{on_surface}b3", + "peekViewTitleLabel.foreground": "{foreground}", + "icon.foreground": "{on_surface}", + "checkbox.background": "{surface}", + "checkbox.foreground": "{on_surface}", + "checkbox.border": "#00000000", + "dropdown.background": "{surface}", + "dropdown.foreground": "{on_surface}", + "dropdown.border": "#00000000", + "minimapGutter.addedBackground": "{success}", + "minimapGutter.modifiedBackground": "{base0E}", + "minimapGutter.deletedBackground": "{error}", + "minimap.findMatchHighlight": "{surface_variant}cc", + "minimap.selectionHighlight": "{editor_selected}cc", + "minimap.errorHighlight": "{error}", + "minimap.warningHighlight": "{warning}", + "minimap.background": "{editor_background}", + "sideBar.dropBackground": "{surface_variant}", + "editorGroup.emptyBackground": "{editor_background}", + "panelSection.border": "{border}", + "statusBarItem.activeBackground": "{foreground}25", + "settings.headerForeground": "{on_surface}", + "settings.focusedRowBackground": "{foreground}07", + "walkThrough.embeddedEditorBackground": "{background}50", + "breadcrumb.activeSelectionForeground": "{on_surface}", + "editorGutter.commentRangeForeground": "{editor_line_number}", + "debugExceptionWidget.background": "{surface}", + "debugExceptionWidget.border": "{surface_variant}" + } +} \ No newline at end of file diff --git a/src/core/common/version.hpp b/src/core/common/version.hpp index 4bc0086..3c41f39 100644 --- a/src/core/common/version.hpp +++ b/src/core/common/version.hpp @@ -6,7 +6,7 @@ namespace clrsync::core { -const std::string GIT_SEMVER = "1.0.0+git.g5b0599a"; +const std::string GIT_SEMVER = "1.0.1+git.ge256dca"; const std::string version_string(); } // namespace clrsync::core