This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: dylanaraps/pywal
Releases · dylanaraps/pywal
0.3.3
0.3.2
- Really fix templates not being installed.
0.3.1
- Fix templates not being installed with
pip
.
0.3.0
- Add
-f
flag to read colorscheme from a file. @opatut- Added support for importing colors in a
.json
format.
- Added support for importing colors in a
- Exported files are now created using template files.
- Added
json
export format. (colors.json
)
- Added
- Fixed bug with wallpaper not being set in some Window Managers.
You can now import your own colorschemes using a json file in the following format:
{
"special": {
"background": "#3A5130",
"foreground": "#FAF9F5",
"cursor": "#FAF9F5"
},
"colors": {
"color0": "#3A5130",
"color1": "#E3A19D",
"color2": "#E1CEAE",
"color3": "#D6DDCC",
"color4": "#F1D2CB",
"color5": "#F5E9D6",
"color6": "#F9F0E5",
"color7": "#FAF9F5",
"color8": "#999999",
"color9": "#E3A19D",
"color10": "#E1CEAE",
"color11": "#D6DDCC",
"color12": "#F1D2CB",
"color13": "#F5E9D6",
"color14": "#F9F0E5",
"color15": "#FAF9F5"
}
}
0.2.6
- Fix bug when shuffling images.
- Use
os.scandir
for a speed boost.
0.2.5
- Added unit tests.
0.2.4
- Remove
find_packages()
.
Note to self: Don't flag releases before coffee.
0.2.3
- Fix missing import error.
0.2.2
0.2.1
- Fix bug with
vte
terminals.