From cd459037cf098168b5472a00453019b757a5b34b Mon Sep 17 00:00:00 2001 From: Kristi Date: Thu, 16 Feb 2023 12:59:02 -0500 Subject: [PATCH] Revert custom component tag color for dark themes --- CHANGELOG.md | 4 ++++ themes/tokyo-night-color-theme.json | 12 +----------- themes/tokyo-night-storm-color-theme.json | 12 +----------- 3 files changed, 6 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76502aa..1aaf390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Release Notes +## 0.9.7 +`2023-02-16` +- Revert custom component tag color for dark themes + ## 0.9.6 `2023-02-13` - Update README diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 7c762d0..b339aae 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -691,7 +691,7 @@ "meta.tag" ], "settings": { - "foreground": "#fc91a3" + "foreground": "#de5971" } }, { @@ -701,16 +701,6 @@ "foreground": "#ba3c97" } }, - { - "name": "Tag Punctuation - Custom", - "scope": [ - "meta.tag.custom punctuation.definition.tag", - "meta.jsx punctuation.definition.tag" - ], - "settings": { - "foreground": "#e362be" - } - }, { "name": "Globals, PHP Constants, etc", "scope": [ diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 284ebc3..421a748 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -690,7 +690,7 @@ "meta.tag" ], "settings": { - "foreground": "#fc91a3" + "foreground": "#de5971" } }, { @@ -700,16 +700,6 @@ "foreground": "#ba3c97" } }, - { - "name": "Tag Punctuation - Custom", - "scope": [ - "meta.tag.custom punctuation.definition.tag", - "meta.jsx punctuation.definition.tag" - ], - "settings": { - "foreground": "#e362be" - } - }, { "name": "Globals, PHP Constants, etc", "scope": [