Fixes #4251: [themes] HTML is too red in Light (VS Theme)

This commit is contained in:
Martin Aeschlimann
2016-03-15 16:04:21 +01:00
parent 021474ef00
commit 1871081e3f

View File

@@ -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": {