mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
fixed #8015
This commit is contained in:
@@ -60,6 +60,17 @@
|
||||
"settings": {
|
||||
"foreground": "#CE9178"
|
||||
}
|
||||
}, {
|
||||
"scope": "markup.quote",
|
||||
"settings": {
|
||||
"foreground": "#608b4e"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "markup.list",
|
||||
"settings": {
|
||||
"foreground": "#6796e6"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user