This commit is contained in:
kieferrm
2016-06-27 11:27:56 -07:00
parent 616201eff8
commit 90664267ea
2 changed files with 20 additions and 3 deletions

View File

@@ -136,8 +136,14 @@
"foreground": "#569cd6"
}
},
{
"scope": ["markup.punctuation.quote", "markup.punctuation.list"],
{
"scope": "markup.punctuation.quote",
"settings": {
"foreground": "#608b4e"
}
},
{
"scope": "markup.punctuation.list",
"settings": {
"foreground": "#6796e6"
}
@@ -145,7 +151,7 @@
{
"scope": ["markup.quote", "markup.list"],
"settings": {
"foreground": "#6796e6"
"foreground": "#d4d4d4"
}
},
{