From e3d0da2638cc4c97ccb1f577b4c54363ec69c5a6 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 1 Mar 2011 17:13:03 +0200 Subject: frontend: move skin and darken the background --- Makefile | 2 +- pandora/skin/background.png | Bin 0 -> 183772 bytes pandora/skin/font.png | Bin 0 -> 11264 bytes pandora/skin/readme.txt | 8 ++++++++ pandora/skin/selector.png | Bin 0 -> 386 bytes pandora/skin/skin.txt | 4 ++++ skin/background.png | Bin 196156 -> 0 bytes skin/font.png | Bin 11264 -> 0 bytes skin/readme.txt | 8 -------- skin/selector.png | Bin 386 -> 0 bytes skin/skin.txt | 4 ---- 11 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 pandora/skin/background.png create mode 100644 pandora/skin/font.png create mode 100644 pandora/skin/readme.txt create mode 100644 pandora/skin/selector.png create mode 100644 pandora/skin/skin.txt delete mode 100644 skin/background.png delete mode 100644 skin/font.png delete mode 100644 skin/readme.txt delete mode 100644 skin/selector.png delete mode 100644 skin/skin.txt diff --git a/Makefile b/Makefile index f6d3470..f36a031 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ VER ?= $(shell git describe master) rel: pcsx $(PLUGINS) \ pandora/pcsx.sh pandora/pcsx.pxml pandora/pcsx.png \ - pandora/picorestore pandora/readme.txt skin COPYING + pandora/picorestore pandora/readme.txt pandora/skin COPYING rm -rf out mkdir -p out/plugins cp -r $^ out/ diff --git a/pandora/skin/background.png b/pandora/skin/background.png new file mode 100644 index 0000000..f4b4523 Binary files /dev/null and b/pandora/skin/background.png differ diff --git a/pandora/skin/font.png b/pandora/skin/font.png new file mode 100644 index 0000000..707a5b4 Binary files /dev/null and b/pandora/skin/font.png differ diff --git a/pandora/skin/readme.txt b/pandora/skin/readme.txt new file mode 100644 index 0000000..dd83963 --- /dev/null +++ b/pandora/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/pandora/skin/selector.png b/pandora/skin/selector.png new file mode 100644 index 0000000..a439169 Binary files /dev/null and b/pandora/skin/selector.png differ diff --git a/pandora/skin/skin.txt b/pandora/skin/skin.txt new file mode 100644 index 0000000..1d6979f --- /dev/null +++ b/pandora/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 + diff --git a/skin/background.png b/skin/background.png deleted file mode 100644 index dd8961d..0000000 Binary files a/skin/background.png and /dev/null differ diff --git a/skin/font.png b/skin/font.png deleted file mode 100644 index 707a5b4..0000000 Binary files a/skin/font.png and /dev/null differ diff --git a/skin/readme.txt b/skin/readme.txt deleted file mode 100644 index dd83963..0000000 --- a/skin/readme.txt +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index a439169..0000000 Binary files a/skin/selector.png and /dev/null differ diff --git a/skin/skin.txt b/skin/skin.txt deleted file mode 100644 index 1d6979f..0000000 --- a/skin/skin.txt +++ /dev/null @@ -1,4 +0,0 @@ -// html-style hex color codes, ex. ff0000 is red, 0000ff is blue, etc. -text_color=ffffc0 -selection_color=808010 - -- cgit v1.2.3