.. | ||
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_rainbow_focus.png | ||
spinner.png | ||
stkskin.xml | ||
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 "#00cfff" -tint 100 "$i" ; done for i in *focus.png ; do convert "$i" -colorspace gray -fill "#00dfff" -tint 100 "$i" ; done for i in *focused.png ; do convert "$i" -colorspace gray -fill "#00dfff" -tint 100 "$i" ; done convert bottom_bar.png -colorspace gray -fill "#006999" -tint 100 bottom_bar.png # table_header_down manually re-colored # gauge_fill and spinner_fill were manually colored to #00ffff # achievement and friend were manually re-created from the source SVG with the background color changed.