Sfoglia il codice sorgente

* My last color was a smidge too bright.
* Hey, where's the collapseable folders option for 1.1??

Tyler Akins 24 anni fa
parent
commit
406eed2868
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      themes/black_bean_burrito_theme.php

+ 1 - 1
themes/black_bean_burrito_theme.php

@@ -16,5 +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
+    $color[12]  = "#202020"; // (dark gray)             Alternate color for message backround in index table
 ?>