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: