2003-01-05 07:02:39 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
|
|
|
|
$THEME->body = "#FFB62d"; // Main page color
|
2003-01-05 07:04:24 +00:00
|
|
|
$THEME->cellheading = "#FFD991"; // Standard headings of big tables
|
2003-01-05 07:02:39 +00:00
|
|
|
$THEME->cellheading2 = "#cD6600"; // Highlight headings of tables
|
|
|
|
$THEME->cellcontent = "#FFEECE"; // For areas with text
|
|
|
|
$THEME->cellcontent2 = "#FFEECE"; // Alternate colour
|
|
|
|
$THEME->borders = "#FFFFFF"; // Table borders
|
|
|
|
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
|
|
|
|
|
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.
|
|
|
|
|
2003-01-05 07:04:24 +00:00
|
|
|
?>
|