New themes
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 17 Nov 2004 23:53:38 +0000 (23:53 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 17 Nov 2004 23:53:38 +0000 (23:53 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8385 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
themes/silver_steel_theme.php [new file with mode: 0644]
themes/simple_green_theme.php [new file with mode: 0644]
themes/wood_theme.php [new file with mode: 0644]

index 5415711d6f84ac1bd8604f3d4c4542ee4f1fba21..35230e8ff18d9a95703fcf882cba94712cd90b2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -154,6 +154,7 @@ Version 1.5.1 -- CVS
     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
 --------------------
diff --git a/themes/silver_steel_theme.php b/themes/silver_steel_theme.php
new file mode 100644 (file)
index 0000000..336ecb9
--- /dev/null
@@ -0,0 +1,28 @@
+<?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
+
+?>
diff --git a/themes/simple_green_theme.php b/themes/simple_green_theme.php
new file mode 100644 (file)
index 0000000..d4da68f
--- /dev/null
@@ -0,0 +1,29 @@
+<?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
+
+?>
diff --git a/themes/wood_theme.php b/themes/wood_theme.php
new file mode 100644 (file)
index 0000000..10a1859
--- /dev/null
@@ -0,0 +1,28 @@
+<?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
+
+?>