summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-01-17 09:09:34 +1100
committerDylan Araps <dylan.araps@gmail.com>2018-01-17 09:09:34 +1100
commit2601caead656b41cc69bc2c1d2b1a11c7edf2e2b (patch)
tree93be93ccd957adbc5eab1aca04049450e07407b5 /pywal
parent0a71cb7b2b797a64d7798dd539a37d3a0fb7aed7 (diff)
tests: Update tests.
Diffstat (limited to 'pywal')
-rw-r--r--pywal/colors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/colors.py b/pywal/colors.py
index 1fa4b0e..f140887 100644
--- a/pywal/colors.py
+++ b/pywal/colors.py
@@ -114,6 +114,6 @@ def file(input_file):
data["wallpaper"] = "None"
if "alpha" not in data:
- data["alpha"] = 100
+ data["alpha"] = "100"
return data