🎨 Generate and change color-schemes on the fly.
Go to file
dylan 236aa48e74
Merge pull request #628 from atagen/master
add fast_colorthief backend
2021-09-09 06:15:02 +03:00
pywal add fast_colorthief backend 2021-09-09 10:59:50 +10:00
tests travis: 3.7 support 2018-07-06 08:36:29 +10:00
.gitignore docs: README 2018-04-16 10:03:04 +10:00
.pylintrc general: fix lint 2018-10-17 15:20:01 +11:00
.travis.yml docs: update 2018-07-06 08:42:37 +10:00
CHANGELOG.md docs: update 2018-06-21 11:04:27 +10:00
LICENSE.md docs: license 2017-07-05 14:16:47 +10:00
MANIFEST.in docs: update 2018-05-04 18:07:11 +10:00
README.md Beautify 2019-12-20 09:44:19 -05:00
setup.py misc: fix lint 2019-09-27 20:44:51 +03:00

README.md

Generate and change color-schemes on the fly.

img

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.

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.

Pywal also supports predefined themes and has over 250 themes built-in. You can also create your own theme files to share with others.

The goal of Pywal was to be as out of the way as possible. It doesn't modify any of your existing configuration files. Instead it works around them and provides tools to integrate your system as you see fit.

Terminal emulators and TTYs have their color-schemes updated in real-time with no delay. With minimal configuration this functionality can be extended to almost anything running on your system.

More: [Installation] [Getting Started] [Customization] [Wiki] [Screenshots]