diff options
author | notaz | 2011-03-01 17:13:03 +0200 |
---|---|---|
committer | notaz | 2011-03-01 17:35:19 +0200 |
commit | e3d0da2638cc4c97ccb1f577b4c54363ec69c5a6 (patch) | |
tree | e7ae4bb242c188f5ce8acb0759ec815d18d28061 /skin | |
parent | e429fc6073077795431d8fecf18eab4c0c9218b3 (diff) | |
download | pcsx_rearmed-e3d0da2638cc4c97ccb1f577b4c54363ec69c5a6.tar.gz pcsx_rearmed-e3d0da2638cc4c97ccb1f577b4c54363ec69c5a6.tar.bz2 pcsx_rearmed-e3d0da2638cc4c97ccb1f577b4c54363ec69c5a6.zip |
frontend: move skin and darken the background
Diffstat (limited to 'skin')
-rw-r--r-- | skin/background.png | bin | 196156 -> 0 bytes | |||
-rw-r--r-- | skin/font.png | bin | 11264 -> 0 bytes | |||
-rw-r--r-- | skin/readme.txt | 8 | ||||
-rw-r--r-- | skin/selector.png | bin | 386 -> 0 bytes | |||
-rw-r--r-- | skin/skin.txt | 4 |
5 files changed, 0 insertions, 12 deletions
diff --git a/skin/background.png b/skin/background.png Binary files differdeleted file mode 100644 index dd8961d..0000000 --- a/skin/background.png +++ /dev/null diff --git a/skin/font.png b/skin/font.png Binary files differdeleted file mode 100644 index 707a5b4..0000000 --- a/skin/font.png +++ /dev/null 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 Binary files differdeleted file mode 100644 index a439169..0000000 --- a/skin/selector.png +++ /dev/null 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
-
|