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

# This color variation was made using the following commands:

for i in *.png ; do convert "$i" -colorspace gray -fill "#ff0000" -tint 100 "$i" ; done
for i in *focus.png ; do convert "$i" -colorspace gray -fill "#990000" -tint 100 "$i" ; done
for i in *focused.png ; do convert "$i" -colorspace gray -fill "#990000" -tint 100 "$i" ; done
convert bottom_bar.png -colorspace gray -fill "#690000" -tint 100 bottom_bar.png

# table_header_down manually re-colored
# gauge_fill and spinner_fill were manually colored to #ffa6b3
# achievement and friend were manually re-created from the source SVG with the background color changed.