2002-08-11 06:11:05 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
|
|
|
|
$THEME->body = "#B4EFC1"; // Main page color
|
2002-12-09 16:10:57 +00:00
|
|
|
$THEME->cellheading = "#8CDD94"; // Standard headings of big tables
|
2002-08-11 06:11:05 +00:00
|
|
|
$THEME->cellheading2 = "#3DD35F"; // Highlight headings of tables
|
|
|
|
$THEME->cellcontent = "#FFFFFF"; // For areas with text
|
2002-12-09 16:10:57 +00:00
|
|
|
$THEME->cellcontent2 = "#AFE9BB"; // Alternate colour
|
2002-08-11 06:11:05 +00:00
|
|
|
$THEME->borders = "#555555"; // Table borders
|
2002-12-09 16:10:57 +00:00
|
|
|
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
|
2003-05-04 07:58:15 +00:00
|
|
|
$THEME->hidden = "#AAAAAA"; // To color things that are hidden
|
2002-08-11 06:11:05 +00:00
|
|
|
|
2003-04-28 04:45:15 +00:00
|
|
|
$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.
|
2002-08-11 06:11:05 +00:00
|
|
|
?>
|