diff --git a/CHANGELOG.md b/CHANGELOG.md index 634b826..8233fdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Release Notes +## 1.0.2 +`2023-09-28` +- Update jsx text color + ## 1.0.1 `2023-08-02` - Update foreground color in Storm theme diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index b0ed3e2..80392cb 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -1338,7 +1338,6 @@ { "name": "Markdown - Plain", "scope": [ - "meta.jsx.children", "meta.embedded.block" ], "settings": { @@ -1348,6 +1347,7 @@ { "name": "HTML text", "scope": [ + "meta.jsx.children", "text.html", "text.log" ], diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 2272634..12bbe28 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -1376,7 +1376,6 @@ { "name": "Markdown - Plain", "scope": [ - "meta.jsx.children", "meta.embedded.block" ], "settings": { @@ -1385,7 +1384,10 @@ }, { "name": "HTML text", - "scope": "text.html", + "scope": [ + "meta.jsx.children", + "text.html", + ], "settings": { "foreground": "#565a6e" } diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index dc1c5fe..078e202 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -1338,7 +1338,6 @@ { "name": "Markdown - Plain", "scope": [ - "meta.jsx.children", "meta.embedded.block" ], "settings": { @@ -1347,7 +1346,10 @@ }, { "name": "HTML text", - "scope": "text.html", + "scope": [ + "meta.jsx.children", + "text.html", + ], "settings": { "foreground": "#9aa5ce" }