EHCP-Force-Edition/ehcp/webmail2/themes/powder_blue.php
2018-04-02 16:26:17 -06:00

32 lines
1.4 KiB
PHP

<?php
/**
* Author: Tammi Maggard
* Date: December 9, 2005
* Theme Name: 'Powder Blue'
*
* Theme posted on SquirrelMail tracker #1377528
* @copyright 2005-2011 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: powder_blue.php 14084 2011-01-06 02:44:03Z pdontthink $
* @package squirrelmail
* @subpackage themes
*/
global $color;
$color[0] = '#ebecff'; // Title bar at the top of the page header
$color[1] = '#800000'; // Not currently used
$color[2] = '#cc0000'; // Warning/error messages
$color[3] = '#3354aa'; // Left folder list background color
$color[4] = '#f9faff'; // Normal background color
$color[5] = '#c7D3ea'; // Header of the message index (From, Date, Subject)
$color[6] = '#f5f9ff'; // Normal text on the left folder list
$color[7] = '#3354aa'; // Links in the right frame
$color[8] = '#000000'; // Normal text
$color[9] = '#c7d3ea'; // Darker version of #0
$color[10] = '#c7d3ea'; // Darker version of #9
$color[11] = '#c7d3ea'; // Special folders color (Inbox, Trash, Sent)
$color[12] = '#f2f3ff'; // Alternate color for message list (alters between #4 and this one)
$color[13] = '#333333'; // Color for single-quoted text ('> text')
$color[14] = '#666666'; // Color for text with more than one quote ('>> text')
$color[15] = '#f5f9ff'; // Non-selectable folders in the left frame (defaults to #6)