Improve quiet light diff syntax highlighting. For #107926

This commit is contained in:
Martin Aeschlimann 2020-11-27 17:33:32 +01:00
parent 07224f0681
commit 444f79cc3a

View file

@ -416,16 +416,16 @@
},
{
"name": "Extra: Diff From",
"scope": "meta.diff.header.from-file",
"scope": ["meta.diff.header.from-file", "punctuation.definition.from-file.diff"],
"settings": {
"foreground": "#434343"
"foreground": "#4B69C6"
}
},
{
"name": "Extra: Diff To",
"scope": "meta.diff.header.to-file",
"scope": ["meta.diff.header.to-file", "punctuation.definition.to-file.diff"],
"settings": {
"foreground": "#434343"
"foreground": "#4B69C6"
}
},
{
@ -434,7 +434,7 @@
"settings": {
"foreground": "#C73D20"
}
},
},
{
"name": "diff: changed",
"scope": "markup.changed.diff",