From 1f3385c0ab13651079f0a82c4435d42e25aa9601 Mon Sep 17 00:00:00 2001 From: Kristi Date: Wed, 1 Jan 2020 23:04:26 -0500 Subject: [PATCH] Fix object color inside bracket/parenthesis --- CHANGELOG.md | 4 ++++ themes/tokyo-night-color-theme.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08070ca..7cd6852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Release Notes +## 0.4.7 +`2020-01-01` +- Fix object color when using dot notation inside bracket/parenthesis + ## 0.4.6 `2019-12-13` - Color variables in bracket notation like properties using dot notation diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 633f327..bc5cddb 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -584,7 +584,7 @@ "name": "Object Variable", "scope": "variable.other.object", "settings": { - "foreground": "#7dcfff" + "foreground": "#c0caf5" } }, {