18 lines
922 B
PHP
Raw Normal View History

2003-01-05 11:02:51 +00:00
<?PHP // $Id$
$THEME->body = "#FFFFFF"; // Main page color
$THEME->cellheading = "#E8E8E8"; // Standard headings of big tables
$THEME->cellheading2 = "#AAAAAA"; // Highlight headings of tables
$THEME->cellcontent = "#FFFFFF"; // For areas with text
$THEME->cellcontent2 = "#EFEFEF"; // Alternate colour
2003-10-21 06:39:05 +00:00
$THEME->borders = "#999999"; // Table borders
2003-01-05 11:02:51 +00:00
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
$THEME->hidden = "#AAAAAA"; // To color things that are hidden
2003-10-16 03:38:26 +00:00
$THEME->autolink = "#EEEEEE"; // To color auto-generated links (eg glossary)
2003-01-05 11:02:51 +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.
2003-01-05 11:02:51 +00:00
?>