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

Fix property color of objects in templates

This commit is contained in:
Kristi Russell 2023-03-28 19:23:23 -04:00
parent 9769c207a4
commit 950cc1fb9f
4 changed files with 9 additions and 3 deletions

View file

@ -1,4 +1,7 @@
# Release Notes
## 0.9.9
- Fix property color of objects in templates
## 0.9.8
`2023-03-21`
- Update Gitlens colors

View file

@ -747,7 +747,8 @@
"string.unquoted.graphql",
"string.unquoted.alias.graphql",
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js",
"meta.field.declaration.ts variable.object.property"
"meta.field.declaration.ts variable.object.property",
"meta.block entity.name.label"
],
"settings": {
"foreground": "#73daca"

View file

@ -777,7 +777,8 @@
"string.unquoted.graphql",
"string.unquoted.alias.graphql",
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js",
"meta.field.declaration.ts variable.object.property"
"meta.field.declaration.ts variable.object.property",
"meta.block entity.name.label"
],
"settings": {
"foreground": "#33635c"

View file

@ -746,7 +746,8 @@
"string.unquoted.graphql",
"string.unquoted.alias.graphql",
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js",
"meta.field.declaration.ts variable.object.property"
"meta.field.declaration.ts variable.object.property",
"meta.block entity.name.label"
],
"settings": {
"foreground": "#73daca"