mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update object reference color
This commit is contained in:
parent
e957414f4f
commit
f743564182
3 changed files with 12 additions and 27 deletions
|
@ -695,19 +695,13 @@
|
|||
"variable",
|
||||
"support.variable",
|
||||
"string constant.other.placeholder",
|
||||
"variable.parameter.handlebars"
|
||||
"variable.parameter.handlebars",
|
||||
"variable.other.object"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#c0caf5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Object Variable",
|
||||
"scope": "variable.other.object",
|
||||
"settings": {
|
||||
"foreground": "#c0caf5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Variable Array Key",
|
||||
"scope": "meta.array.literal variable",
|
||||
|
@ -859,7 +853,8 @@
|
|||
"support.type.object.module",
|
||||
"support.constant.json",
|
||||
"entity.name.namespace",
|
||||
"meta.import.qualifier"
|
||||
"meta.import.qualifier",
|
||||
"variable.other.constant.object"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#0db9d7"
|
||||
|
|
|
@ -715,19 +715,13 @@
|
|||
"variable",
|
||||
"support.variable",
|
||||
"string constant.other.placeholder",
|
||||
"variable.parameter.handlebars"
|
||||
"variable.parameter.handlebars",
|
||||
"variable.other.object",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#343b58"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Object Variable",
|
||||
"scope": "variable.other.object",
|
||||
"settings": {
|
||||
"foreground": "#343b58"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Variable Array Key",
|
||||
"scope": "meta.array.literal variable",
|
||||
|
@ -880,7 +874,8 @@
|
|||
"support.type.object.module",
|
||||
"support.constant.json",
|
||||
"entity.name.namespace",
|
||||
"meta.import.qualifier"
|
||||
"meta.import.qualifier",
|
||||
"variable.other.constant.object"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#166775"
|
||||
|
|
|
@ -694,19 +694,13 @@
|
|||
"variable",
|
||||
"support.variable",
|
||||
"string constant.other.placeholder",
|
||||
"variable.parameter.handlebars"
|
||||
"variable.parameter.handlebars",
|
||||
"variable.other.object",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#c0caf5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Object Variable",
|
||||
"scope": "variable.other.object",
|
||||
"settings": {
|
||||
"foreground": "#c0caf5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": " Variable Array Key",
|
||||
"scope": "meta.array.literal variable",
|
||||
|
@ -859,7 +853,8 @@
|
|||
"support.type.object.module",
|
||||
"support.constant.json",
|
||||
"entity.name.namespace",
|
||||
"meta.import.qualifier"
|
||||
"meta.import.qualifier",
|
||||
"variable.other.constant.object"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#2ac3de"
|
||||
|
|
Loading…
Reference in a new issue