moodle/theme/standardred/config.php
2002-08-11 06:15:39 +00:00

12 lines
376 B
PHP

<?PHP // $Id$
$THEME->body = "#F5E7E7"; // Main page color
$THEME->cellheading = "#ECD2D2"; // Standard headings of big tables
$THEME->cellheading2 = "#E9C5C6"; // Highlight headings of tables
$THEME->cellcontent = "#FFFFFF"; // For areas with text
$THEME->cellcontent2 = "#ECD2D2"; // Alternate colour
$THEME->borders = "#552021"; // Table borders
?>