Getting ready for 1.2.0 release.
[squirrelmail.git] / themes / bluesnews_theme.php
index 8cf03ec5da0e8c8d194e025bc69d90fefecb8f60..b49e398c11647f472d374f82e8f960b6805941c4 100644 (file)
@@ -1,24 +1,33 @@
 <?php
-   /** Author:       Ray Black
-       Date:         August 15, 2000
-       Theme Name:   "BluesNews"
-          Comments:     In the long tradition of mimicing popular sites, I bring
-                        you the 'inspired by BluesNews.com' theme. Simple, high-
-                                        contrast colorset, easy to read with very little eye strain.
-    **/
 
-    global $color;
-    $color[0]   = "#181818"; // (off-black)                    TitleBar
-    $color[1]   = "#A0A0A0"; // (gray)                         Quoted Replies in Emails
-    $color[2]   = "#800000"; // (red)                          Warning/Error Messages
-    $color[3]   = "#000000"; // (black)                                Left Bar Background
-    $color[4]   = "#000000"; // (black)                                Normal Background
-    $color[5]   = "#000080"; // (bright blue)          Table Headers
-    $color[6]   = "#FFFF80"; // (bright yellow)                Text on left bar
-    $color[7]   = "#FFFF80"; // (bright yellow)                Links
-    $color[8]   = "#FFFFFF"; // (white)                                Normal text
-    $color[9]   = "#000080"; // (bright blue)          Darker version of #0
-    $color[10]  = "#000080"; // (bright blue)          Darker version of #9
-    $color[11]  = "#3333FF"; // (dull blue)                    Special Folders color
-    $color[12]  = "#808080"; //                         Alternate rows
+/**
+ * black_bean_burrito_theme.php
+ *    Name:    BluesNews
+ *    Author:  Ray Black
+ *    Date:    August 15, 2000
+ *    Comment: In the long tradition of mimicing popular sites, I bring
+ *             you the 'inspired by BluesNews.com' theme. Simple, high-
+ *             contrast colorset, easy to read with very little eye strain.
+ *
+ * Copyright (c) 2000-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * $Id$
+ */
+
+global $color;
+$color[0]   = "#181818"; // (off-black)                        TitleBar
+$color[1]   = "#A0A0A0"; // (gray)                             Quoted Replies in Emails
+$color[2]   = "#800000"; // (red)                              Warning/Error Messages
+$color[3]   = "#000000"; // (black)                            Left Bar Background
+$color[4]   = "#000000"; // (black)                            Normal Background
+$color[5]   = "#000080"; // (bright blue)              Table Headers
+$color[6]   = "#FFFF80"; // (bright yellow)            Text on left bar
+$color[7]   = "#FFFF80"; // (bright yellow)            Links
+$color[8]   = "#FFFFFF"; // (white)                            Normal text
+$color[9]   = "#000080"; // (bright blue)              Darker version of #0
+$color[10]  = "#000080"; // (bright blue)              Darker version of #9
+$color[11]  = "#3333FF"; // (dull blue)                        Special Folders color
+$color[12]  = "#808080"; //                     Alternate rows
+
 ?>