summaryrefslogtreecommitdiff
path: root/pywal/sequences.py
diff options
context:
space:
mode:
Diffstat (limited to 'pywal/sequences.py')
-rw-r--r--pywal/sequences.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/sequences.py b/pywal/sequences.py
index dcc2378..c492d32 100644
--- a/pywal/sequences.py
+++ b/pywal/sequences.py
@@ -15,7 +15,7 @@ def set_special(index, color, iterm_name="h"):
if OS == "Darwin":
return "\033]P%s%s\033\\" % (iterm_name, color.strip("#"))
- if index in [11, 708] and alpha != 100:
+ if index in [11, 708] and alpha != "100":
return "\033]%s;[%s]%s\033\\" % (index, alpha, color)
return "\033]%s;%s\033\\" % (index, color)