mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Fixed issue 104346
This commit is contained in:
@@ -421,6 +421,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": [
|
||||
|
||||
Reference in New Issue
Block a user