It's in /includes/config.php
About 3/4 of the way down..
$config['HEADER_COLOR'] = "#C8C8C8";
$config['ROW_COLORS'] = Array(
"0" => "#E8E8E8",
"1" => "#E7E7E7");
$config['HILITE_COLOR'] = "#D0D6E8";
$config['HELP_BGCOLOR'] = "#CCCCCC";
$config['HELP_COLOR'] = "#000000";
$config['BGCOLOR'] = "#FFFFFF";
|