[theme] Dark+ and Light+ should support git commit message scopes (fixes #3991)

This commit is contained in:
Benjamin Pasero
2016-03-15 15:11:17 +01:00
parent 57d4300684
commit 4bb904c66a
3 changed files with 54 additions and 0 deletions

View File

@@ -116,6 +116,24 @@
"fontStyle": "italic"
}
},
{
"scope": "markup.inserted",
"settings": {
"foreground": "#b5cea8"
}
},
{
"scope": "markup.deleted",
"settings": {
"foreground": "#ce9178"
}
},
{
"scope": "markup.changed",
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "meta.selector",
"settings": {