Vector images to change skin colors

Dominik Springer dcs-lists-kolab.org-users at s-up.org
Wed Oct 7 20:42:09 CEST 2015


Hi All,

We've changed colors of the Kolab skin following the blog post below:
https://kolab.org/blog/daniel-hoffend/2015/03/05/customize-chameleon-skin

The result is OK, but starting from the original vector images
could be properly better. Does someone know where to find them?
(Already checked around the source code, but no luck...)

BTW, if you plan the same: Changing color using ImageMagick
works well for the monochrome images:

for f in *.png
do
convert \( $f -alpha extract \) -background '#00b000' -alpha shape $f
done


BR, Dominik


More information about the users mailing list