moodle/theme/cornflower/config.php
defacer 65660de888 Upgrade with more intelligent CSS rules.
Maybe needs some color changes, but I 'm not really much of an interior decorator... :)

Coincidentally fixed a typo in the theme: "0" was "o".
2004-04-20 11:41:18 +00:00

18 lines
920 B
PHP

<?PHP // $Id$
$THEME->body = "#739fc4"; // Main page color
$THEME->cellheading = "#b3d1e7"; // Standard headings of big tables
$THEME->cellheading2 = "#85afc5"; // Highlight headings of tables
$THEME->cellcontent = "#FFFFFF"; // For areas with text
$THEME->cellcontent2 = "#d0e2ee"; // Alternate colour
$THEME->borders = "#ffffff"; // Table borders
$THEME->highlight = "#85afc5"; // Highlighted text (eg after a search)
$THEME->hidden = "#c5ddee"; // To color things that are hidden
$THEME->autolink = "#dfeef6"; // To color auto-generated links (eg glossary)
$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.
?>