stk-code_catmod/data/skins/cartoon-desert
2024-07-05 17:58:04 +02:00
..
achievement.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
background.jpg Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
bottom_bar.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
bubble.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
button_focused.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
button.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
checkbox_checked_focus.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
checkbox_checked.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
checkbox_focus.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
checkbox.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
down_arrow.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
friend.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
gauge_fill.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
generic.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
glass_iconhighlight_focus.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
left_arrow_focus.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
left_arrow.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
licenses.txt Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
readme.txt Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
right_arrow_focus.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
right_arrow.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
scrollbar_button.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
scrollbar_thumb.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
select.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
spinner_down.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
spinner_fill.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
spinner_focus.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
spinner.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
stkskin.xml Fix selection square theming for new cartoon skins 2024-07-05 17:58:04 +02:00
tab_focus.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
tab_vert_focus.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
tab_vert.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
tab.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
table_header_down.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00
up_arrow.png Add new variants of the cartoon skin 2024-05-27 11:37:48 +02:00

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