Missing colors in some git-rebase-todo tokens (fixes #4140)

This commit is contained in:
Benjamin Pasero
2016-03-15 14:49:50 +01:00
parent 6adc569560
commit 461e286f60
3 changed files with 36 additions and 0 deletions

View File

@@ -241,6 +241,18 @@
"settings": {
"foreground": "#569cd6"
}
},
{
"scope": "support.function.git-rebase",
"settings": {
"foreground": "#9cdcfe"
}
},
{
"scope": "constant.sha.git-rebase",
"settings": {
"foreground": "#b5cea8"
}
}
]
}