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 13 elements (0-12). Below is an example followed by a description of what the different entries are for. ------ ------ And here is a description of what the different entries in the array are color of: 0: Title Bar at the top of the page header 1: 2: Error messages (usually red) 3: Left folder list background color 4: Normal background color 5: Header of the message index (From, Date, Subject) 6: Normal text on the left folder list 7: Links in the right frame 8: Normal text (usually black) 9: Darker version of #0 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 included in the distribution of SquirrelMail, just email it to and I will review it.