mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Fix property color of objects in templates
This commit is contained in:
parent
9769c207a4
commit
950cc1fb9f
4 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue