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

@@ -243,6 +243,18 @@
"settings": {
"foreground": "#800000"
}
},
{
"scope": "support.function.git-rebase",
"settings": {
"foreground": "#0451a5"
}
},
{
"scope": "constant.sha.git-rebase",
"settings": {
"foreground": "#09885a"
}
}
]
}