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