theme: Fix alpha. Closes #271

This commit is contained in:
Dylan Araps 2018-07-06 09:12:36 +10:00
parent f26a8bbb5e
commit 1e504e9c1e

View File

@ -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: