moodle/theme/garden/config.php
2003-04-28 04:45:15 +00:00

16 lines
763 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)
$THEME->custompix = false; // If true, then this theme must have a "pix"
// subdirectory that contains copies of all
// files from the moodle/pix directory
// See "cordoroyblue" for an up-to-date example.
?>