moodle/theme/garden/config.php
2003-01-06 07:39:19 +00:00

12 lines
443 B
PHP
Executable File

<?PHP // $Id$
$THEME->body = "#99cc66"; // Main page color
$THEME->cellheading = "#99cc66"; // Standard headings of big tables
$THEME->cellheading2 = "#669966"; // Highlight headings of tables
$THEME->cellcontent = "#eeeedd"; // For areas with text
$THEME->cellcontent2 = ""; // Alternate colour
$THEME->borders = "#669966"; // Table borders
$THEME->highlight = "#ffff99"; // Highlighted text (eg after a search)
?>