XHTML fixes
[squirrelmail.git] / themes / ice_theme.php
index f3ccae5693455094a6572c9fab8e364c78256e01..4b28fcc75ecf7976a5940632589da0b62a1a69d5 100644 (file)
  */
 
 global $color;
-$color[0]   = '#C0DAFF'; // TitleBar
+$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[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[7]   = '#8888ff'; // Links
 $color[8]   = '#000000'; // Normal text
-$color[9]   = '#D0EAFF'; // Darker version of #0
-$color[10]  = '#F0FAFF'; // Darker version of #9
+$color[9]   = '#d0eaff'; // Darker version of #0
+$color[10]  = '#f0faff'; // Darker version of #9
 $color[11]  = '#770000'; // Special Folders color
 $color[15]  = '#006600'; // Unselectable folders
 
-?>
+?>
\ No newline at end of file