These fixes were needed in order to make work save stuff from newmail. Please Paul...
[squirrelmail.git] / themes / deepocean_theme.php
index 09a86d288977b540f52722eed2a1c5f2500fcfb5..9b55e84713a73acf431898417d2e8cdf29f3c3fd 100644 (file)
@@ -6,6 +6,7 @@
        Deep Ocean is a theme that is very blue.
     **/
 
+    global $color;
     $color[0]   = "#6188A9"; // (light gray)     TitleBar
     $color[1]   = "#800000"; // (red)
     $color[2]   = "#CC0000"; // (light red)      Warning/Error Messages
@@ -18,4 +19,5 @@
     $color[9]   = "#587B99"; // (mid-gray)       Darker version of #0
     $color[10]  = "#496E8B"; // (dark gray)      Darker version of #9
     $color[11]  = "#A7C5F3"; // (dark red)       Special Folders color
+    $color[12]  = "#7092B4";
 ?>