mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
[themes] add support.class & support.constant (for ts)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user