summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pywal/sequences.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/sequences.py b/pywal/sequences.py
index 313b093..b2b1f90 100644
--- a/pywal/sequences.py
+++ b/pywal/sequences.py
@@ -45,7 +45,7 @@ def create_sequences(colors, vte):
# Set a blank color that isn't affected by bold highlighting.
# Used in wal.vim's airline theme.
- sequences.append(set_color(66, colors["special"]["background"], "h"))
+ sequences.append(set_color(66, colors["special"]["background"]))
# This escape sequence doesn"t work in VTE terminals.
if not vte: