Fixed AUTHROS file corruption
[squirrelmail.git] / themes / black_bean_burrito_theme.php
index 57bf70f8ec4357480774590434ce0acbf97b43ac..e8ecd332d8575d614b5affacacb6f189fb411e99 100644 (file)
@@ -4,6 +4,7 @@
        Theme Name:   "Black Bean Burrito"
     **/
 
+    global $color;
     $color[0]   = "#595959"; // (mid-dark gray)                TitleBar
     $color[1]   = "#F88888"; // (light red)                    Quoted Replies in Emails
     $color[2]   = "#ff7171"; // (pinkish)                      Warning/Error Messages
@@ -15,6 +16,8 @@
     $color[8]   = "#D0D0D0"; // (off-white)                    Normal text
     $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[11]  = "#AAAA44"; // (gold)                 Special Folders color
     $color[12]  = "#202020"; // (dark gray)             Alternate color for message backround in index table
+    $color[13]  = "#FF7733"; // (orange-ish)  Single-quoted text
+    $color[14]  = "#FF3377"; // (pink-ish)  2 or more quotes
 ?>