dang tabs!
[squirrelmail.git] / themes / christmas.php
CommitLineData
c85d5980 1<?php
2
3/**
4 * christmas.php
d88b6310 5 * Name: Christmas
6 * Author: Jon Tai
7 * Date: December 23, 2001
c85d5980 8 * Comment: This is a Christmas theme shipped with SquirrelMail 1.2.0.
9 *
10 * Copyright (c) 2001-2002 The SquirrelMail Project Team
11 * Licensed under the GNU GPL. For full terms see the file COPYING.
12 *
13 * $Id$
14 */
15
16global $color;
17$color[0] = "#5C9F5C"; // TitleBar
18$color[1] = "#AF0000"; // Unseen messages color (unused?)
19$color[2] = "#CC0000"; // Warning/Error Messages
20$color[3] = "#308030"; // Left Bar Background
21$color[4] = "#FFFFFF"; // Normal Background
22$color[5] = "#88BA88"; // Table Headers
23$color[6] = "#DEDEDE"; // Text on left bar
24$color[7] = "#EE0000"; // Links
25$color[8] = "#000000"; // Normal text
26$color[9] = "#308F30"; // Darker version of #0
27$color[10] = "#88AA88"; // Dimmed out folder color
28$color[11] = "#EE0000"; // Special folders / Unseen messages color
29$color[12] = "#DDFFDD"; // Alternate table row color
30
31?>