moodle/theme/standardred/config.php

18 lines
922 B
PHP
Raw Normal View History

<?PHP // $Id$
2002-08-11 06:15:39 +00:00
$THEME->body = "#F5E7E7"; // Main page color
$THEME->cellheading = "#ECD2D2"; // Standard headings of big tables
$THEME->cellheading2 = "#E9C5C6"; // Highlight headings of tables
$THEME->cellcontent = "#FFFFFF"; // For areas with text
2002-12-09 16:10:57 +00:00
$THEME->cellcontent2 = "#ECD9D9"; // Alternate colour
2003-10-21 06:39:05 +00:00
$THEME->borders = "#E9C5C6"; // 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)
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.
?>