diff options
Diffstat (limited to 'pywal/util.py')
| -rw-r--r-- | pywal/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pywal/util.py b/pywal/util.py index 37df3a8..cef5a63 100644 --- a/pywal/util.py +++ b/pywal/util.py @@ -10,6 +10,7 @@ import subprocess class Color: """Color formats.""" alpha_num = 100 + sequences = "" def __init__(self, hex_color): self.hex_color = hex_color |
