sequences: cya later

This commit is contained in:
Dylan Araps 2017-12-27 19:45:36 +11:00
parent f52953ca6c
commit d0c6798d9e
3 changed files with 0 additions and 8 deletions

View File

@ -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.

View File

@ -1,4 +0,0 @@
echo -en "{color0.sequences}"
[[ -z "$VTE_VERSION" ]] && \
echo -en "\\033]708;{color0}\\007"

View File

@ -10,7 +10,6 @@ import subprocess
class Color:
"""Color formats."""
alpha_num = 100
sequences = ""
def __init__(self, hex_color):
self.hex_color = hex_color