diff --git a/CHANGELOG.md b/CHANGELOG.md index 12aa8c5..08070ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Release Notes +## 0.4.6 +`2019-12-13` +- Color variables in bracket notation like properties using dot notation + ## 0.4.5 `2019-12-12` - Update Tokyo Night 'editor red' to use the same color as Tokyo Night Storm diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index a5f4d50..633f327 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -584,7 +584,14 @@ "name": "Object Variable", "scope": "variable.other.object", "settings": { - "foreground": "#c0caf5" + "foreground": "#7dcfff" + } + }, + { + "name": " Variable Array Key", + "scope": "meta.array.literal variable", + "settings": { + "foreground": "#73daca" } }, { diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 02f7b53..ff8a85d 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -586,6 +586,13 @@ "foreground": "#c0caf5" } }, + { + "name": " Variable Array Key", + "scope": "meta.array.literal variable", + "settings": { + "foreground": "#7dcfff" + } + }, { "name": "Object Key", "scope": [