Description and Installation Notes:
https://codeberg.org/39zde/euma
or look at the colors here:
https://39zde.codeberg.page/euma/@main/.codeberg/webpage/index.html
or bash one liner:
```bash
curl --proto '=https' --tlsv1.2 -sSf https://codeberg.org/39zde/euma/raw/branch/main/derived/lib/inkscape/scripts/install.sh | bash
```
(!) Also check the source code before executing a random script in the command line
Why is this a zip file? It contains multiple subfolders, and inside ... is 1 gpl file.
It basically was an attempt to get inkscape.org to recognize the GPG(1) "signature/checksum", which can be uploaded along with the other files. I read on this guide(2) to zip it and then sign it, so I gave it a try. But not matter what I tried, the website would not accept the signature and says it was broken. When checking it in the command line with the same GPG public key deposited In my account the signature was valid, so I guess the website is broken or I made an error. As a result the palette is now compressed. Since it does aid in reducing the transmission size I simply left it in place. Also, anyone wary of the zip file can just look at the linked repository. That's the story behind why there is a zip file with multiple sub-folders and only one gpl file inside.
(1) https://gnupg.org/
(2) https://inkscape.gitlab.io/extensions/documentation/authors/submit.html#i-want-to-submit-my-extension