phpDocumentor updates
[squirrelmail.git] / themes / plain_blue_theme.php
index 6809f34718e8d39472db8a96997a63aca43947e6..4e1e1e8b77bc254909995bcf367cf17f1d972fe1 100644 (file)
@@ -1,19 +1,31 @@
 <?php
-   /** Author:       Luke Ehresman
-       Date:         April 30, 2000
-       Theme Name:   "Plain Blue"
-    **/
 
-    $color[0]   = "#B2C5D4"; // (light gray)     TitleBar
-    $color[1]   = "#800000"; // (red)
-    $color[2]   = "#CC0000"; // (light red)      Warning/Error Messages
-    $color[3]   = "#6795B9"; // (green-blue)     Left Bar Background
-    $color[4]   = "#FFFFFF"; // (white)          Normal Background
-    $color[5]   = "#98B0C3"; // (light yellow)   Table Headers
-    $color[6]   = "#000000"; // (black)          Text on left bar
-    $color[7]   = "#0000CC"; // (blue)           Links
-    $color[8]   = "#000000"; // (black)          Normal text
-    $color[9]   = "#92A5B4"; // (mid-gray)       Darker version of #0
-    $color[10]  = "#376589"; // (dark gray)      Darker version of #9
-    $color[11]  = "#770000"; // (dark red)       Special Folders color
-?>
+/**
+ * Name: Plain Blue
+ * Date: April 30, 2000
+ *
+ * @author Luke Ehresman
+ * @copyright &copy; 2000-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
+ */
+
+global $color;
+$color[0]   = '#a2bed4'; // TitleBar
+$color[1]   = '#800000'; //
+$color[2]   = '#cc0000'; // Warning/Error Messages
+$color[3]   = '#6795b9'; // Left Bar Background
+$color[4]   = '#ffffff'; // Normal Background
+$color[5]   = '#94abc0'; // Table Headers
+$color[6]   = '#000000'; // Text on left bar
+$color[7]   = '#0000cc'; // Links
+$color[8]   = '#000000'; // Normal text
+$color[9]   = '#83a0ba'; // Darker version of #0
+$color[10]  = '#376589'; // Darker version of #9
+$color[11]  = '#770000'; // Special Folders color
+$color[12]  = '#ededed'; // Alternating rows color
+$color[15]  = '#001166'; // Unselectable folders
+
+?>
\ No newline at end of file