stk-code_catmod/data/skins/cartoon-desert/readme.txt

10 lines
628 B
Plaintext
Raw Normal View History

# 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.