diff options
Diffstat (limited to 'pywal')
| -rw-r--r-- | pywal/colors.py | 2 |
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 |
