aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2018-05-15 16:22:56 +1000
committerDylan Araps <[email protected]>2018-05-15 16:22:56 +1000
commit1a36d315463aac3cf8fb67b8533c3c9a78fb29d4 (patch)
treee928703d1c5f647595b63ab09efe3b0016cf23a1
parentdocs: update (diff)
downloadpywal-1a36d315463aac3cf8fb67b8533c3c9a78fb29d4.tar.xz
pywal-1a36d315463aac3cf8fb67b8533c3c9a78fb29d4.zip
vim: Fix airline color
-rw-r--r--pywal/sequences.py3
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