mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2025-03-13 23:07:43 -04: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",
|
"variable",
|
||||||
"support.variable",
|
"support.variable",
|
||||||
"string constant.other.placeholder",
|
"string constant.other.placeholder",
|
||||||
"variable.parameter.handlebars"
|
"variable.parameter.handlebars",
|
||||||
|
"variable.other.object"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#c0caf5"
|
"foreground": "#c0caf5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Object Variable",
|
|
||||||
"scope": "variable.other.object",
|
|
||||||
"settings": {
|
|
||||||
"foreground": "#c0caf5"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Variable Array Key",
|
"name": "Variable Array Key",
|
||||||
"scope": "meta.array.literal variable",
|
"scope": "meta.array.literal variable",
|
||||||
|
@ -859,7 +853,8 @@
|
||||||
"support.type.object.module",
|
"support.type.object.module",
|
||||||
"support.constant.json",
|
"support.constant.json",
|
||||||
"entity.name.namespace",
|
"entity.name.namespace",
|
||||||
"meta.import.qualifier"
|
"meta.import.qualifier",
|
||||||
|
"variable.other.constant.object"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#0db9d7"
|
"foreground": "#0db9d7"
|
||||||
|
|
|
@ -715,19 +715,13 @@
|
||||||
"variable",
|
"variable",
|
||||||
"support.variable",
|
"support.variable",
|
||||||
"string constant.other.placeholder",
|
"string constant.other.placeholder",
|
||||||
"variable.parameter.handlebars"
|
"variable.parameter.handlebars",
|
||||||
|
"variable.other.object",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#343b58"
|
"foreground": "#343b58"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Object Variable",
|
|
||||||
"scope": "variable.other.object",
|
|
||||||
"settings": {
|
|
||||||
"foreground": "#343b58"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Variable Array Key",
|
"name": "Variable Array Key",
|
||||||
"scope": "meta.array.literal variable",
|
"scope": "meta.array.literal variable",
|
||||||
|
@ -880,7 +874,8 @@
|
||||||
"support.type.object.module",
|
"support.type.object.module",
|
||||||
"support.constant.json",
|
"support.constant.json",
|
||||||
"entity.name.namespace",
|
"entity.name.namespace",
|
||||||
"meta.import.qualifier"
|
"meta.import.qualifier",
|
||||||
|
"variable.other.constant.object"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#166775"
|
"foreground": "#166775"
|
||||||
|
|
|
@ -694,19 +694,13 @@
|
||||||
"variable",
|
"variable",
|
||||||
"support.variable",
|
"support.variable",
|
||||||
"string constant.other.placeholder",
|
"string constant.other.placeholder",
|
||||||
"variable.parameter.handlebars"
|
"variable.parameter.handlebars",
|
||||||
|
"variable.other.object",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#c0caf5"
|
"foreground": "#c0caf5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Object Variable",
|
|
||||||
"scope": "variable.other.object",
|
|
||||||
"settings": {
|
|
||||||
"foreground": "#c0caf5"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": " Variable Array Key",
|
"name": " Variable Array Key",
|
||||||
"scope": "meta.array.literal variable",
|
"scope": "meta.array.literal variable",
|
||||||
|
@ -859,7 +853,8 @@
|
||||||
"support.type.object.module",
|
"support.type.object.module",
|
||||||
"support.constant.json",
|
"support.constant.json",
|
||||||
"entity.name.namespace",
|
"entity.name.namespace",
|
||||||
"meta.import.qualifier"
|
"meta.import.qualifier",
|
||||||
|
"variable.other.constant.object"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#2ac3de"
|
"foreground": "#2ac3de"
|
||||||
|
|
Loading…
Add table
Reference in a new issue