diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cd6852..712ceae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Release Notes + +## 0.4.8 +`2020-01-01` +- Update variable color in bracket notation + ## 0.4.7 `2020-01-01` - Fix object color when using dot notation inside bracket/parenthesis diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index bc5cddb..1df0c5e 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -588,10 +588,10 @@ } }, { - "name": " Variable Array Key", + "name": "Variable Array Key", "scope": "meta.array.literal variable", "settings": { - "foreground": "#73daca" + "foreground": "#7dcfff" //"#73daca" } }, {