18 lines
922 B
PHP
Raw Normal View History

2002-02-26 03:50:53 +00:00
<?PHP // $Id$
$THEME->body = "#C5EFFF"; // Main page color
2002-02-27 10:09:02 +00:00
$THEME->cellheading = "#9ADAF4"; // Standard headings of big tables
$THEME->cellheading2 = "#73C1E1"; // Highlight headings of tables
2002-02-26 03:50:53 +00:00
$THEME->cellcontent = "#FFFFFF"; // For areas with text
2002-12-09 16:21:02 +00:00
$THEME->cellcontent2 = "#B3EAFF"; // Alternate colour
2003-10-21 06:39:05 +00:00
$THEME->borders = "#73C1E1"; // Table borders
2002-12-09 16:10:57 +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)
2002-02-26 03:50:53 +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-02-26 03:50:53 +00:00
?>