Added Christmas theme.
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 23 Dec 2001 07:43:22 +0000 (07:43 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 23 Dec 2001 07:43:22 +0000 (07:43 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1889 7612ce4b-ef26-0410-bec9-ea0150e637f0

themes/christmas.php [new file with mode: 0644]

diff --git a/themes/christmas.php b/themes/christmas.php
new file mode 100644 (file)
index 0000000..a323b2d
--- /dev/null
@@ -0,0 +1,31 @@
+<?php
+
+/**
+ * christmas.php
+ *    Name:   Christmas
+ *    Author: Jon Tai
+ *    Date:   December 23, 2001
+ *    Comment: This is a Christmas theme shipped with SquirrelMail 1.2.0.
+ *
+ * Copyright (c) 2001-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * $Id$
+ */
+
+global $color;
+$color[0]   = "#5C9F5C"; // TitleBar
+$color[1]   = "#AF0000"; // Unseen messages color (unused?)
+$color[2]   = "#CC0000"; // Warning/Error Messages
+$color[3]   = "#308030"; // Left Bar Background
+$color[4]   = "#FFFFFF"; // Normal Background
+$color[5]   = "#88BA88"; // Table Headers
+$color[6]   = "#DEDEDE"; // Text on left bar
+$color[7]   = "#EE0000"; // Links
+$color[8]   = "#000000"; // Normal text
+$color[9]   = "#308F30"; // Darker version of #0
+$color[10]  = "#88AA88"; // Dimmed out folder color
+$color[11]  = "#EE0000"; // Special folders / Unseen messages color
+$color[12]  = "#DDFFDD"; // Alternate table row color
+
+?>