mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
fix default themes for markdown
This commit is contained in:
@@ -91,19 +91,22 @@
|
||||
{
|
||||
"scope": "markup.bold",
|
||||
"settings": {
|
||||
"fontStyle": "bold"
|
||||
"fontStyle": "bold",
|
||||
"foreground": "#000080"
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "markup.heading",
|
||||
"settings": {
|
||||
"foreground": "#000080"
|
||||
"foreground": "#800000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "markup.italic",
|
||||
"settings": {
|
||||
"fontStyle": "italic"
|
||||
"fontStyle": "italic",
|
||||
"foreground": "#000080"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -124,6 +127,24 @@
|
||||
"foreground": "#0451a5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": ["markup.punctuation.quote", "markup.punctuation.list"],
|
||||
"settings": {
|
||||
"foreground": "#0451a5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": ["markup.quote", "markup.list"],
|
||||
"settings": {
|
||||
"foreground": "#000000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "markup.inline.raw",
|
||||
"settings": {
|
||||
"foreground": "#800000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "meta.selector",
|
||||
"settings": {
|
||||
|
||||
Reference in New Issue
Block a user