mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-19 10:31:27 +02:00
theme: Fix alpha. Closes #271
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user