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 --- 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 ---- 5 files changed, 12 deletions(-) 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 (limited to 'skin') 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