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

113 lines
2.4 KiB
JSON
Raw Normal View History

2016-03-12 21:49:13 +00:00
{
"name": "Dark+",
2016-03-13 17:32:18 +00:00
"include": "./dark_vs.json",
2016-03-12 21:49:13 +00:00
"settings": [
{
"name": "Function declarations",
"scope": [
2016-10-14 16:02:14 +00:00
"entity.name.function",
"support.function"
],
"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": [
"meta.return-type",
"support.class",
2016-03-13 17:32:18 +00:00
"support.type",
"entity.name.type",
2017-01-03 13:36:08 +00:00
"entity.name.class",
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.return.type",
"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 keywords",
"scope": "keyword.control",
"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",
"support.constant.handlebars"
2016-03-13 17:32:18 +00:00
],
2016-03-12 21:49:13 +00:00
"settings": {
"foreground": "#9CDCFE"
}
},
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",
"meta.object-literal.key entity.name.function"
],
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": [
2017-01-03 13:36:08 +00:00
"constant.other.color.rgb-value.css",
"constant.other.rgb-value.css",
"meta.property-value.css support.function",
"meta.property-value.css support",
"constant.numeric.color.rgb-value.scss",
"constant.rgb-value.scss",
"meta.property-value.scss support.function",
"meta.property-value.scss support"
2016-03-13 17:32:18 +00:00
],
2016-03-12 21:49:13 +00:00
"settings": {
"foreground": "#CE9178"
}
}
]
}