diff options
| author | Amit Prasad <[email protected]> | 2019-12-18 00:34:48 -0500 |
|---|---|---|
| committer | Amit Prasad <[email protected]> | 2019-12-18 00:34:48 -0500 |
| commit | 0a4f2e6dae65c0cd0000465e36309b05fafca11e (patch) | |
| tree | 1c2220eddb6e339880d9a3ac3206694aa219f4ee | |
| parent | Added ability to modify colors using methods ( .lighten(%), .darken(%), .satu... (diff) | |
| download | pywal-0a4f2e6dae65c0cd0000465e36309b05fafca11e.tar.xz pywal-0a4f2e6dae65c0cd0000465e36309b05fafca11e.zip | |
Update Readme
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -11,7 +11,12 @@ <img src="https://i.imgur.com/HhK3LDv.jpg" alt="img" align="right" width="400px"> -Pywal is a tool that generates a color palette from the dominant colors in an image. It then applies the colors system-wide and on-the-fly in all of your favourite programs. +Pywal is a tool that generates a color palette from the dominant colors in an image. It then applies the colors system-wide and on-the-fly in all of your favourite programs. + +This fork of Pywal aims to create a more versatile system, by being able to modify colors in templates. Currently supported functions include: +* `lighten` +* `darken` +* `saturate` There are currently 5 supported color generation backends, each providing a different palette of colors from each image. You're bound to find an appealing color-scheme. |