From 7260145e11d1eb00f26dac1ff464ca0fd270d2d8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Mar 2018 09:32:43 +1100 Subject: theme: Made wal themes more compatible --- pywal/sequences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pywal/sequences.py') diff --git a/pywal/sequences.py b/pywal/sequences.py index 1b2fce5..ecb79e3 100644 --- a/pywal/sequences.py +++ b/pywal/sequences.py @@ -50,7 +50,7 @@ def create_sequences(colors): # 13 = mouse foreground sequences.extend([set_special(10, colors["special"]["foreground"], "g"), set_special(11, colors["special"]["background"], "h"), - set_special(12, colors["colors"]["color1"], "l"), + set_special(12, colors["colors"]["color9"], "l"), set_special(13, colors["special"]["foreground"], "l"), set_special(17, colors["special"]["foreground"], "l"), set_special(19, colors["special"]["background"], "l")]) -- cgit v1.2.3