fix default themes for markdown

This commit is contained in:
kieferrm
2016-06-09 17:17:58 +02:00
parent 9b4a35f402
commit c8cfe69dca
3 changed files with 53 additions and 6 deletions

View File

@@ -101,19 +101,21 @@
{
"scope": "markup.bold",
"settings": {
"fontStyle": "bold"
"fontStyle": "bold",
"foreground": "#569cd6"
}
},
{
"scope": "markup.heading",
"settings": {
"foreground": "#6796e6"
"foreground": "#569cd6"
}
},
{
"scope": "markup.italic",
"settings": {
"fontStyle": "italic"
"fontStyle": "italic",
"foreground": "#569cd6"
}
},
{
@@ -133,6 +135,24 @@
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": ["markup.punctuation.quote", "markup.punctuation.list"],
"settings": {
"foreground": "#6796e6"
}
},
{
"scope": ["markup.quote", "markup.list"],
"settings": {
"foreground": "#6796e6"
}
},
{
"scope": "markup.inline.raw",
"settings": {
"foreground": "#ce9178"
}
},
{
"scope": "meta.selector",