2003-05-04 07:58:15 +00:00

17 lines
840 B
PHP

<?PHP // $Id$
$THEME->body = "#B4EFC1"; // Main page color
$THEME->cellheading = "#8CDD94"; // Standard headings of big tables
$THEME->cellheading2 = "#3DD35F"; // Highlight headings of tables
$THEME->cellcontent = "#FFFFFF"; // For areas with text
$THEME->cellcontent2 = "#AFE9BB"; // Alternate colour
$THEME->borders = "#555555"; // Table borders
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
$THEME->hidden = "#AAAAAA"; // To color things that are hidden
$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.
?>