summaryrefslogtreecommitdiff
path: root/pywal/colors.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-03-15 17:37:17 +1100
committerDylan Araps <dylan.araps@gmail.com>2018-03-15 17:37:17 +1100
commit3569d10312ecc7d46de5e4f8e90d217f7d3dfdb3 (patch)
treefcac33697feb86a0039f76948646c91d21f0e317 /pywal/colors.py
parent14adc09073aa9fc157e0e8633ffaf4e92b54038f (diff)
themes: Added 3024
Diffstat (limited to 'pywal/colors.py')
-rw-r--r--pywal/colors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/colors.py b/pywal/colors.py
index e7e75bd..1619e40 100644
--- a/pywal/colors.py
+++ b/pywal/colors.py
@@ -160,7 +160,7 @@ def file(input_file):
data["alpha"] = "100"
# Terminal.sexy format.
- if isinstance(data["color"], list):
+ if "color" in data:
data = terminal_sexy_to_wal(data)
return data