summaryrefslogtreecommitdiff
path: root/pywal/util.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-01-17 09:06:22 +1100
committerDylan Araps <dylan.araps@gmail.com>2018-01-17 09:06:22 +1100
commit0a71cb7b2b797a64d7798dd539a37d3a0fb7aed7 (patch)
tree049fca1d4ab5b77692679ab0d07c5ca37233a448 /pywal/util.py
parent39ca55d03b7be499f15ed5edb876272ecc2ec756 (diff)
alpha: Store alpha value in scheme file. Fixes #120
Diffstat (limited to 'pywal/util.py')
-rw-r--r--pywal/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/util.py b/pywal/util.py
index ad1d9cf..70dca2f 100644
--- a/pywal/util.py
+++ b/pywal/util.py
@@ -9,7 +9,7 @@ import subprocess
class Color:
"""Color formats."""
- alpha_num = 100
+ alpha_num = "100"
def __init__(self, hex_color):
self.hex_color = hex_color