@@ -48,22 +48,22 @@ const devoptab_t dotab_stdout = {
4848//color table
4949static const unsigned int color_table [] =
5050{
51- 0x00800080 , // 30 normal black
52- 0x246A24BE , // 31 normal red
53- 0x4856484B , // 32 normal green
54- 0x6D416D8A , // 33 normal yellow
55- 0x0DBE0D75 , // 34 normal blue
56- 0x32A932B4 , // 35 normal magenta
57- 0x56955641 , // 36 normal cyan
58- 0xC580C580 , // 37 normal white
59- 0x7B807B80 , // 30 bright black
60- 0x4C544CFF , // 31 bright red
61- 0x95299512 , // 32 bright green
62- 0xE200E294 , // 33 bright yellow
63- 0x1CFF1C6B , // 34 bright blue
64- 0x69D669ED , // 35 bright magenta
65- 0xB2ABB200 , // 36 bright cyan
66- 0xFF80FF80 , // 37 bright white
51+ 0x10801080 , // 30 normal black
52+ 0x316D31B8 , // 31 normal red
53+ 0x515B5151 , // 32 normal green
54+ 0x71487189 , // 33 normal yellow
55+ 0x1DB81D77 , // 34 normal blue
56+ 0x3DA53DAF , // 35 normal magenta
57+ 0x5D935D48 , // 36 normal cyan
58+ 0xB580B580 , // 37 normal white
59+ 0x7E807E80 , // 30 bright black
60+ 0x515A51F0 , // 31 bright red
61+ 0x91369122 , // 32 bright green
62+ 0xD210D292 , // 33 bright yellow
63+ 0x29F0296E , // 34 bright blue
64+ 0x6ACA6ADE , // 35 bright magenta
65+ 0xAAA6AA10 , // 36 bright cyan
66+ 0xEB80EB80 , // 37 bright white
6767};
6868
6969static u32 do_xfb_copy = FALSE;
0 commit comments