Add 18th background pattern

This commit is contained in:
2023-09-26 22:47:12 +02:00
parent 4ad9bf32b4
commit 8c94c04b22
29 changed files with 3 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ 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
for i in {0..18}; do transparent "checker${i}" 5%; done
transparent "checker_wednesday" 8%
transparent "checker_dwarf" 8%
transparent "checker_developers" 8%