Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author余腾靖 <ytj2713151713@gmail.com>2022-06-08 15:15:32 +0300
committerGitHub <noreply@github.com>2022-06-08 15:15:32 +0300
commitd9f97a4e817399febfc82d03cf3c9051103d6663 (patch)
tree1a2dfa759534b057e1421b7a60936a6ee5da4995 /extensions
parent21e6c2aac04d4a24126e5e670a0ef0459d830727 (diff)
fix jsx text foreground in tomorrow-night theme (#151478)
Diffstat (limited to 'extensions')
-rw-r--r--extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json b/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json
index 70b57d594fe..b37fd6b0083 100644
--- a/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json
+++ b/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json
@@ -65,7 +65,7 @@
}
},
{
- "scope": ["meta.embedded", "source.groovy.embedded"],
+ "scope": ["meta.embedded", "source.groovy.embedded", "meta.jsx.children"],
"settings": {
//"background": "#002451",
"foreground": "#FFFFFF"