* message_display.php uses $color[12] for every-other message line. If it
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 20 Feb 2001 18:15:34 +0000 (18:15 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 20 Feb 2001 18:15:34 +0000 (18:15 +0000)
  doesn't exist, it defaults to EAEAEA.  Very bad choice for Black Bean
  Burrito.  Added a $color[12] to the theme.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1145 7612ce4b-ef26-0410-bec9-ea0150e637f0

themes/black_bean_burrito_theme.php

index a54c729ae8376ba56a69aee30ddedd470bb2c079..bad0708429dd7d01a7ada14585aa514d3704117d 100644 (file)
@@ -16,4 +16,5 @@
     $color[9]   = "#414141"; // (dark gray)                    Darker version of #0
     $color[10]  = "#292929"; // (darker gray)          Darker version of #9
     $color[11]  = "#AAAA44"; // (light red)                    Special Folders color
+    $color[12]  = "#303030"; // (dark gray)             Alternate color for message backround in index table
 ?>