diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-10-17 15:34:07 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-10-17 15:34:07 +1100 |
| commit | 79a4069af56b26366b9ada4abf5d80e45ca78cba (patch) | |
| tree | 3bb26c975191a9abf5e8d2f95d5853255f0eb8df | |
| parent | ba3218be2f72b6ce14924ac53825744ae6c8aa22 (diff) | |
general: st cursor col
| -rw-r--r-- | pywal/sequences.py | 3 |
1 files changed, 2 insertions, 1 deletions
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": |
