mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 23:48:45 +01:00
11 lines
375 B
PHP
11 lines
375 B
PHP
|
<?PHP // $Id$
|
||
|
|
||
|
$THEME->body = "#C5EFFF"; // Main page color
|
||
|
$THEME->cellheading = "#8BCDE8"; // Standard headings of big tables
|
||
|
$THEME->cellheading2 = "#B5EAFF"; // Highlight headings of tables
|
||
|
$THEME->cellcontent = "#FFFFFF"; // For areas with text
|
||
|
$THEME->cellcontent2 = "#FFD991"; // Alternate colour
|
||
|
$THEME->borders = "#555555"; // Table borders
|
||
|
|
||
|
?>
|