0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Update object reference color

This commit is contained in:
Kristi 2022-07-22 03:09:07 -04:00
parent e957414f4f
commit f743564182
3 changed files with 12 additions and 27 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"