Merge pull request #107926 from alisonnoyes/master

Quiet Light theme diff syntax highlighting
This commit is contained in:
Martin Aeschlimann 2020-11-27 17:25:52 +01:00 committed by GitHub
commit e24ea5ef61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -428,6 +428,27 @@
"foreground": "#434343"
}
},
{
"name": "diff: deleted",
"scope": "markup.deleted.diff",
"settings": {
"foreground": "#C73D20"
}
},
{
"name": "diff: changed",
"scope": "markup.changed.diff",
"settings": {
"foreground": "#9C5D27"
}
},
{
"name": "diff: inserted",
"scope": "markup.inserted.diff",
"settings": {
"foreground": "#448C27"
}
},
{
"name": "JSX: Tags",
"scope": [