Commented out two lines. Not sure what they were suppose to do, but they
[squirrelmail.git] / themes / bluesnews_theme.php
index b49e398c11647f472d374f82e8f960b6805941c4..302784589344d4cd30faa68827e6cda1126be150 100644 (file)
  */
 
 global $color;
-$color[0]   = "#181818"; // (off-black)                        TitleBar
-$color[1]   = "#A0A0A0"; // (gray)                             Quoted Replies in Emails
-$color[2]   = "#800000"; // (red)                              Warning/Error Messages
-$color[3]   = "#000000"; // (black)                            Left Bar Background
-$color[4]   = "#000000"; // (black)                            Normal Background
-$color[5]   = "#000080"; // (bright blue)              Table Headers
-$color[6]   = "#FFFF80"; // (bright yellow)            Text on left bar
-$color[7]   = "#FFFF80"; // (bright yellow)            Links
-$color[8]   = "#FFFFFF"; // (white)                            Normal text
-$color[9]   = "#000080"; // (bright blue)              Darker version of #0
-$color[10]  = "#000080"; // (bright blue)              Darker version of #9
-$color[11]  = "#3333FF"; // (dull blue)                        Special Folders color
-$color[12]  = "#808080"; //                     Alternate rows
+$color[0]   = '#181818'; // (off-black)                        TitleBar
+$color[1]   = '#A0A0A0'; // (gray)                             Quoted Replies in Emails
+$color[2]   = '#800000'; // (red)                              Warning/Error Messages
+$color[3]   = '#000000'; // (black)                            Left Bar Background
+$color[4]   = '#000000'; // (black)                            Normal Background
+$color[5]   = '#000080'; // (bright blue)              Table Headers
+$color[6]   = '#FFFF80'; // (bright yellow)            Text on left bar
+$color[7]   = '#FFFF80'; // (bright yellow)            Links
+$color[8]   = '#FFFFFF'; // (white)                            Normal text
+$color[9]   = '#000080'; // (bright blue)              Darker version of #0
+$color[10]  = '#000080'; // (bright blue)              Darker version of #9
+$color[11]  = '#3333FF'; // (dull blue)                        Special Folders color
+$color[12]  = '#808080'; //                     Alternate rows
+$color[15]  = '#C0C060'; // (dull yellow)         Unselectable folders
 
 ?>