From 54dacfac62add636a373e5f4991984d4f857d97f Mon Sep 17 00:00:00 2001 From: Kristi Date: Thu, 1 Apr 2021 11:44:22 -0400 Subject: [PATCH] Fix property declaration semantic token color --- CHANGELOG.md | 4 ++++ themes/tokyo-night-color-theme.json | 3 +++ themes/tokyo-night-light-color-theme.json | 3 +++ themes/tokyo-night-storm-color-theme.json | 3 +++ 4 files changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d89c5de..42ec6a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Release Notes +## 0.7.7 +`2021-04-01` +- Fix property declaration semantic token color + ## 0.7.6 `2021-03-31` - Update README (Color Palette) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 687c5fe..1302105 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -11,6 +11,9 @@ "parameter": { "foreground": "#9aa5ce" }, + "property.declaration": { + "foreground": "#73daca" + }, "variable.declaration": { "foreground": "#bb9af7" }, diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index dfed3f6..04cadeb 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -11,6 +11,9 @@ "parameter": { "foreground": "#565a6e" }, + "property.declaration": { + "foreground": "#33635c" + }, "variable.declaration": { "foreground": "#5a4a78" }, diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 53c4b49..0a54d1f 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -11,6 +11,9 @@ "parameter": { "foreground": "#9aa5ce" }, + "property.declaration": { + "foreground": "#73daca" + }, "variable.declaration": { "foreground": "#bb9af7" },