mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Reset VS Dark + Light styling for meta embedded (#33866)
Fixes #33120 Adds rules to vs dark+light to reset style for meta embedded scopes. This is a proposed approach to support colorization of nested languages better
This commit is contained in:
@@ -9,6 +9,13 @@
|
||||
"background": "#1E1E1E"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "meta.embedded",
|
||||
"settings": {
|
||||
"foreground": "#D4D4D4",
|
||||
"background": "#1E1E1E"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "emphasis",
|
||||
"settings": {
|
||||
|
||||
Reference in New Issue
Block a user