31 lines
1.1 KiB
PHP
31 lines
1.1 KiB
PHP
<?php
|
|
|
|
/**
|
|
* christmas.php
|
|
* Name: Christmas
|
|
* Date: December 23, 2001
|
|
* Comment: This is a Christmas theme shipped with SquirrelMail 1.2.0.
|
|
*
|
|
* @author Jon Tai
|
|
* @copyright 2001-2011 The SquirrelMail Project Team
|
|
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
|
* @version $Id: christmas.php 14084 2011-01-06 02:44:03Z pdontthink $
|
|
* @package squirrelmail
|
|
* @subpackage themes
|
|
*/
|
|
|
|
global $color;
|
|
$color[0] = '#5c9f5c'; // TitleBar
|
|
$color[1] = '#af0000'; // Unseen messages color (unused?)
|
|
$color[2] = '#cc0000'; // Warning/Error Messages
|
|
$color[3] = '#308030'; // Left Bar Background
|
|
$color[4] = '#ffffff'; // Normal Background
|
|
$color[5] = '#88ba88'; // Table Headers
|
|
$color[6] = '#dedede'; // Text on left bar
|
|
$color[7] = '#ee0000'; // Links
|
|
$color[8] = '#000000'; // Normal text
|
|
$color[9] = '#308f30'; // Darker version of #0
|
|
$color[10] = '#88aa88'; // Dimmed out folder color
|
|
$color[11] = '#ee0000'; // Special folders / Unseen messages color
|
|
$color[12] = '#ddffdd'; // Alternate table row color
|
|
$color[15] = '#aaffaa'; // Unselectable folders
|