mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2025-03-13 23:07:43 -04: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
|
# Release Notes
|
||||||
|
## 0.9.9
|
||||||
|
- Fix property color of objects in templates
|
||||||
|
|
||||||
## 0.9.8
|
## 0.9.8
|
||||||
`2023-03-21`
|
`2023-03-21`
|
||||||
- Update Gitlens colors
|
- Update Gitlens colors
|
||||||
|
|
|
@ -747,7 +747,8 @@
|
||||||
"string.unquoted.graphql",
|
"string.unquoted.graphql",
|
||||||
"string.unquoted.alias.graphql",
|
"string.unquoted.alias.graphql",
|
||||||
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js",
|
"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": {
|
"settings": {
|
||||||
"foreground": "#73daca"
|
"foreground": "#73daca"
|
||||||
|
|
|
@ -777,7 +777,8 @@
|
||||||
"string.unquoted.graphql",
|
"string.unquoted.graphql",
|
||||||
"string.unquoted.alias.graphql",
|
"string.unquoted.alias.graphql",
|
||||||
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js",
|
"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": {
|
"settings": {
|
||||||
"foreground": "#33635c"
|
"foreground": "#33635c"
|
||||||
|
|
|
@ -746,7 +746,8 @@
|
||||||
"string.unquoted.graphql",
|
"string.unquoted.graphql",
|
||||||
"string.unquoted.alias.graphql",
|
"string.unquoted.alias.graphql",
|
||||||
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js",
|
"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": {
|
"settings": {
|
||||||
"foreground": "#73daca"
|
"foreground": "#73daca"
|
||||||
|
|
Loading…
Add table
Reference in a new issue