32 lines
1.1 KiB
PHP
32 lines
1.1 KiB
PHP
<?php
|
|
|
|
/**
|
|
* midnight.php
|
|
* Name: Midnight
|
|
* Date: November 14, 2001
|
|
* Comment: A popular theme with Jim's users
|
|
*
|
|
* @author Jim Riffle
|
|
* @copyright 2001-2011 The SquirrelMail Project Team
|
|
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
|
* @version $Id: midnight.php 14084 2011-01-06 02:44:03Z pdontthink $
|
|
* @package squirrelmail
|
|
* @subpackage themes
|
|
*/
|
|
|
|
global $color;
|
|
$color[0] = '#0000ff'; // TitleBar
|
|
$color[1] = '#800000'; // Unseen messages color (unused?)
|
|
$color[2] = '#cc0000'; // Warning/Error Messages
|
|
$color[3] = '#000066'; // Left Bar Background
|
|
$color[4] = '#000000'; // Normal Background
|
|
$color[5] = '#003333'; // Table Headers
|
|
$color[6] = '#ffffff'; // Text on left bar
|
|
$color[7] = '#00ffcc'; // Links
|
|
$color[8] = '#ffffff'; // Normal text
|
|
$color[9] = '#000099'; // Darker version of #0
|
|
$color[10] = '#33ff66'; // Dimmed out folder color
|
|
$color[11] = '#7070ff'; // Special folders / Unseen messages color
|
|
$color[12] = '#3300cc'; // Alternate table row color
|
|
$color[13] = '#3333cc';
|
|
$color[15] = '#33ff66'; // Unselectable folders
|