Frewacom / pywalfox

Dynamic theming of Firefox (and Thunderbird) using your Pywal colors
https://addons.mozilla.org/en-US/firefox/addon/pywalfox/
Mozilla Public License 2.0
582 stars 12 forks source link

How to genterate colors.json #79

Closed Darth-Ness closed 2 years ago

Darth-Ness commented 2 years ago

I can't set it up

Frewacom commented 2 years ago

colors.json is created by pywal whenever you generate a colorscheme.

In general, usage of pywal and pywalfox will be something like this:

wal -i <path-to-img> # generate colorscheme 
pywalfox update # update Firefox theme
Darth-Ness commented 2 years ago

Thanks! That fixed it!