{
"$schema": "vscode://schemas/color-theme",
"name": "Dark High Contrast",
"colors": {
"editor.background": "#000000",
"editor.foreground": "#FFFFFF",
"editorIndentGuide.background": "#FFFFFF",
"editorIndentGuide.activeBackground": "#FFFFFF",
"sideBarTitle.foreground": "#FFFFFF",
"selection.background": "#008000",
"editor.selectionBackground": "#FFFFFF",
"statusBarItem.remoteBackground": "#00000000"
},
"tokenColors": [
"scope": [
"meta.embedded",
"source.groovy.embedded"
],
"settings": {
"foreground": "#FFFFFF"
}
"scope": "emphasis",
"fontStyle": "italic"
"scope": "strong",
"fontStyle": "bold"
"scope": "meta.diff.header",
"foreground": "#000080"
"scope": "comment",
"foreground": "#7ca668"
"scope": "constant.language",
"foreground": "#569cd6"
"constant.numeric",
"constant.other.color.rgb-value",
"constant.other.rgb-value",
"support.constant.color"
"foreground": "#b5cea8"
"scope": "constant.regexp",
"foreground": "#b46695"
"scope": "constant.character",
"scope": "entity.name.tag",
"scope": "entity.name.tag.css",
"foreground": "#d7ba7d"
"scope": "entity.other.attribute-name",
"foreground": "#9cdcfe"
"entity.other.attribute-name.class.css",
"entity.other.attribute-name.class.mixin.css",
"entity.other.attribute-name.id.css",
"entity.other.attribute-name.parent-selector.css",
"entity.other.attribute-name.pseudo-class.css",
"entity.other.attribute-name.pseudo-element.css",
"source.css.less entity.other.attribute-name.id",
"entity.other.attribute-name.scss"
"scope": "invalid",
"foreground": "#f44747"
"scope": "markup.underline",
"fontStyle": "underline"
"scope": "markup.bold",
"scope": "markup.heading",
"fontStyle": "bold",
"foreground": "#6796e6"
"scope": "markup.italic",
"scope": "markup.inserted",
"scope": "markup.deleted",
"foreground": "#ce9178"
"scope": "markup.changed",
"name": "brackets of XML/HTML tags",
"punctuation.definition.tag"
"foreground": "#808080"
"scope": "meta.preprocessor",
"scope": "meta.preprocessor.string",
"scope": "meta.preprocessor.numeric",
"scope": "meta.structure.dictionary.key.python",
"scope": "storage",
"scope": "storage.type",
"scope": "storage.modifier",
"scope": "string",
"scope": "string.tag",
"scope": "string.value",
"scope": "string.regexp",
"foreground": "#d16969"
"name": "String interpolation",
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded"
"name": "Reset JavaScript string interpolation expression",
"meta.template.expression"
"foreground": "#ffffff"
"support.type.vendored.property-name",
"support.type.property-name",
"variable.css",
"variable.scss",
"variable.other.less",
"source.coffee.embedded"
"foreground": "#d4d4d4"
"scope": "keyword",
"scope": "keyword.control",
"scope": "keyword.operator",
"keyword.operator.new",
"keyword.operator.expression",
"keyword.operator.cast",
"keyword.operator.sizeof",
"keyword.operator.logical.python"
"scope": "keyword.other.unit",
"scope": "support.function.git-rebase",
"scope": "constant.sha.git-rebase",
"name": "coloring of the Java import and package identifiers",
"storage.modifier.import.java",
"variable.language.wildcard.java",
"storage.modifier.package.java"
"name": "coloring of the TS this",
"scope": "variable.language.this",
"name": "Function declarations",
"entity.name.function",
"support.function",
"support.constant.handlebars",
"source.powershell variable.other.member"
"foreground": "#DCDCAA"
"name": "Types declaration and references",
"meta.return-type",
"support.class",
"support.type",
"entity.name.type",
"entity.name.namespace",
"entity.name.scope-resolution",
"entity.name.class",
"storage.type.cs",
"storage.type.generic.cs",
"storage.type.modifier.cs",
"storage.type.variable.cs",
"storage.type.annotation.java",
"storage.type.generic.java",
"storage.type.java",
"storage.type.object.array.java",
"storage.type.primitive.array.java",
"storage.type.primitive.java",
"storage.type.token.java",
"storage.type.groovy",
"storage.type.annotation.groovy",
"storage.type.parameters.groovy",
"storage.type.generic.groovy",
"storage.type.object.array.groovy",
"storage.type.primitive.array.groovy",
"storage.type.primitive.groovy"
"foreground": "#4EC9B0"
"name": "Types declaration and references, TS grammar specific",
"meta.type.cast.expr",
"meta.type.new.expr",
"support.constant.math",
"support.constant.dom",
"support.constant.json",
"entity.other.inherited-class"
"name": "Control flow / Special keywords",
"keyword.control",
"source.cpp keyword.operator.new",
"source.cpp keyword.operator.delete",
"keyword.other.using",
"keyword.other.operator"
"foreground": "#C586C0"
"name": "Variable and parameter name",
"variable",
"meta.definition.variable.name",
"support.variable"
"foreground": "#9CDCFE"
"name": "Object keys, TS grammar specific",
"meta.object-literal.key"
"name": "CSS property value",
"support.constant.property-value",
"support.constant.font-name",
"support.constant.media-type",
"support.constant.media",
"foreground": "#CE9178"
"name": "HC Search Editor context line override",
"scope": "meta.resultLinePrefix.contextLinePrefix.search",
"foreground": "#CBEDCB",
"semanticHighlighting": true,
"semanticTokenColors": {
"newOperator": "#FFFFFF",
"stringLiteral": "#ce9178",
"customLiteral": "#DCDCAA",
"numberLiteral": "#b5cea8",