Alayan 374e756d80 Fix selection square theming for new cartoon skins 7 months ago
..
achievement.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
background.jpg fa0bb71c3a Add new variants of the cartoon skin 9 months ago
bottom_bar.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
bubble.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
button.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
button_focused.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
checkbox.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
checkbox_checked.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
checkbox_checked_focus.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
checkbox_focus.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
down_arrow.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
friend.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
gauge_fill.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
generic.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
glass_iconhighlight_focus.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
left_arrow.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
left_arrow_focus.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
licenses.txt fa0bb71c3a Add new variants of the cartoon skin 9 months ago
readme.txt fa0bb71c3a Add new variants of the cartoon skin 9 months ago
right_arrow.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
right_arrow_focus.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
scrollbar_button.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
scrollbar_thumb.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
select.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
spinner.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
spinner_down.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
spinner_fill.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
spinner_focus.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
stkskin.xml 374e756d80 Fix selection square theming for new cartoon skins 7 months ago
tab.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
tab_focus.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
tab_vert.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
tab_vert_focus.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
table_header_down.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago
up_arrow.png fa0bb71c3a Add new variants of the cartoon skin 9 months ago

readme.txt

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