moodle/theme/standardred/config.php

12 lines
376 B
PHP

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