Sorry. Forgot the space.
[squirrelmail.git] / themes / plain_blue_theme.php
index c40ec64f100984def06ccd406ec13a9869854578..257a8673f7370443bdbeeb60f51d89486a9cad1b 100644 (file)
@@ -4,6 +4,7 @@
        Theme Name:   "Plain Blue"
     **/
 
+    global $color;
     $color[0]   = "#A2BED4"; // TitleBar
     $color[1]   = "#800000"; // 
     $color[2]   = "#CC0000"; // Warning/Error Messages
@@ -16,4 +17,5 @@
     $color[9]   = "#83A0BA"; // Darker version of #0
     $color[10]  = "#376589"; // Darker version of #9
     $color[11]  = "#770000"; // Special Folders color
+    $color[12]  = "#EDEDED"; // Alternating rows color
 ?>