More color tweaks. syslinux-3.30-pre9
authorH. Peter Anvin <hpa@zytor.com>
Sat, 16 Sep 2006 06:50:40 +0000 (23:50 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 16 Sep 2006 06:50:40 +0000 (23:50 -0700)
README.menu
com32/modules/menumain.c

index df34bfb..83bf359 100644 (file)
@@ -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
index 80f43c0..282618c 100644 (file)
@@ -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 },