vim: Fix airline color

This commit is contained in:
Dylan Araps 2018-05-15 16:22:56 +10:00
parent c24d2f9d68
commit 1a36d31546

View File

@ -54,7 +54,8 @@ def create_sequences(colors):
set_special(12, colors["special"]["cursor"], "l"),
set_special(13, colors["special"]["foreground"], "l"),
set_special(17, colors["special"]["foreground"], "l"),
set_special(19, colors["special"]["background"], "l")])
set_special(19, colors["special"]["background"], "l"),
set_color(232, colors["special"]["background"])])
# This escape sequence doesn't work in VTE terminals and their parsing of
# unknown sequences is garbage so we need to use some escape sequence