aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pywal/sequences.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pywal/sequences.py b/pywal/sequences.py
index b5028bc..e7047b8 100644
--- a/pywal/sequences.py
+++ b/pywal/sequences.py
@@ -55,7 +55,8 @@ def create_sequences(colors, vte_fix=False):
set_special(17, colors["special"]["foreground"], "k"),
set_special(19, colors["special"]["background"], "m"),
set_color(232, colors["special"]["background"]),
- set_color(256, colors["special"]["foreground"])
+ set_color(256, colors["special"]["foreground"]),
+ set_color(257, colors["special"]["background"]),
])
if not vte_fix: