aboutsummaryrefslogtreecommitdiff
path: root/skin
diff options
context:
space:
mode:
authornotaz2010-12-25 19:05:20 +0200
committernotaz2010-12-25 19:06:44 +0200
commita7ce1fc5856aa569f831dc3f41d4d812374e95b5 (patch)
tree9208aef1c4ef5aaf90bdc0a49d301cae96bb03f0 /skin
parentbd6267e616cc4966fadf971019fe15db2469e97d (diff)
downloadpcsx_rearmed-a7ce1fc5856aa569f831dc3f41d4d812374e95b5.tar.gz
pcsx_rearmed-a7ce1fc5856aa569f831dc3f41d4d812374e95b5.tar.bz2
pcsx_rearmed-a7ce1fc5856aa569f831dc3f41d4d812374e95b5.zip
add default skin
Diffstat (limited to 'skin')
-rw-r--r--skin/background.pngbin0 -> 196156 bytes
-rw-r--r--skin/font.pngbin0 -> 11264 bytes
-rw-r--r--skin/readme.txt8
-rw-r--r--skin/selector.pngbin0 -> 386 bytes
-rw-r--r--skin/skin.txt4
5 files changed, 12 insertions, 0 deletions
diff --git a/skin/background.png b/skin/background.png
new file mode 100644
index 0000000..dd8961d
--- /dev/null
+++ b/skin/background.png
Binary files differ
diff --git a/skin/font.png b/skin/font.png
new file mode 100644
index 0000000..707a5b4
--- /dev/null
+++ b/skin/font.png
Binary files differ
diff --git a/skin/readme.txt b/skin/readme.txt
new file mode 100644
index 0000000..dd83963
--- /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 0000000..a439169
--- /dev/null
+++ b/skin/selector.png
Binary files differ
diff --git a/skin/skin.txt b/skin/skin.txt
new file mode 100644
index 0000000..1d6979f
--- /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
+