Browse Source

* message_display.php uses $color[12] for every-other message line. If it
doesn't exist, it defaults to EAEAEA. Very bad choice for Black Bean
Burrito. Added a $color[12] to the theme.

Tyler Akins 24 years ago
parent
commit
3d93958c73
1 changed files with 1 additions and 0 deletions
  1. 1 0
      themes/black_bean_burrito_theme.php

+ 1 - 0
themes/black_bean_burrito_theme.php

@@ -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
 ?>