mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
12 lines
376 B
PHP
12 lines
376 B
PHP
|
<?PHP // $Id$
|
||
|
|
||
|
$THEME->body = "#B4EFC1"; // Main page color
|
||
|
$THEME->cellheading = "#85E49A"; // Standard headings of big tables
|
||
|
$THEME->cellheading2 = "#3DD35F"; // Highlight headings of tables
|
||
|
|
||
|
$THEME->cellcontent = "#FFFFFF"; // For areas with text
|
||
|
$THEME->cellcontent2 = "#85E49A"; // Alternate colour
|
||
|
$THEME->borders = "#555555"; // Table borders
|
||
|
|
||
|
?>
|