From 9056247d241879681a280eb9810fa44950666e5f Mon Sep 17 00:00:00 2001 From: lkehresman Date: Mon, 20 Dec 1999 19:35:48 +0000 Subject: [PATCH] updated config git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@90 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config.php | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/config/config.php b/config/config.php index 5c0a933e..753fb61d 100644 --- a/config/config.php +++ b/config/config.php @@ -27,8 +27,6 @@ $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 Nathan or Luke."; // Customizable colors -/* - // Standard Colors $color[0] = "DCDCDC"; // Light Gray $color[1] = "800000"; // Red $color[2] = "CC0000"; // Light Red @@ -41,21 +39,6 @@ $color[9] = "ABABAB"; // Darker light gray $color[10] = "666666"; // Darker light gray $color[11] = "770000"; // Special folder color -*/ - // TAN THEME - $color[0] = "C7B289"; // Light Gray - $color[1] = "800000"; // Red - $color[2] = "CC0000"; // Light Red - $color[3] = "B79878"; // Left Background - $color[4] = "FBE1BC"; // Background - $color[5] = "FFFFCC"; // Light Yellow - $color[6] = "000000"; // Left Text - $color[7] = "AF5523"; // Link - $color[8] = "000000"; // Text - $color[9] = "ABABAB"; // Darker light gray - $color[10] = "666666"; // Darker light gray - $color[11] = "770000"; // Special folder color - // Whether or not to use $color[11] for special folders. If not, special // folders will be the same color as the other folders -- 2.25.1