From 11758b4548c3b696769f307d132348eaf17d5efe Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 24 Jan 2020 08:25:44 +0200 Subject: [PATCH] sequences: Add support for st. Closes #478 --- pywal/sequences.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: