From 1ba9faed31f7ab7f607ae7756139341872050d03 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 28 Apr 2002 09:38:20 +0000 Subject: [PATCH] changed the colors to be more Recorder-like git-svn-id: svn://svn.rockbox.org/rockbox/trunk@296 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/uibasic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uisimulator/x11/uibasic.c b/uisimulator/x11/uibasic.c index 85cfb7d911..f3b354379a 100644 --- a/uisimulator/x11/uibasic.c +++ b/uisimulator/x11/uibasic.c @@ -61,8 +61,8 @@ XrmOptionDescRec options [] = { char *progclass = "rockboxui"; char *defaults [] = { - ".background: black", - ".foreground: white", + ".background: lightgreen", + ".foreground: black", "*help: false", 0 };