From: H. Peter Anvin Date: Sat, 16 Sep 2006 06:50:40 +0000 (-0700) Subject: More color tweaks. X-Git-Tag: syslinux-3.30-pre9^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=239f89d68bd15ff3c4048fa23acfeba57a80dd61;p=profile%2Fivi%2Fsyslinux.git More color tweaks. --- diff --git a/README.menu b/README.menu index df34bfb..83bf359 100644 --- a/README.menu +++ b/README.menu @@ -190,7 +190,7 @@ MENU COLOR element ansi foreground background menu color unsel 37;44 #90ffffff #00000000 menu color hotkey 1;37;44 #ffffffff #00000000 menu color sel 7;37;40 #e0000000 #20ff8000 - menu color hotsel 1;7;37;40 #e0300000 #20ff8000 + menu color hotsel 1;7;37;40 #e0400000 #20ff8000 menu color scrollbar 30;44 #40000000 #00000000 menu color tabmsg 31;40 #90ffff00 #00000000 menu color cmdmark 1;36;40 #c000ffff #00000000 diff --git a/com32/modules/menumain.c b/com32/modules/menumain.c index 80f43c0..282618c 100644 --- a/com32/modules/menumain.c +++ b/com32/modules/menumain.c @@ -66,7 +66,7 @@ static const struct color_table default_color_table[] = { { "unsel", "37;44", 0x90ffffff, 0x00000000 }, { "hotkey", "1;37;44", 0xffffffff, 0x00000000 }, { "sel", "7;37;40", 0xe0000000, 0x20ff8000 }, - { "hotsel", "1;7;37;40", 0xe0300000, 0x20ff8000 }, + { "hotsel", "1;7;37;40", 0xe0400000, 0x20ff8000 }, { "scrollbar", "30;44", 0x40000000, 0x00000000 }, { "tabmsg", "31;40", 0x90ffff00, 0x00000000 }, { "cmdmark", "1;36;40", 0xc000ffff, 0x00000000 },