aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2019-01-11 07:49:43 +0200
committerDylan Araps <[email protected]>2019-01-11 07:49:43 +0200
commit37ed6b458a892aacbc0ca372f5f01184e2cc003d (patch)
treef0f3f7789ae3febfded62c72c2b2b3f63b38e19d
parentAargs: Added --vte to fix artifacts in VTE terminals. (diff)
downloadpywal-37ed6b458a892aacbc0ca372f5f01184e2cc003d.tar.xz
pywal-37ed6b458a892aacbc0ca372f5f01184e2cc003d.zip
misc: make linters happy
-rw-r--r--pywal/sequences.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/sequences.py b/pywal/sequences.py
index 47acb34..b42c3b7 100644
--- a/pywal/sequences.py
+++ b/pywal/sequences.py
@@ -60,7 +60,7 @@ def create_sequences(colors, vte_fix=False):
if not vte_fix:
sequences.extend(
- set_special(708, colors["special"]["background"], "l", alpha)
+ set_special(708, colors["special"]["background"], "l", alpha)
)
if OS == "Darwin":