mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 01:14:11 +01:00
keep alpha in util.Colors
This commit is contained in:
parent
3d3b6a4d45
commit
3f4622c923
@ -14,6 +14,7 @@ import sys
|
||||
|
||||
class Color:
|
||||
"""Color formats."""
|
||||
alpha_num = "100"
|
||||
|
||||
def __init__(self, hex_color):
|
||||
self.hex_color = hex_color
|
||||
|
Loading…
Reference in New Issue
Block a user