From 8c2711e5104ae120f439a0db1f7ee35bde30f02f Mon Sep 17 00:00:00 2001 From: Kristi Date: Wed, 1 Jan 2020 23:21:02 -0500 Subject: [PATCH] Update variable color in bracket notation --- CHANGELOG.md | 5 +++++ themes/tokyo-night-color-theme.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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" } }, {