supported by mbstring and use it. Fixes bug #1005353.
- LDAP backend will use internal squirrelmail charset conversion functions
instead of php xml extension. Fixes bug #655137.
+ - Added Wood theme and Silver Steel theme by Pavel Spatny and Simple Green theme
Version 1.5.0
--------------------
--- /dev/null
+<?php
+
+/**
+ * silver_steel_theme.php
+ * Name: Silver-Steel
+ * Author: Pavel Spatny
+ * Date: 2004/11/16
+ */
+
+global $color;
+$color[0] = '#d0d4de'; // addit. text background
+$color[1] = '#900000'; // ??
+$color[2] = '#C00000'; // warnings
+$color[3] = '#d0d4de'; // Left Bar Background
+$color[4] = '#e8ecf6'; // Normal Background
+$color[5] = '#b0b8d0'; // Table Headers
+$color[6] = '#102030'; // Text on left bar
+$color[7] = '#206090'; // Links
+$color[8] = '#102070'; // Normal text
+$color[9] = '#b8c0cc'; // Darker version of #0
+$color[10] = '#a8b0bc'; // Darker version of #9
+$color[11] = '#307090'; // Special Folders color
+$color[12] = '#d0d4de'; // odd message background
+$color[13] = '#ffffff'; //
+$color[14] = '#ffffff'; //
+$color[15] = '#D0D0D0'; // Unselectable folders
+
+?>
--- /dev/null
+<?php
+
+
+/**
+ * simple_green_theme.php
+ * Name: Simple-Green
+ * Author: Paul Lesneiwski
+ * Date: 2004/09/20
+ */
+
+global $color;
+$color[0] = "#DCDCDC"; // (light gray) R. Frame: Table Header Bar Background
+$color[1] = "#800000"; // (red) Not Currently Used (?)
+$color[2] = "#CC0000"; // (light red) Error Text
+$color[3] = "#669966"; // (p-s green) L. Frame: Background
+$color[4] = "#FFFFFF"; // (color name) R. Frame: Background
+$color[5] = "#669966"; // (p-s green) R. Frame: From/Date/Subject Header Background
+$color[6] = "#FFFFFF"; // (white) L. Frame: Normal Text
+$color[7] = "#000000"; // (black - TODO: is this OK?) R. Frame: Links
+$color[8] = "#000000"; // (black) R. Frame: Normal Text
+$color[9] = "#669966"; // (p-s green) R. Frame: Header/Footer Bar BG (usu. darker than #0)
+$color[10] = "#666666"; // (dark gray NOTE: not tested) L. Frame: Metafolder Text (usu. darker than #9)
+$color[11] = "#770000"; // (dark red - TODO: doesn't look great but needs to be different than regular folder color) L. Frame: Mailbox Folder Links (INBOX/Trash/Sent)
+$color[12] = "#EDEDED"; // (light gray) Alternate List Item Color (alternates with #4)
+$color[13] = "#800000"; // (dark red) > Quoted Message Text
+$color[14] = "#FF0000"; // (rec) >> Multi-Quoted Message Text (2 >'s or more)
+$color[15] = "#002266"; // (dark blue NOTE: not tested) L. Frame: unselectable folders
+
+?>
--- /dev/null
+<?php
+
+/**
+ * wood_theme.php
+ * Name: Wood
+ * Author: Pavel Spatny
+ * Date: 2004/11/16
+ */
+
+global $color;
+$color[0] = '#e4dab0'; // addit. text background
+$color[1] = '#900000'; // ??
+$color[2] = '#C00000'; // warnings
+$color[3] = '#e4dab0'; // Left Bar Background
+$color[4] = '#f4f0d0'; // Normal Background
+$color[5] = '#dac490'; // Table Headers
+$color[6] = '#102030'; // Text on left bar
+$color[7] = '#a06030'; // Links
+$color[8] = '#602000'; // Normal text
+$color[9] = '#dac490'; // Darker version of #0
+$color[10] = '#cab488'; // Darker version of #9
+$color[11] = '#a06030'; // Special Folders color
+$color[12] = '#e4dab0'; // odd message background
+$color[13] = '#ffffff'; //
+$color[14] = '#ffffff'; //
+$color[15] = '#D0D0D0'; // Unselectable folders
+
+?>