Theming changes

This commit is contained in:
2022-06-07 14:43:01 +02:00
parent aed4c3b301
commit 6bed9e9374
96 changed files with 649 additions and 495 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/bash
transparent () {
convert $1.png -alpha set -channel a -evaluate set $2 $1_transparent.png
}
for i in {0..17}; do transparent "checker${i}" 5%; done
transparent "checker_wednesday" 8%
transparent "checker_dwarf" 5%
transparent "checker_developers" 5%
transparent "checker_halloween" 5%
transparent "checker_christmas" 5%
transparent "checker_ukraine" 8%
optipng *.png