diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-05-15 16:22:56 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-05-15 16:22:56 +1000 |
| commit | 1a36d315463aac3cf8fb67b8533c3c9a78fb29d4 (patch) | |
| tree | e928703d1c5f647595b63ab09efe3b0016cf23a1 /pywal/sequences.py | |
| parent | c24d2f9d680e07c5205aaba0e286c0a710380752 (diff) | |
vim: Fix airline color
Diffstat (limited to 'pywal/sequences.py')
| -rw-r--r-- | pywal/sequences.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pywal/sequences.py b/pywal/sequences.py index 3d6e6ca..28aab89 100644 --- a/pywal/sequences.py +++ b/pywal/sequences.py @@ -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 |
