add default skin
authornotaz <notasas@gmail.com>
Sat, 25 Dec 2010 17:05:20 +0000 (19:05 +0200)
committernotaz <notasas@gmail.com>
Sat, 25 Dec 2010 17:06:44 +0000 (19:06 +0200)
skin/background.png [new file with mode: 0644]
skin/font.png [new file with mode: 0644]
skin/readme.txt [new file with mode: 0644]
skin/selector.png [new file with mode: 0644]
skin/skin.txt [new file with mode: 0644]

diff --git a/skin/background.png b/skin/background.png
new file mode 100644 (file)
index 0000000..dd8961d
Binary files /dev/null and b/skin/background.png differ
diff --git a/skin/font.png b/skin/font.png
new file mode 100644 (file)
index 0000000..707a5b4
Binary files /dev/null and b/skin/font.png differ
diff --git a/skin/readme.txt b/skin/readme.txt
new file mode 100644 (file)
index 0000000..dd83963
--- /dev/null
@@ -0,0 +1,8 @@
+The skin images can be customized, but there are several limitations:\r
+\r
+background.png - must be 320x240 image with 24bit RGB colors.\r
+font.png       - must be 128x160 8bit grayscale image.\r
+selector.png   - must be 8x10 8bit grayscale image.\r
+\r
+Font and selector colors can be changed by editing skin.txt.\r
+\r
diff --git a/skin/selector.png b/skin/selector.png
new file mode 100644 (file)
index 0000000..a439169
Binary files /dev/null and b/skin/selector.png differ
diff --git a/skin/skin.txt b/skin/skin.txt
new file mode 100644 (file)
index 0000000..1d6979f
--- /dev/null
@@ -0,0 +1,4 @@
+// html-style hex color codes, ex. ff0000 is red, 0000ff is blue, etc.\r
+text_color=ffffc0\r
+selection_color=808010\r
+\r