[themes] add support.class & support.constant (for ts)

This commit is contained in:
Martin Aeschlimann
2016-10-14 17:20:05 +02:00
parent 8751b28026
commit 010c5068d9
15 changed files with 120 additions and 110 deletions

View File

@@ -2,10 +2,20 @@
"name": "Dark+",
"include": "./dark_vs.json",
"settings": [
{
"name": "Function declarations",
"scope": [
"entity.name.function"
],
"settings": {
"foreground": "#DCDCAA"
}
},
{
"name": "Types declaration and references",
"scope": [
"meta.return-type",
"support.class",
"support.type",
"entity.name.type",
"storage.type.cs",
@@ -20,21 +30,15 @@
"scope": [
"meta.return.type",
"meta.type.cast.expr",
"meta.type.new.expr"
"meta.type.new.expr",
"support.constant.math",
"support.constant.dom",
"support.constant.json"
],
"settings": {
"foreground": "#4EC9B0"
}
},
{
"name": "Function declarations",
"scope": [
"entity.name.function"
],
"settings": {
"foreground": "#DCDCAA"
}
},
{
"name": "Control flow keywords",
"scope": "keyword.control",
@@ -47,7 +51,8 @@
"scope": [
"variable.parameter",
"variable",
"variable.name"
"variable.name",
"support.variable"
],
"settings": {
"foreground": "#9CDCFE"