瀏覽代碼

* 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 年之前
父節點
當前提交
3d93958c73
共有 1 個文件被更改,包括 1 次插入0 次删除
  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[9]   = "#414141"; // (dark gray)			Darker version of #0
     $color[10]  = "#292929"; // (darker gray)		Darker version of #9
     $color[10]  = "#292929"; // (darker gray)		Darker version of #9
     $color[11]  = "#AAAA44"; // (light red)			Special Folders color
     $color[11]  = "#AAAA44"; // (light red)			Special Folders color
+    $color[12]  = "#303030"; // (dark gray)             Alternate color for message backround in index table
 ?>
 ?>