update randomizing themes for larger color array
[squirrelmail.git] / themes / purple_theme.php
index bdc7257bc78f7df8634d47bd92a81508aa037f02..ac87a3d350ff9428685e73f84cd35769243e68d5 100644 (file)
@@ -1,31 +1,29 @@
 <?php
 
 /**
- * purple_theme.php
- *    Name:    Purple Theme
- *    Author:  Luke Ehresman
- *    Date:    January 7, 2000
- *    Comment: This Theme is composed entirely of shades of purple.
+ * Name:   Purple Theme
+ * Date:   January 7, 2000
+ * Comment This Theme is composed entirely of shades of purple.
  *
- * Copyright (c) 2000-2002 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
- * $Id$
+ * @author Luke Ehresman
+ * @copyright &copy; 2000-2007 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
-$color[0]   = "#AC9ECB"; // (light purp)     TitleBar
-$color[1]   = "#800000"; // (red)
-$color[2]   = "#CC0000"; // (light red)      Warning/Error Messages
-$color[3]   = "#B6A7D5"; // (purple)         Left Bar Background
-$color[4]   = "#EDE4FF"; // (light purple)   Normal Background
-$color[5]   = "#DDD4EF"; // (darker gray)    Table Headers
-$color[6]   = "#000000"; // (black)          Text on left bar
-$color[7]   = "#622680"; // (light purple)   Links
-$color[8]   = "#000000"; // (black)          Normal text
-$color[9]   = "#877C9F"; // (mid purp)       Darker version of #0
-$color[10]  = "#726987"; // (dark purp)      Darker version of #9
-$color[11]  = "#770000"; // (dark red)       Special Folders color
-$color[12]  = "#E0D9F2";
-
-?>
+$color[0]   = '#ac9ecb'; // (light purp)     TitleBar
+$color[1]   = '#800000'; // (red)
+$color[2]   = '#cc0000'; // (light red)      Warning/Error Messages
+$color[3]   = '#b6a7d5'; // (purple)         Left Bar Background
+$color[4]   = '#ede4ff'; // (light purple)   Normal Background
+$color[5]   = '#ddd4ef'; // (darker gray)    Table Headers
+$color[6]   = '#000000'; // (black)          Text on left bar
+$color[7]   = '#622680'; // (light purple)   Links
+$color[8]   = '#000000'; // (black)          Normal text
+$color[9]   = '#877c9f'; // (mid purp)       Darker version of #0
+$color[10]  = '#726987'; // (dark purp)      Darker version of #9
+$color[11]  = '#770000'; // (dark red)       Special Folders color
+$color[12]  = '#e0d9f2';