aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pywal/theme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/theme.py b/pywal/theme.py
index 5c065a0..37936c5 100644
--- a/pywal/theme.py
+++ b/pywal/theme.py
@@ -72,7 +72,7 @@ def parse(theme_file):
data["wallpaper"] = "None"
if "alpha" not in data:
- data["alpha"] = "100"
+ data["alpha"] = util.Color.alpha_num
# Terminal.sexy format.
if "color" in data: