moodle/theme/oceanblue/config.php

16 lines
770 B
PHP
Raw Normal View History

2002-12-13 08:03:35 +00:00
<?PHP // $Id$
$THEME->body = "#AAAAFF"; // Main page color
$THEME->cellheading = "#CCCCFF"; // Standard headings of big tables
$THEME->cellheading2 = "#8080c0"; // Highlight headings of tables
$THEME->cellcontent = "#F0F0FF"; // For areas with text
$THEME->cellcontent2 = "#CCCCFF"; // Alternate colour
$THEME->borders = "#AAAAFF"; // Table borders
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
2002-12-13 08:03:35 +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-12-13 08:03:35 +00:00
?>