diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-03-16 09:32:43 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-03-16 09:32:43 +1100 |
| commit | 7260145e11d1eb00f26dac1ff464ca0fd270d2d8 (patch) | |
| tree | f5d2cdface95020a1997c1ec9412cd977b9f1543 /pywal/sequences.py | |
| parent | 9ec4344ec6e429f9f16298f067bc62834eaea92b (diff) | |
theme: Made wal themes more compatible
Diffstat (limited to 'pywal/sequences.py')
| -rw-r--r-- | pywal/sequences.py | 2 |
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")]) |
