moodle/theme/brightretro/config.php
2003-04-28 04:45:15 +00:00

17 lines
771 B
PHP

<?PHP // $Id$
$THEME->body = "#FFB62d"; // Main page color
$THEME->cellheading = "#FFD991"; // Standard headings of big tables
$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)
$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.
?>