git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14352...
[squirrelmail.git] / themes / powder_blue.php
CommitLineData
f7968a66 1<?php
2/**
3 * Author: Tammi Maggard
4 * Date: December 9, 2005
5 * Theme Name: 'Powder Blue'
6 *
7 * Theme posted on SquirrelMail tracker #1377528
c0d96801 8 * @copyright 2005-2012 The SquirrelMail Project Team
f7968a66 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
10 * @version $Id$
11 * @package squirrelmail
12 * @subpackage themes
13 */
14
15global $color;
16$color[0] = '#ebecff'; // Title bar at the top of the page header
17$color[1] = '#800000'; // Not currently used
18$color[2] = '#cc0000'; // Warning/error messages
19$color[3] = '#3354aa'; // Left folder list background color
20$color[4] = '#f9faff'; // Normal background color
21$color[5] = '#c7D3ea'; // Header of the message index (From, Date, Subject)
22$color[6] = '#f5f9ff'; // Normal text on the left folder list
23$color[7] = '#3354aa'; // Links in the right frame
24$color[8] = '#000000'; // Normal text
25$color[9] = '#c7d3ea'; // Darker version of #0
26$color[10] = '#c7d3ea'; // Darker version of #9
27$color[11] = '#c7d3ea'; // Special folders color (Inbox, Trash, Sent)
28$color[12] = '#f2f3ff'; // Alternate color for message list (alters between #4 and this one)
29$color[13] = '#333333'; // Color for single-quoted text ('> text')
30$color[14] = '#666666'; // Color for text with more than one quote ('>> text')
31$color[15] = '#f5f9ff'; // Non-selectable folders in the left frame (defaults to #6)