mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
12 lines
450 B
PHP
12 lines
450 B
PHP
<?PHP // $Id$
|
|
|
|
$THEME->body = "#FFEECE"; // Main page color
|
|
$THEME->cellheading = "#FFD991"; // Standard headings of big tables
|
|
$THEME->cellheading2 = "#FFB62D"; // Highlight headings of tables
|
|
$THEME->cellcontent = "#FFFFFF"; // For areas with text
|
|
$THEME->cellcontent2 = "#FFD991"; // Alternate colour
|
|
$THEME->borders = "#555555"; // Table borders
|
|
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
|
|
|
|
?>
|