mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
theme: Fix alpha. Closes #271
This commit is contained in:
parent
f26a8bbb5e
commit
1e504e9c1e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user