moodle/theme/standard/config.php

18 lines
922 B
PHP
Raw Normal View History

2001-11-22 06:23:56 +00:00
<?PHP // $Id$
$THEME->body = "#FFEECE"; // Main page color
$THEME->cellheading = "#FFD991"; // Standard headings of big tables
2002-12-09 16:10:57 +00:00
$THEME->cellheading2 = "#FFC85F"; // Highlight headings of tables
2001-11-22 06:23:56 +00:00
$THEME->cellcontent = "#FFFFFF"; // For areas with text
2002-12-09 07:45:45 +00:00
$THEME->cellcontent2 = "#FEE6B9"; // Alternate colour
2003-10-21 06:39:05 +00:00
$THEME->borders = "#FFC85F"; // 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-21 06:39:05 +00:00
$THEME->autolink = "#DDDDDD"; // To color auto-generated links (eg glossary)
2001-11-22 06:23:56 +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.
2001-11-22 06:23:56 +00:00
?>