eylles / pywal16

16 colors fork of pywal
MIT License
157 stars 24 forks source link

add cols16 method when generating 16 cols #56

Closed eylles closed 2 months ago

eylles commented 2 months ago

this is so that when you generate a 16 cols scheme you get <image name>_16_lighten_... or <image name>_16_darken_... and you don't have the issue of generating with one method, then generating with the other and pywal choosing the cached colorscheme made with the wrong method.

eylles commented 2 months ago

also this is one of the reasons for the version bump to 3.6.0

eylles commented 2 months ago

okay, this does actually work as intended.