2002-12-13 03:12:11 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
|
|
|
|
$THEME->body = "#C5EFFF"; // Main page color
|
|
|
|
$THEME->cellheading = "#9ADAF4"; // Standard headings of big tables
|
|
|
|
$THEME->cellheading2 = "#73C1E1"; // Highlight headings of tables
|
|
|
|
$THEME->cellcontent = "#FFFFFF"; // For areas with text
|
|
|
|
$THEME->cellcontent2 = "#B3EAFF"; // Alternate colour
|
|
|
|
$THEME->borders = "#555555"; // Table borders
|
|
|
|
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
|
|
|
|
|
2003-04-28 04:41:21 +00:00
|
|
|
$THEME->custompix = true; // 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-12-13 03:12:11 +00:00
|
|
|
?>
|