mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-25 15:29:21 +01:00
sequences: cya later
This commit is contained in:
parent
f52953ca6c
commit
d0c6798d9e
@ -57,9 +57,6 @@ def create_sequences(colors):
|
|||||||
if OS == "Darwin":
|
if OS == "Darwin":
|
||||||
sequences += set_iterm_tab_color(colors["special"]["background"])
|
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
|
# 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
|
# unknown sequences is garbage so we need to use some escape sequence
|
||||||
# M A G I C to hide the output.
|
# M A G I C to hide the output.
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
echo -en "{color0.sequences}"
|
|
||||||
|
|
||||||
[[ -z "$VTE_VERSION" ]] && \
|
|
||||||
echo -en "\\033]708;{color0}\\007"
|
|
@ -10,7 +10,6 @@ import subprocess
|
|||||||
class Color:
|
class Color:
|
||||||
"""Color formats."""
|
"""Color formats."""
|
||||||
alpha_num = 100
|
alpha_num = 100
|
||||||
sequences = ""
|
|
||||||
|
|
||||||
def __init__(self, hex_color):
|
def __init__(self, hex_color):
|
||||||
self.hex_color = hex_color
|
self.hex_color = hex_color
|
||||||
|
Loading…
Reference in New Issue
Block a user