133 lines
3.0 KiB
JSON
133 lines
3.0 KiB
JSON
{
|
|
"$schema": "vscode://schemas/color-theme",
|
|
"name": "Dark High Contrast",
|
|
"include": "./hc_black_defaults.json",
|
|
"colors": {
|
|
"selection.background": "#008000",
|
|
"editor.selectionBackground": "#FFFFFF",
|
|
"statusBarItem.remoteBackground": "#00000000"
|
|
},
|
|
"tokenColors": [
|
|
{
|
|
"name": "Function declarations",
|
|
"scope": [
|
|
"entity.name.function",
|
|
"support.function",
|
|
"support.constant.handlebars",
|
|
"source.powershell variable.other.member"
|
|
],
|
|
"settings": {
|
|
"foreground": "#DCDCAA"
|
|
}
|
|
},
|
|
{
|
|
"name": "Types declaration and references",
|
|
"scope": [
|
|
"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"
|
|
],
|
|
"settings": {
|
|
"foreground": "#4EC9B0"
|
|
}
|
|
},
|
|
{
|
|
"name": "Types declaration and references, TS grammar specific",
|
|
"scope": [
|
|
"meta.type.cast.expr",
|
|
"meta.type.new.expr",
|
|
"support.constant.math",
|
|
"support.constant.dom",
|
|
"support.constant.json",
|
|
"entity.other.inherited-class"
|
|
],
|
|
"settings": {
|
|
"foreground": "#4EC9B0"
|
|
}
|
|
},
|
|
{
|
|
"name": "Control flow / Special keywords",
|
|
"scope": [
|
|
"keyword.control",
|
|
"source.cpp keyword.operator.new",
|
|
"source.cpp keyword.operator.delete",
|
|
"keyword.other.using",
|
|
"keyword.other.operator"
|
|
],
|
|
"settings": {
|
|
"foreground": "#C586C0"
|
|
}
|
|
},
|
|
{
|
|
"name": "Variable and parameter name",
|
|
"scope": [
|
|
"variable",
|
|
"meta.definition.variable.name",
|
|
"support.variable"
|
|
],
|
|
"settings": {
|
|
"foreground": "#9CDCFE"
|
|
}
|
|
},
|
|
{
|
|
"name": "Object keys, TS grammar specific",
|
|
"scope": [
|
|
"meta.object-literal.key"
|
|
],
|
|
"settings": {
|
|
"foreground": "#9CDCFE"
|
|
}
|
|
},
|
|
{
|
|
"name": "CSS property value",
|
|
"scope": [
|
|
"support.constant.property-value",
|
|
"support.constant.font-name",
|
|
"support.constant.media-type",
|
|
"support.constant.media",
|
|
"constant.other.color.rgb-value",
|
|
"constant.other.rgb-value",
|
|
"support.constant.color"
|
|
],
|
|
"settings": {
|
|
"foreground": "#CE9178"
|
|
}
|
|
},
|
|
{
|
|
"name": "HC Search Editor context line override",
|
|
"scope": "meta.resultLinePrefix.contextLinePrefix.search",
|
|
"settings": {
|
|
"foreground": "#CBEDCB",
|
|
}
|
|
}
|
|
],
|
|
"semanticTokenColors": {
|
|
"newOperator": "#FFFFFF",
|
|
"stringLiteral": "#ce9178",
|
|
"customLiteral": "#DCDCAA",
|
|
"numberLiteral": "#b5cea8",
|
|
}
|
|
}
|