added the 3 new translations to the changelog, fixed my misspelling of
[squirrelmail.git] / config / ice_theme.php
index 200ce8c87b435865726c0419ca2c20f46fe26c34..f177269d6a12881176891c836683b0d1b19c5592 100644 (file)
@@ -1,19 +1,19 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         January 7 2000
        Theme Name:   "Ice Theme"
     **/
 
-    $color[0]   = "C0DAFF"; // TitleBar
-    $color[1]   = "800000"; // Error Message
-    $color[2]   = "CC0000"; // Warning/Error Messages
-    $color[3]   = "B0CAFF"; // Left Bar Background
-    $color[4]   = "FFFFFF"; // Normal Background
-    $color[5]   = "D0EAFF"; // Table Headers
-    $color[6]   = "000000"; // Text on left bar
-    $color[7]   = "8888FF"; // Links
-    $color[8]   = "000000"; // Normal text
-    $color[9]   = "D0EAFF"; // Darker version of #0
-    $color[10]  = "F0FAFF"; // Darker version of #9
-    $color[11]  = "770000"; // Special Folders color
+    $color[0]   = "#C0DAFF"; // TitleBar
+    $color[1]   = "#800000"; // Error Message
+    $color[2]   = "#CC0000"; // Warning/Error Messages
+    $color[3]   = "#B0CAFF"; // Left Bar Background
+    $color[4]   = "#FFFFFF"; // Normal Background
+    $color[5]   = "#D0EAFF"; // Table Headers
+    $color[6]   = "#000000"; // Text on left bar
+    $color[7]   = "#8888FF"; // Links
+    $color[8]   = "#000000"; // Normal text
+    $color[9]   = "#D0EAFF"; // Darker version of #0
+    $color[10]  = "#F0FAFF"; // Darker version of #9
+    $color[11]  = "#770000"; // Special Folders color
 ?>