mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 00:28:57 +01:00
12 lines
376 B
PHP
12 lines
376 B
PHP
|
<?PHP // $Id$
|
||
|
|
||
|
$THEME->body = "#EFD6D7"; // Main page color
|
||
|
$THEME->cellheading = "#E9C5C6"; // Standard headings of big tables
|
||
|
$THEME->cellheading2 = "#E4B6B7"; // Highlight headings of tables
|
||
|
|
||
|
$THEME->cellcontent = "#FFFFFF"; // For areas with text
|
||
|
$THEME->cellcontent2 = "#E4B6B7"; // Alternate colour
|
||
|
$THEME->borders = "#552021"; // Table borders
|
||
|
|
||
|
?>
|