readme.txt 628 B

12345678910
  1. # This color variation was made using the following commands:
  2. for i in *.png ; do convert "$i" -colorspace gray -fill "#ff0000" -tint 100 "$i" ; done
  3. for i in *focus.png ; do convert "$i" -colorspace gray -fill "#990000" -tint 100 "$i" ; done
  4. for i in *focused.png ; do convert "$i" -colorspace gray -fill "#990000" -tint 100 "$i" ; done
  5. convert bottom_bar.png -colorspace gray -fill "#690000" -tint 100 bottom_bar.png
  6. # table_header_down manually re-colored
  7. # gauge_fill and spinner_fill were manually colored to #ffa6b3
  8. # achievement and friend were manually re-created from the source SVG with the background color changed.