From 7bfdea37810c5d6d0618d3381cc66ffe1c3d7940 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 15 Sep 2006 23:21:13 -0700 Subject: [PATCH] Default color tweaking --- README.menu | 4 ++-- com32/modules/menumain.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.menu b/README.menu index 6d30932..df34bfb 100644 --- a/README.menu +++ b/README.menu @@ -189,8 +189,8 @@ MENU COLOR element ansi foreground background menu color title 1;36;44 #c00090f0 #00000000 menu color unsel 37;44 #90ffffff #00000000 menu color hotkey 1;37;44 #ffffffff #00000000 - menu color sel 7;37;40 #cf101010 #20ff8000 - menu color hotsel 1;7;37;40 #ff353535 #20ff8000 + menu color sel 7;37;40 #e0000000 #20ff8000 + menu color hotsel 1;7;37;40 #e0300000 #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 4908418..80f43c0 100644 --- a/com32/modules/menumain.c +++ b/com32/modules/menumain.c @@ -65,8 +65,8 @@ static const struct color_table default_color_table[] = { { "title", "1;36;44", 0xc00090f0, 0x00000000 }, { "unsel", "37;44", 0x90ffffff, 0x00000000 }, { "hotkey", "1;37;44", 0xffffffff, 0x00000000 }, - { "sel", "7;37;40", 0xcf101010, 0x20ff8000 }, - { "hotsel", "7;37;40", 0xff353535, 0x20ff8000 }, + { "sel", "7;37;40", 0xe0000000, 0x20ff8000 }, + { "hotsel", "1;7;37;40", 0xe0300000, 0x20ff8000 }, { "scrollbar", "30;44", 0x40000000, 0x00000000 }, { "tabmsg", "31;40", 0x90ffff00, 0x00000000 }, { "cmdmark", "1;36;40", 0xc000ffff, 0x00000000 }, -- 2.7.4