31 lines
1.2 KiB
PHP
31 lines
1.2 KiB
PHP
<?php
|
|
|
|
/**
|
|
* dompie_theme.php
|
|
* Name: Forest
|
|
* Date: January 7, 2000
|
|
* Comment: This theme uses Forest-ish colors (mostly green).
|
|
*
|
|
* @author Luke Ehresman
|
|
* @copyright 2000-2025 The SquirrelMail Project Team
|
|
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
|
* @version $Id$
|
|
* @package squirrelmail
|
|
* @subpackage themes
|
|
*/
|
|
|
|
global $color;
|
|
$color[0] = '#9ebfa7'; // (light purp) TitleBar
|
|
$color[1] = '#800000'; // (red)
|
|
$color[2] = '#cc0000'; // (light red) Warning/Error Messages
|
|
$color[3] = '#244b30'; // (purple) Left Bar Background
|
|
$color[4] = '#deffe7'; // (light purple) Normal Background
|
|
$color[5] = '#b6d7bf'; // (darker gray) Table Headers
|
|
$color[6] = '#ddffdd'; // (black) Text on left bar
|
|
$color[7] = '#1c5f30'; // (light purple) Links
|
|
$color[8] = '#000000'; // (black) Normal text
|
|
$color[9] = '#88a990'; // (mid purp) Darker version of #0
|
|
$color[10] = '#5e7f67'; // (dark purp) Darker version of #9
|
|
$color[11] = '#4a9b62'; // (dark red) Special Folders color
|
|
$color[12] = '#d2f3da';
|
|
$color[15] = '#648b70'; // (another green) Unselectable folders
|