diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1b6e5..97f1c5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 2456d20..ad05a48 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -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" diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 243d388..1826c81 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -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" diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 9ef7bcc..455e76a 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -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"