some color updates
[squirrelmail.git] / config / config.php
index 36bd5d8c2b5a6cb94b47bfcecbf0970419b4ad04..87b93b17c6cec1114eb365ff71900b8a3605f7ec 100644 (file)
@@ -11,6 +11,14 @@ $imapServerAddress = "adam.usa.om.org";
 /* This is displayed right after they log in */
 $motd = "  Welcome to OM's webmail system, SquirrelMail.  We are currently in beta, and have not yet released a full version of SquirrelMail.  Please feel free to look around, and please report any bugs to <A HREF=\"mailto:nathan@usa.om.org\">Nathan</A> or <A HREF=\"mailto:luke@usa.om.org\">Luke</A>.";
 
+/* Customizable colors */
+$color_lgray     = "DCDCDC";
+$color_red       = "800000";
+$color_light_red = "FF0000";
+$color_left_bg   = "A0B8C8";
+$color_bground   = "FFFFFF";
+$color_light_yel = "FFFFCC";
+
 /* SquirrelMail version number -- DO NOT CHANGE */
 $version = "0.0.1";