changed the colors to be more Recorder-like

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@296 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-04-28 09:38:20 +00:00
parent e0cabeeb63
commit 1ba9faed31

View file

@ -61,8 +61,8 @@ XrmOptionDescRec options [] = {
char *progclass = "rockboxui";
char *defaults [] = {
".background: black",
".foreground: white",
".background: lightgreen",
".foreground: black",
"*help: false",
0
};