From 01bf4d35ac5992797c0584bb934d13a4b15773dc Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Sat, 23 Feb 2008 13:04:41 +0000 Subject: Themes need to specify backdrop, colours, icon sets and selector type bar if they differ from the new default cabbiev2. Add the necessary strings to WPSLIST so that all shipped themes include them in their cfg files to prevent black text on the dark cabbiev2 background. Define black on 'rockboxblue' for themes with colour screen versions but no colours defined before; set the selector type to 'bar (inverse)' for most of them and use the text only RWPS for Rockboxed - it would have used the cabbiev2.rwps before which would look on a H3x0 with remote due to a different font size and the graphics. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16388 a1c6a512-1295-4272-9138-f99709370657 --- wps/WPSLIST | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) (limited to 'wps/WPSLIST') diff --git a/wps/WPSLIST b/wps/WPSLIST index 79649f4579..63e56696e1 100644 --- a/wps/WPSLIST +++ b/wps/WPSLIST @@ -26,10 +26,19 @@ Name: ipodVOL.wps RWPS: rockbox_default.rwps # Name of the creator of the WPS Author: xameius -# prefered font: +# preferred font Font: nimbus-12.fnt # Weather the WPS is designed to have the statusbar present or not Statusbar: on +# wheather a menu backdrop should be set +# needs to be declared as empty if there should be none (the default sets one) +backdrop: +# reference to the built-in icon set +iconset: +# reference to the built-in viewers icon set which is loaded from disk +viewers iconset: /.rockbox/icons/viewers.bmp +# preferred selector type +selector type: bar (inverse) @@ -38,6 +47,12 @@ RWPS: rockbox_default.rwps Author: Rockbox team Font: rockbox_default.fnt Statusbar: on +Foreground Color: 000000 +Background Color: B6C6E5 +backdrop: +iconset: +viewers iconset: /.rockbox/icons/viewers.bmp +selector type: bar (inverse) @@ -46,6 +61,13 @@ rwps: boxes.rwps Author: Christi Scarborough (after Magnus Westerlund) Font: rockbox_default.fnt Statusbar: on +# themes with colour screen versions need to set the colours too +Foreground Color: 000000 +Background Color: B6C6E5 +backdrop: +iconset: +viewers iconset: /.rockbox/icons/viewers.bmp +selector type: bar (inverse) @@ -54,6 +76,10 @@ RWPS: engineeer2.rwps Author: Magnus Westerlund Font: nedore-8.fnt Statusbar: on +backdrop: +iconset: +viewers iconset: /.rockbox/icons/viewers.bmp +selector type: bar (inverse) @@ -61,6 +87,10 @@ Name: iAmp.wps RWPS: iAmp.rwps Author: Raymond Hoh Font: nimbus-12.fnt +backdrop: +iconset: +viewers iconset: /.rockbox/icons/viewers.bmp +selector type: bar (inverse) Statusbar: on @@ -70,6 +100,10 @@ RWPS: zezayer.rwps Author: Jake Owen Font: nedore-8.fnt Statusbar: on +backdrop: +iconset: +viewers iconset: /.rockbox/icons/viewers.bmp +selector type: bar (inverse) @@ -113,6 +147,10 @@ RWPS: marquee.rwps Author: Mike Sobel Font: nimbus-13.fnt Statusbar: on +backdrop: +iconset: +viewers iconset: /.rockbox/icons/viewers.bmp +selector type: bar (inverse) @@ -127,6 +165,12 @@ Name: DancePuffDuo.wps RWPS: DancePuffDuo.rwps Author: Chris Oxtoby Font: nimbus-13.fnt +Foreground Color: 000000 +Background Color: B6C6E5 +Statusbar: on +backdrop: +iconset: +viewers iconset: /.rockbox/icons/viewers.bmp Statusbar: on @@ -158,6 +202,7 @@ Statusbar: on backdrop: iconset: viewers iconset: /.rockbox/icons/viewers.bmp +selector type: bar (inverse) @@ -176,6 +221,10 @@ Font: unifont.fnt Foreground Color: 000000 Background Color: FFFFFF Statusbar: on +backdrop: +iconset: +viewers iconset: /.rockbox/icons/viewers.bmp +selector type: bar (inverse) @@ -187,6 +236,7 @@ Statusbar: on Name: Rockboxed.wps +RWPS: rockbox_default.rwps Author: Roan Horning Font.112x64x1: rockbox_default.fnt Font.128x128x16: nimbus-12.fnt @@ -202,6 +252,10 @@ Font.320x240x16: nimbus-19.fnt Foreground Color: 000000 Background Color: FFC000 Statusbar: on +backdrop: +iconset: +viewers iconset: /.rockbox/icons/viewers.bmp +selector type: bar (inverse) -- cgit v1.2.3