diff options
| author | Amit Prasad <17amitprasad@gmail.com> | 2019-12-17 20:29:04 -0500 |
|---|---|---|
| committer | Amit Prasad <17amitprasad@gmail.com> | 2019-12-17 20:29:04 -0500 |
| commit | 02acd28f0641667ff658a4e5a19061ef8657e697 (patch) | |
| tree | 78474e734954809d73d5f4e4d435295b2c1806b5 /pywal/colors.py | |
| parent | b9fd064d3069024b7d9084d3303e28fede3ad4b0 (diff) | |
Added ability to modify colors using methods ( .lighten(%), .darken(%), .saturate(%) for now)
Diffstat (limited to 'pywal/colors.py')
| -rw-r--r-- | pywal/colors.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pywal/colors.py b/pywal/colors.py index 99d346d..6dc5105 100644 --- a/pywal/colors.py +++ b/pywal/colors.py @@ -48,6 +48,9 @@ def colors_to_dict(colors, img): "color13": colors[13], "color14": colors[14], "color15": colors[15] + }, + "modified": { + } } |
