mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 00:28:57 +01:00
16 lines
770 B
PHP
16 lines
770 B
PHP
<?PHP // $Id$
|
|
|
|
$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
|
|
$THEME->cellcontent2 = "#ECD9D9"; // Alternate colour
|
|
$THEME->borders = "#552021"; // 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.
|
|
?>
|