Added new highlighting color
[squirrelmail.git] / themes / christmas.php
1 <?php
2
3 /**
4 * christmas.php
5 * Name: Christmas
6 * @author Jon Tai
7 * Date: December 23, 2001
8 * Comment: This is a Christmas theme shipped with SquirrelMail 1.2.0.
9 *
10 * Copyright (c) 2001-2005 The SquirrelMail Project Team
11 * Licensed under the GNU GPL. For full terms see the file COPYING.
12 *
13 * $Id$
14 * @package squirrelmail
15 * @subpackage themes
16 */
17
18 global $color;
19 $color[0] = '#5c9f5c'; // TitleBar
20 $color[1] = '#af0000'; // Unseen messages color (unused?)
21 $color[2] = '#cc0000'; // Warning/Error Messages
22 $color[3] = '#308030'; // Left Bar Background
23 $color[4] = '#ffffff'; // Normal Background
24 $color[5] = '#88ba88'; // Table Headers
25 $color[6] = '#dedede'; // Text on left bar
26 $color[7] = '#ee0000'; // Links
27 $color[8] = '#000000'; // Normal text
28 $color[9] = '#308f30'; // Darker version of #0
29 $color[10] = '#88aa88'; // Dimmed out folder color
30 $color[11] = '#ee0000'; // Special folders / Unseen messages color
31 $color[12] = '#ddffdd'; // Alternate table row color
32 $color[15] = '#aaffaa'; // Unselectable folders
33
34 ?>