mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
fix default themes for markdown
This commit is contained in:
@@ -48,6 +48,12 @@
|
||||
"settings": {
|
||||
"foreground": "#001080"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": ["markup.quote", "markup.list"],
|
||||
"settings": {
|
||||
"foreground": "#0451a5"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user