Theming changes
BIN
res/static/img/background_patterns/checker0.png
Normal file
After Width: | Height: | Size: 92 B |
BIN
res/static/img/background_patterns/checker0_transparent.png
Normal file
After Width: | Height: | Size: 279 B |
BIN
res/static/img/background_patterns/checker1.png
Normal file
After Width: | Height: | Size: 111 B |
BIN
res/static/img/background_patterns/checker10.png
Normal file
After Width: | Height: | Size: 132 B |
BIN
res/static/img/background_patterns/checker10_transparent.png
Normal file
After Width: | Height: | Size: 336 B |
BIN
res/static/img/background_patterns/checker11.png
Normal file
After Width: | Height: | Size: 124 B |
BIN
res/static/img/background_patterns/checker11_transparent.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
res/static/img/background_patterns/checker12.png
Normal file
After Width: | Height: | Size: 128 B |
BIN
res/static/img/background_patterns/checker12_transparent.png
Normal file
After Width: | Height: | Size: 289 B |
BIN
res/static/img/background_patterns/checker13.png
Normal file
After Width: | Height: | Size: 151 B |
BIN
res/static/img/background_patterns/checker13_transparent.png
Normal file
After Width: | Height: | Size: 313 B |
BIN
res/static/img/background_patterns/checker14.png
Normal file
After Width: | Height: | Size: 161 B |
BIN
res/static/img/background_patterns/checker14_transparent.png
Normal file
After Width: | Height: | Size: 366 B |
BIN
res/static/img/background_patterns/checker15.png
Normal file
After Width: | Height: | Size: 248 B |
BIN
res/static/img/background_patterns/checker15_transparent.png
Normal file
After Width: | Height: | Size: 455 B |
BIN
res/static/img/background_patterns/checker16.png
Normal file
After Width: | Height: | Size: 167 B |
BIN
res/static/img/background_patterns/checker16_transparent.png
Normal file
After Width: | Height: | Size: 371 B |
BIN
res/static/img/background_patterns/checker17.png
Normal file
After Width: | Height: | Size: 108 B |
BIN
res/static/img/background_patterns/checker17_transparent.png
Normal file
After Width: | Height: | Size: 264 B |
BIN
res/static/img/background_patterns/checker1_transparent.png
Normal file
After Width: | Height: | Size: 267 B |
BIN
res/static/img/background_patterns/checker2.png
Normal file
After Width: | Height: | Size: 114 B |
BIN
res/static/img/background_patterns/checker2_transparent.png
Normal file
After Width: | Height: | Size: 271 B |
BIN
res/static/img/background_patterns/checker3.png
Normal file
After Width: | Height: | Size: 133 B |
BIN
res/static/img/background_patterns/checker3_transparent.png
Normal file
After Width: | Height: | Size: 338 B |
BIN
res/static/img/background_patterns/checker4.png
Normal file
After Width: | Height: | Size: 116 B |
BIN
res/static/img/background_patterns/checker4_transparent.png
Normal file
After Width: | Height: | Size: 320 B |
BIN
res/static/img/background_patterns/checker5.png
Normal file
After Width: | Height: | Size: 127 B |
BIN
res/static/img/background_patterns/checker5_transparent.png
Normal file
After Width: | Height: | Size: 331 B |
BIN
res/static/img/background_patterns/checker6.png
Normal file
After Width: | Height: | Size: 122 B |
BIN
res/static/img/background_patterns/checker6_transparent.png
Normal file
After Width: | Height: | Size: 326 B |
BIN
res/static/img/background_patterns/checker7.png
Normal file
After Width: | Height: | Size: 120 B |
BIN
res/static/img/background_patterns/checker7_transparent.png
Normal file
After Width: | Height: | Size: 324 B |
BIN
res/static/img/background_patterns/checker8.png
Normal file
After Width: | Height: | Size: 118 B |
BIN
res/static/img/background_patterns/checker8_transparent.png
Normal file
After Width: | Height: | Size: 322 B |
BIN
res/static/img/background_patterns/checker9.png
Normal file
After Width: | Height: | Size: 138 B |
BIN
res/static/img/background_patterns/checker9_transparent.png
Normal file
After Width: | Height: | Size: 343 B |
BIN
res/static/img/background_patterns/checker_christmas.png
Normal file
After Width: | Height: | Size: 203 B |
After Width: | Height: | Size: 407 B |
BIN
res/static/img/background_patterns/checker_developers.png
Normal file
After Width: | Height: | Size: 442 B |
After Width: | Height: | Size: 646 B |
BIN
res/static/img/background_patterns/checker_dwarf.png
Normal file
After Width: | Height: | Size: 173 B |
BIN
res/static/img/background_patterns/checker_dwarf_transparent.png
Normal file
After Width: | Height: | Size: 379 B |
BIN
res/static/img/background_patterns/checker_halloween.png
Normal file
After Width: | Height: | Size: 195 B |
After Width: | Height: | Size: 399 B |
BIN
res/static/img/background_patterns/checker_ukraine.png
Normal file
After Width: | Height: | Size: 187 B |
After Width: | Height: | Size: 396 B |
BIN
res/static/img/background_patterns/checker_wednesday.png
Normal file
After Width: | Height: | Size: 633 B |
After Width: | Height: | Size: 959 B |
15
res/static/img/background_patterns/create_transparent.sh
Executable 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
|