summaryrefslogtreecommitdiff
path: root/pywal/reload.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-23 18:37:05 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-23 18:37:05 +1000
commit416904b29bf111e3a6270b36de238ef2dbf7bfb4 (patch)
treebdcc4d8cb36c17f7adddaec02917da10b81b433c /pywal/reload.py
parent38744ecf3e410d73bd69807e8912e4af33643843 (diff)
general: Add -a to support terminal transparency.
Diffstat (limited to 'pywal/reload.py')
-rw-r--r--pywal/reload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/reload.py b/pywal/reload.py
index 12769bf..1f5c31c 100644
--- a/pywal/reload.py
+++ b/pywal/reload.py
@@ -48,7 +48,7 @@ def colors(vte, cache_dir=__cache_dir__):
# If vte mode was used, remove the unsupported sequence.
if vte:
- sequences = re.sub(r"\]708;\#.{6}", "", sequences)
+ sequences = re.sub(r"\]708;(\[..\])?\#.{6}", "", sequences)
print(sequences, end="")