mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Fixes #4251: [themes] HTML is too red in Light (VS Theme)
This commit is contained in:
@@ -185,17 +185,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "string.tag",
|
||||
"scope": ["string.xml", "string.jade", "string.yaml", "string.html"],
|
||||
"settings": {
|
||||
"foreground": "#0000ff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "string.value",
|
||||
"settings": {
|
||||
"foreground": "#a31515"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "string.regexp",
|
||||
"settings": {
|
||||
|
||||
Reference in New Issue
Block a user