summaryrefslogtreecommitdiff
path: root/pywal/sequences.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-03-16 09:32:43 +1100
committerDylan Araps <dylan.araps@gmail.com>2018-03-16 09:32:43 +1100
commit7260145e11d1eb00f26dac1ff464ca0fd270d2d8 (patch)
treef5d2cdface95020a1997c1ec9412cd977b9f1543 /pywal/sequences.py
parent9ec4344ec6e429f9f16298f067bc62834eaea92b (diff)
theme: Made wal themes more compatible
Diffstat (limited to 'pywal/sequences.py')
-rw-r--r--pywal/sequences.py2
1 files changed, 1 insertions, 1 deletions
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")])