From 79a4069af56b26366b9ada4abf5d80e45ca78cba Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 17 Oct 2018 15:34:07 +1100 Subject: [PATCH] general: st cursor col --- pywal/sequences.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pywal/sequences.py b/pywal/sequences.py index 0ecb840..56c1b59 100644 --- a/pywal/sequences.py +++ b/pywal/sequences.py @@ -54,7 +54,8 @@ def create_sequences(colors): set_special(13, colors["special"]["foreground"], "l"), set_special(17, colors["special"]["foreground"], "l"), set_special(19, colors["special"]["background"], "l"), - set_color(232, colors["special"]["background"]) + set_color(232, colors["special"]["background"]), + set_color(256, colors["special"]["foreground"]) ]) if OS == "Darwin":