Fixed AUTHROS file corruption
[squirrelmail.git] / doc / themes.txt
index cdb6fdf609919362a977e3e70d5ececea63a7e99..11d6caa9fa9c6898f3290c97e305253df5ae0a3b 100644 (file)
@@ -3,7 +3,7 @@ Themes
 
 To create a theme, it is very simple.  Just go into the themes/ directory
 and create a file called yourtheme_theme.php.  You then need to create an
-array with 12 elements (0-13).  Below is an example followed by a
+array with 13 elements (0-12).  Below is an example followed by a
 description of what the different entries are for.
 
 ---<START>--- 
@@ -28,6 +28,8 @@ description of what the different entries are for.
    $color[10]  = "#xxxxxx";
    $color[11]  = "#xxxxxx";
    $color[12]  = "#xxxxxx";
+   $color[13]  = "#xxxxxx";
+   $color[14]  = "#xxxxxx";
 
 ?>
 ---<END>---
@@ -48,6 +50,8 @@ are color of:
  10: Darker version of #9
  11: Special folders color (Inbox, Trash, Sent)
  12: Alternate color for message list (alters between 4 and this one)
+ 13: Color for single-quoted text ("> text") when reading (default:  #800000)
+ 14: Color for text with more than one quote (default: #FF0000)
 
 Next all you have to do is run conf.pl and add the theme to the list
 of themes available to you.  If you would like your theme to be