mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 00:28:57 +01:00
12 lines
443 B
PHP
Executable File
12 lines
443 B
PHP
Executable File
<?PHP // $Id$
|
|
|
|
$THEME->body = "#99cc66"; // Main page color
|
|
$THEME->cellheading = "#99cc66"; // Standard headings of big tables
|
|
$THEME->cellheading2 = "#669966"; // Highlight headings of tables
|
|
$THEME->cellcontent = "#eeeedd"; // For areas with text
|
|
$THEME->cellcontent2 = ""; // Alternate colour
|
|
$THEME->borders = "#669966"; // Table borders
|
|
$THEME->highlight = "#ffff99"; // Highlighted text (eg after a search)
|
|
|
|
?>
|