mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-31 00:10:04 +08:00
fix jsx text foreground in tomorrow-night theme (#151478)
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": ["meta.embedded", "source.groovy.embedded"],
|
||||
"scope": ["meta.embedded", "source.groovy.embedded", "meta.jsx.children"],
|
||||
"settings": {
|
||||
//"background": "#002451",
|
||||
"foreground": "#FFFFFF"
|
||||
|
||||
Reference in New Issue
Block a user