moodle/theme/standard/config.php

11 lines
375 B
PHP
Raw Normal View History

2001-11-22 06:23:56 +00:00
<?PHP // $Id$
$THEME->body = "#FFEECE"; // Main page color
$THEME->cellheading = "#FFD991"; // Standard headings of big tables
$THEME->cellheading2 = "#FFB62D"; // Highlight headings of tables
$THEME->cellcontent = "#FFFFFF"; // For areas with text
2002-12-09 07:45:45 +00:00
$THEME->cellcontent2 = "#FEE6B9"; // Alternate colour
2001-11-22 06:23:56 +00:00
$THEME->borders = "#555555"; // Table borders
?>