diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-12-27 19:45:36 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-12-27 19:45:36 +1100 |
| commit | d0c6798d9e696d2f48fe4e05617f2cdde3b6d88b (patch) | |
| tree | b8aa4a53c2e50672173eabf8363ab3fa81a96374 /pywal/sequences.py | |
| parent | f52953ca6c191deffdb6f91824017dd9c7db5366 (diff) | |
sequences: cya later
Diffstat (limited to 'pywal/sequences.py')
| -rw-r--r-- | pywal/sequences.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pywal/sequences.py b/pywal/sequences.py index 61c981b..a5a0f44 100644 --- a/pywal/sequences.py +++ b/pywal/sequences.py @@ -57,9 +57,6 @@ def create_sequences(colors): if OS == "Darwin": sequences += set_iterm_tab_color(colors["special"]["background"]) - # Send sequences to object. - util.Color.sequences = "".join(sequences) - # This escape sequence doesn't work in VTE terminals and their parsing of # unknown sequences is garbage so we need to use some escape sequence # M A G I C to hide the output. |
