From 3f4622c923f63e66d4a473884d0a0095943daf0d Mon Sep 17 00:00:00 2001 From: fc-anjos Date: Wed, 10 Jun 2020 23:28:44 -0300 Subject: [PATCH] keep alpha in util.Colors --- pywal/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pywal/util.py b/pywal/util.py index 1f8eeb3..1fdae31 100644 --- a/pywal/util.py +++ b/pywal/util.py @@ -14,6 +14,7 @@ import sys class Color: """Color formats.""" + alpha_num = "100" def __init__(self, hex_color): self.hex_color = hex_color