vscode/extensions/theme-defaults/themes/dark_plus.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

205 lines
4.5 KiB
JSON
Raw Normal View History

2016-03-12 21:49:13 +00:00
{
"$schema": "vscode://schemas/color-theme",
2023-04-12 22:45:39 +00:00
"name": "Dark+",
2016-03-13 17:32:18 +00:00
"include": "./dark_vs.json",
"tokenColors": [
{
"name": "Function declarations",
"scope": [
2016-10-14 16:02:14 +00:00
"entity.name.function",
"support.function",
"support.constant.handlebars",
"source.powershell variable.other.member",
"entity.name.operator.custom-literal" // See https://en.cppreference.com/w/cpp/language/user_literal
],
"settings": {
"foreground": "#DCDCAA"
}
},
2016-03-12 21:49:13 +00:00
{
"name": "Types declaration and references",
2016-03-13 17:32:18 +00:00
"scope": [
"support.class",
2016-03-13 17:32:18 +00:00
"support.type",
"entity.name.type",
"entity.name.namespace",
"entity.other.attribute",
"entity.name.scope-resolution",
2017-01-03 13:36:08 +00:00
"entity.name.class",
"storage.type.numeric.go",
"storage.type.byte.go",
"storage.type.boolean.go",
"storage.type.string.go",
"storage.type.uintptr.go",
"storage.type.error.go",
"storage.type.rune.go",
2016-03-13 17:32:18 +00:00
"storage.type.cs",
2017-01-03 13:36:08 +00:00
"storage.type.generic.cs",
"storage.type.modifier.cs",
"storage.type.variable.cs",
"storage.type.annotation.java",
"storage.type.generic.java",
2016-11-09 20:21:37 +00:00
"storage.type.java",
2017-01-03 13:36:08 +00:00
"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"
2016-03-13 17:32:18 +00:00
],
2016-03-12 21:49:13 +00:00
"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"
}
},
2016-03-12 21:49:13 +00:00
{
"name": "Control flow / Special keywords",
"scope": [
"keyword.control",
"source.cpp keyword.operator.new",
"keyword.operator.delete",
"keyword.other.using",
"keyword.other.directive.using",
"keyword.other.operator",
"entity.name.operator"
],
2016-03-12 21:49:13 +00:00
"settings": {
"foreground": "#C586C0"
}
},
{
"name": "Variable and parameter name",
2016-03-13 17:32:18 +00:00
"scope": [
"variable",
2017-01-03 13:36:08 +00:00
"meta.definition.variable.name",
"support.variable",
"entity.name.variable",
"constant.other.placeholder", // placeholders in strings
2016-03-13 17:32:18 +00:00
],
2016-03-12 21:49:13 +00:00
"settings": {
"foreground": "#9CDCFE"
}
},
{
"name": "Constants and enums",
"scope": [
"variable.other.constant",
"variable.other.enummember"
],
"settings": {
2020-05-28 22:08:51 +00:00
"foreground": "#4FC1FF",
}
},
2016-10-17 12:49:59 +00:00
{
2017-01-03 13:36:08 +00:00
"name": "Object keys, TS grammar specific",
"scope": [
"meta.object-literal.key"
2017-01-03 13:36:08 +00:00
],
2016-10-17 12:49:59 +00:00
"settings": {
"foreground": "#9CDCFE"
}
},
2016-03-12 21:49:13 +00:00
{
"name": "CSS property value",
2016-03-13 17:32:18 +00:00
"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"
2016-03-13 17:32:18 +00:00
],
2016-03-12 21:49:13 +00:00
"settings": {
"foreground": "#CE9178"
}
},
{
"name": "Regular expression groups",
"scope": [
"punctuation.definition.group.regexp",
"punctuation.definition.group.assertion.regexp",
"punctuation.definition.character-class.regexp",
"punctuation.character.set.begin.regexp",
"punctuation.character.set.end.regexp",
"keyword.operator.negation.regexp",
"support.other.parenthesis.regexp"
],
"settings": {
"foreground": "#CE9178"
}
},
{
"scope": [
"constant.character.character-class.regexp",
"constant.other.character-class.set.regexp",
"constant.other.character-class.regexp",
"constant.character.set.regexp"
],
"settings": {
"foreground": "#d16969"
}
},
{
"scope": [
"keyword.operator.or.regexp",
"keyword.control.anchor.regexp"
],
"settings": {
"foreground": "#DCDCAA"
}
},
{
"scope": "keyword.operator.quantifier.regexp",
"settings": {
"foreground": "#d7ba7d"
}
},
{
"scope": [
"constant.character",
"constant.other.option"
],
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "constant.character.escape",
"settings": {
"foreground": "#d7ba7d"
}
},
{
"scope": "entity.name.label",
"settings": {
"foreground": "#C8C8C8"
}
2016-03-12 21:49:13 +00:00
}
],
"semanticTokenColors": {
"newOperator":"#C586C0",
"stringLiteral":"#ce9178",
"customLiteral": "#DCDCAA",
"numberLiteral": "#b5cea8",
}
}