1
0
Fork 0
forked from len0rd/rockbox

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 *progclass = "rockboxui";
char *defaults [] = { char *defaults [] = {
".background: black", ".background: lightgreen",
".foreground: white", ".foreground: black",
"*help: false", "*help: false",
0 0
}; };