Cleanup in comment
[squirrelmail.git] / themes / dark_grey_theme.php
index 7fe17213c4ffb61c8f554a8f5cfd3ba364ff6848..7a2e63227c34f31999d781a081395bbe80dca7a3 100644 (file)
  */
 
 global $color;
-$color[0]   = '#B2B2B2'; // (gray)           TitleBar
+$color[0]   = '#b2b2b2'; // (gray)           TitleBar
 $color[1]   = '#800000'; // (red)
-$color[2]   = '#CC0000'; // (light red)      Warning/Error Messages
+$color[2]   = '#cc0000'; // (light red)      Warning/Error Messages
 $color[3]   = '#929292'; // (light gray)     Left Bar Background
-$color[4]   = '#FFFFFF'; // (white)          Normal Background
-$color[5]   = '#C0C0C0'; // (lighter grey)   Table Headers
+$color[4]   = '#ffffff'; // (white)          Normal Background
+$color[5]   = '#c0c0c0'; // (lighter grey)   Table Headers
 $color[6]   = '#000000'; // (black)          Text on left bar
 $color[7]   = '#303030'; // (dark gray)      Links
 $color[8]   = '#000000'; // (black)          Normal text
@@ -29,4 +29,4 @@ $color[10]  = '#505050'; // (dark gray)      Darker version of #9
 $color[11]  = '#770010'; // (dark red)       Special Folders color
 $color[15]  = '#440000'; // (darker red)     Unselectable folders
 
-?>
+?>
\ No newline at end of file