mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 16:18:24 +01:00
17 lines
771 B
PHP
17 lines
771 B
PHP
<?PHP // $Id$
|
|
|
|
$THEME->body = "#FFB62d"; // Main page color
|
|
$THEME->cellheading = "#FFD991"; // Standard headings of big tables
|
|
$THEME->cellheading2 = "#cD6600"; // Highlight headings of tables
|
|
$THEME->cellcontent = "#FFEECE"; // For areas with text
|
|
$THEME->cellcontent2 = "#FFEECE"; // Alternate colour
|
|
$THEME->borders = "#FFFFFF"; // Table borders
|
|
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
|
|
|
|
$THEME->custompix = false; // If true, then this theme must have a "pix"
|
|
// subdirectory that contains copies of all
|
|
// files from the moodle/pix directory
|
|
// See "cordoroyblue" for an up-to-date example.
|
|
|
|
?>
|