From 9e0630ab54cbf6b6e3ec525f1088aa54e163c938 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 9 Oct 2011 22:15:00 +0300 Subject: add caanoo frontend files, move pandora files --- frontend/320240/skin/background.png | Bin 0 -> 36069 bytes frontend/320240/skin/font.png | Bin 0 -> 3185 bytes frontend/320240/skin/readme.txt | 8 ++++++++ frontend/320240/skin/selector.png | Bin 0 -> 261 bytes frontend/320240/skin/skin.txt | 4 ++++ 5 files changed, 12 insertions(+) create mode 100644 frontend/320240/skin/background.png create mode 100644 frontend/320240/skin/font.png create mode 100644 frontend/320240/skin/readme.txt create mode 100644 frontend/320240/skin/selector.png create mode 100644 frontend/320240/skin/skin.txt (limited to 'frontend/320240/skin') diff --git a/frontend/320240/skin/background.png b/frontend/320240/skin/background.png new file mode 100644 index 0000000..0efdd18 Binary files /dev/null and b/frontend/320240/skin/background.png differ diff --git a/frontend/320240/skin/font.png b/frontend/320240/skin/font.png new file mode 100644 index 0000000..c526a08 Binary files /dev/null and b/frontend/320240/skin/font.png differ diff --git a/frontend/320240/skin/readme.txt b/frontend/320240/skin/readme.txt new file mode 100644 index 0000000..dd83963 --- /dev/null +++ b/frontend/320240/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/frontend/320240/skin/selector.png b/frontend/320240/skin/selector.png new file mode 100644 index 0000000..5062cc2 Binary files /dev/null and b/frontend/320240/skin/selector.png differ diff --git a/frontend/320240/skin/skin.txt b/frontend/320240/skin/skin.txt new file mode 100644 index 0000000..1d6979f --- /dev/null +++ b/frontend/320240/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 + -- cgit v1.2.3