Default color tweaking
authorH. Peter Anvin <hpa@zytor.com>
Sat, 16 Sep 2006 06:21:13 +0000 (23:21 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 16 Sep 2006 06:21:13 +0000 (23:21 -0700)
README.menu
com32/modules/menumain.c

index 6d30932..df34bfb 100644 (file)
@@ -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
index 4908418..80f43c0 100644 (file)
@@ -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 },