whatever
[squirrelmail.git] / themes / midnight.php
index 6da08ccd83ed10536229424f42286b239d0daff6..44076e66c939f29c7cca9a1366aac30bfb56ecea 100644 (file)
@@ -2,15 +2,17 @@
 
 /**
  * midnight.php
- *    Name:   Midnight
- *    Author: Jim Riffle
- *    Date:   November 14, 2001
- *    Comment: A popular theme with Jim's users
+ * Name:   Midnight
+ * @author Jim Riffle
+ * Date:   November 14, 2001
+ * Comment: A popular theme with Jim's users
  *
- * Copyright (c) 2001-2002 The SquirrelMail Project Team
+ * Copyright (c) 2001-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
@@ -25,8 +27,8 @@ $color[7]   = '#00FFCC'; // Links
 $color[8]   = '#FFFFFF'; // Normal text
 $color[9]   = '#000099'; // Darker version of #0
 $color[10]  = '#33FF66'; // Dimmed out folder color
-$color[11]  = '#000060'; // Special folders / Unseen messages color
+$color[11]  = '#7070FF'; // Special folders / Unseen messages color
 $color[12]  = '#3300CC'; // Alternate table row color
 $color[13]  = '#3333CC';
-
+$color[15]  = '#33FF66'; // Unselectable folders
 ?>