Whoops, this should have gone along with the panel shading commit.

This commit is contained in:
Matt Ebb 2004-01-28 12:24:45 +00:00
parent 682751cd4f
commit 130b302882

@ -487,7 +487,7 @@ void BIF_InitTheme(void)
SETCOL(btheme->tv3d.text, 0, 0, 0, 255);
SETCOL(btheme->tv3d.text_hi, 255, 255, 255, 255);
SETCOL(btheme->tv3d.header, 195, 195, 195, 255);
SETCOL(btheme->tv3d.panel, 165, 165, 165, 150);
SETCOL(btheme->tv3d.panel, 165, 165, 165, 127);
SETCOL(btheme->tv3d.shade1, 160, 160, 160, 100);
SETCOL(btheme->tv3d.shade2, 0x7f, 0x70, 0x70, 100);