Happy 2014
[squirrelmail.git] / themes / dark_green.php
index fc1d68f90b0dd2e81e4352045e3d697283d5742f..c53c94220310639d75dc37d3f17b428da48867a4 100644 (file)
@@ -1,23 +1,30 @@
 <?php
-   /** Author:       Ray Black
-       Date:         August 15, 2000
-       Theme Name:   "Black Bean Burrito"
-    **/
 
-    global $color;
-    $color[0]   = "#0a2801"; // (mid-dark gray)                TitleBar
-    $color[1]   = "#F88888"; // (light red)                    Quoted Replies in Emails
-    $color[2]   = "#ff7171"; // (pinkish)                      Warning/Error Messages
-    $color[3]   = "#0a2801"; // (black)                                Left Bar Background
-    $color[4]   = "#000000"; // (black)                                Normal Background
-    $color[5]   = "#0e3503"; // (dark yellow-green)    Table Headers
-    $color[6]   = "#D0D0D0"; // (off-white)                    Text on left bar
-    $color[7]   = "#cfcfa0"; // (very dull yellow)     Links
-    $color[8]   = "#D0D0D0"; // (off-white)                    Normal text
-    $color[9]   = "#0e3503"; // (dark gray)                    Darker version of #0
-    $color[10]  = "#0a2801"; // (darker gray)          Darker version of #9
-    $color[11]  = "#AAAA44"; // (gold)                 Special Folders color
-    $color[12]  = "#0a2801"; // (dark gray)             Alternate color for message backround in index table
-    $color[13]  = "#FF7733"; // (orange-ish)  Single-quoted text
-    $color[14]  = "#FF3377"; // (pink-ish)  2 or more quotes
-?>
+/**
+ * Date:         June 10 2002
+ * Theme Name:   "Dark Green"
+ *
+ * @author Jason Munro
+ * @copyright 2002-2014 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]   = "#0a2801";
+$color[1]   = "#f88888";
+$color[2]   = "#ff7171";
+$color[3]   = "#0a2801";
+$color[4]   = "#000000";
+$color[5]   = "#0e3503";
+$color[6]   = "#d0d0d0";
+$color[7]   = "#cfcfa0";
+$color[8]   = "#d0d0d0";
+$color[9]   = "#0e3503";
+$color[10]  = "#0a2801";
+$color[11]  = "#aaaa44";
+$color[12]  = "#0a2801";
+$color[13]  = "#ff7733";
+$color[14]  = "#ff3377";