From: notaz Date: Sat, 25 Dec 2010 17:05:20 +0000 (+0200) Subject: add default skin X-Git-Tag: r1~3 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=a7ce1fc5856aa569f831dc3f41d4d812374e95b5 add default skin --- diff --git a/skin/background.png b/skin/background.png new file mode 100644 index 00000000..dd8961d8 Binary files /dev/null and b/skin/background.png differ diff --git a/skin/font.png b/skin/font.png new file mode 100644 index 00000000..707a5b43 Binary files /dev/null and b/skin/font.png differ diff --git a/skin/readme.txt b/skin/readme.txt new file mode 100644 index 00000000..dd839639 --- /dev/null +++ b/skin/readme.txt @@ -0,0 +1,8 @@ +The skin images can be customized, but there are several limitations: + +background.png - must be 320x240 image with 24bit RGB colors. +font.png - must be 128x160 8bit grayscale image. +selector.png - must be 8x10 8bit grayscale image. + +Font and selector colors can be changed by editing skin.txt. + diff --git a/skin/selector.png b/skin/selector.png new file mode 100644 index 00000000..a4391696 Binary files /dev/null and b/skin/selector.png differ diff --git a/skin/skin.txt b/skin/skin.txt new file mode 100644 index 00000000..1d6979f8 --- /dev/null +++ b/skin/skin.txt @@ -0,0 +1,4 @@ +// html-style hex color codes, ex. ff0000 is red, 0000ff is blue, etc. +text_color=ffffc0 +selection_color=808010 +