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