summaryrefslogtreecommitdiff
path: root/pywal/colors.py
diff options
context:
space:
mode:
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