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

@@ -60,6 +60,17 @@
"settings": {
"foreground": "#CE9178"
}
}, {
"scope": "markup.quote",
"settings": {
"foreground": "#608b4e"
}
},
{
"scope": "markup.list",
"settings": {
"foreground": "#6796e6"
}
}
]
}