simple website that replaces all colors in list with other colors in zip file
it was designed for one of the themes in figura discord server
- select zip file
- write what colors should be replaced with color in text area like this:
<hexColorOfThingToReplace\> <hexColorOfThingToReplaceWith>
e.g.
b4befe f5c2e7
will replace color b4befe with f5c2e7 in all images
you can use multiple lines to replace more colors (default limit is 256)
uses jszip