stk-code_catmod/data/skins/cartoon-desert/readme.txt
Alayan fa0bb71c3a
Add new variants of the cartoon skin
The variants use the same accent colors as variants of the standard skin : blue (ocean), green (forest), black (coal), pink (ruby), yellow (desert). Made by CrystalDaEevee with help from QwertyChouskie (base theme advice, original cartoon theme) and myself (forest screenshot, advice regarding screenshots, initiative to get it merged)
2024-05-27 11:37:48 +02:00

10 lines
628 B
Plaintext

# This color variation was made using the following commands:
for i in *.png ; do convert "$i" -colorspace gray -fill "#00ff00" -tint 100 "$i" ; done
for i in *focus.png ; do convert "$i" -colorspace gray -fill "#00dd00" -tint 100 "$i" ; done
for i in *focused.png ; do convert "$i" -colorspace gray -fill "#00dd00" -tint 100 "$i" ; done
convert bottom_bar.png -colorspace gray -fill "#006900" -tint 100 bottom_bar.png
# table_header_down manually re-colored
# gauge_fill and spinner_fill were manually colored to #77ff77
# achievement and friend were manually re-created from the source SVG with the background color changed.