adding new themes. Patch numbers are in changelog.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 6 Mar 2006 17:10:56 +0000 (17:10 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 6 Mar 2006 17:10:56 +0000 (17:10 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10892 7612ce4b-ef26-0410-bec9-ea0150e637f0

themes/autumn.php [new file with mode: 0644]
themes/autumn2.php [new file with mode: 0644]
themes/blue_on_blue.php [new file with mode: 0644]
themes/classic_blue.php [new file with mode: 0644]
themes/classic_blue2.php [new file with mode: 0644]
themes/powder_blue.php [new file with mode: 0644]
themes/techno_blue.php [new file with mode: 0644]
themes/turquoise.php [new file with mode: 0644]

diff --git a/themes/autumn.php b/themes/autumn.php
new file mode 100644 (file)
index 0000000..b22d691
--- /dev/null
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Author:       Jeremy Landes
+ * Date:         December 9, 2005
+ * Theme Name:   'Autumn'
+ *
+ * Theme posted on SquirrelMail tracker #1377525
+ * @copyright &copy; 2005-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
+ */
+
+global $color;
+$color[0]   = '#bb9d45'; // Title bar at the top of the page header
+$color[1]   = '#800000'; // Not currently used
+$color[2]   = '#cc0000'; // Warning/error messages
+$color[3]   = '#71360a'; // Left folder list background color
+$color[4]   = '#ffffff'; // Normal background color
+$color[5]   = '#c95d02'; // Header of the message index (From, Date, Subject)
+$color[6]   = '#ffffff'; // Normal text on the left folder list
+$color[7]   = '#2d4900'; // Links in the right frame
+$color[8]   = '#000000'; // Normal text
+$color[9]   = '#9ca147'; // Darker version of #0
+$color[10]  = '#76673e'; // Darker version of #9
+$color[11]  = '#c95d02'; // Special folders color (Inbox, Trash, Sent)
+$color[12]  = '#ebebeb'; // Alternate color for message list (alters between #4 and this one)
+$color[13]  = '#800000'; // Color for single-quoted text ('> text')
+$color[14]  = '#ff0000'; // Color for text with more than one quote ('>> text')
+$color[15]  = '#ffffff'; // Non-selectable folders in the left frame (defaults to #6)
+?>
\ No newline at end of file
diff --git a/themes/autumn2.php b/themes/autumn2.php
new file mode 100644 (file)
index 0000000..bad4354
--- /dev/null
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Author:       Jeremy Landes
+ * Date:         December 9, 2005
+ * Theme Name:   'Autumn 2'
+ *
+ * Theme posted on SquirrelMail tracker #1377526
+ * @copyright &copy; 2005-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
+ */
+
+global $color;
+$color[0]   = '#bca87e'; // Title bar at the top of the page header
+$color[1]   = '#800000'; // Not currently used
+$color[2]   = '#cc0000'; // Warning/error messages
+$color[3]   = '#4f1c23'; // Left folder list background color
+$color[4]   = '#dcddc5'; // Normal background color
+$color[5]   = '#7c8546'; // Header of the message index (From, Date, Subject)
+$color[6]   = '#ffffff'; // Normal text on the left folder list
+$color[7]   = '#4f1c23'; // Links in the right frame
+$color[8]   = '#000000'; // Normal text
+$color[9]   = '#7c8546'; // Darker version of #0
+$color[10]  = '#4c5c2b'; // Darker version of #9
+$color[11]  = '#f4e1b9'; // Special folders color (Inbox, Trash, Sent)
+$color[12]  = '#c9cba4'; // Alternate color for message list (alters between #4 and this one)
+$color[13]  = '#800000'; // Color for single-quoted text ('> text')
+$color[14]  = '#ff0000'; // Color for text with more than one quote ('>> text')
+$color[15]  = '#ffffff'; // Non-selectable folders in the left frame (defaults to #6)
+?>
diff --git a/themes/blue_on_blue.php b/themes/blue_on_blue.php
new file mode 100644 (file)
index 0000000..471d664
--- /dev/null
@@ -0,0 +1,31 @@
+<?php
+/**
+ * Author:      Lucas Austin-Howe <lucash@slic.com>
+ * Name:        Blue on Blue
+ * Date:        December 29, 2005
+ * Theme Name:  "Blue on Blue"
+ * @copyright &copy; 2005-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
+ */
+
+$color[0]  = '#4c4b83'; // TitleBar
+$color[1]  = '#ffffff'; // Not Currently Used
+$color[2]  = '#ffffff'; // Warning/Error Messages
+$color[3]  = '#19193a'; // Left Bar Background
+$color[4]  = '#19193a'; // Normal Background
+$color[5]  = '#19193a'; // Table Headers
+$color[6]  = '#8a8aaf'; // Text on Left Bar
+$color[7]  = '#8a8aaf'; // Normal text
+$color[8]  = '#9097bc'; // Links
+$color[9]  = '#2d2d3b'; // Darker Version of #0
+$color[10] = '#16161d'; // Darker Version of #9
+$color[11] = '#ffffff'; // Special Folders color
+$color[12] = '#1d1d26'; // Alternate List Item Color (alternates with #4)
+$color[13] = '#8a8aaf'; // Single-Quoted text
+$color[14] = '#8a8aaf'; // Two or more quotes
+$color[15] = '#ffffff'; // Unselectable Folders
+
+?>
\ No newline at end of file
diff --git a/themes/classic_blue.php b/themes/classic_blue.php
new file mode 100644 (file)
index 0000000..b4a6fc3
--- /dev/null
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Author:       Jeremy Landes
+ * Date:         December 9, 2005
+ * Theme Name:   'Classic Blue'
+ *
+ * Theme posted on SquirrelMail tracker #1377525
+ * @copyright &copy; 2005-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
+ */
+
+global $color;
+$color[0]   = '#d1e2fe'; // Title bar at the top of the page header
+$color[1]   = '#800000'; // Not currently used
+$color[2]   = '#cc0000'; // Warning/error messages
+$color[3]   = '#014e82'; // Left folder list background color
+$color[4]   = '#ffffff'; // Normal background color
+$color[5]   = '#5c99dc'; // Header of the message index (From, Date, Subject)
+$color[6]   = '#ffffff'; // Normal text on the left folder list
+$color[7]   = '#004499'; // Links in the right frame
+$color[8]   = '#000000'; // Normal text
+$color[9]   = '#5c99dc'; // Darker version of #0
+$color[10]  = '#5c99dc'; // Darker version of #9
+$color[11]  = '#d1e2fe'; // Special folders color (Inbox, Trash, Sent)
+$color[12]  = '#eef4fe'; // Alternate color for message list (alters between #4 and this one)
+$color[13]  = '#333333'; // Color for single-quoted text ('> text')
+$color[14]  = '#666666'; // Color for text with more than one quote ('>> text')
+$color[15]  = '#ffffff'; // Non-selectable folders in the left frame (defaults to #6)
+?>
\ No newline at end of file
diff --git a/themes/classic_blue2.php b/themes/classic_blue2.php
new file mode 100644 (file)
index 0000000..61c8412
--- /dev/null
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Author:       Jeremy Landes
+ * Date:         December 10, 2005
+ * Theme Name:   'Classic Blue 2'
+ *
+ * Theme posted on SquirrelMail tracker #1378332
+ * @copyright &copy; 2005-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
+ */
+
+global $color;
+$color[0]   = '#a2c7e1'; // Title bar at the top of the page header
+$color[1]   = '#800000'; // Not currently used
+$color[2]   = '#cc0000'; // Warning/error messages
+$color[3]   = '#014e82'; // Left folder list background color
+$color[4]   = '#e8f5fd'; // Normal background color
+$color[5]   = '#4590c4'; // Header of the message index (From, Date, Subject)
+$color[6]   = '#ffffff'; // Normal text on the left folder list
+$color[7]   = '#004e82'; // Links in the right frame
+$color[8]   = '#000000'; // Normal text
+$color[9]   = '#87b3d0'; // Darker version of #0
+$color[10]  = '#87b3d0'; // Darker version of #9
+$color[11]  = '#a2c7e1'; // Special folders color (Inbox, Trash, Sent)
+$color[12]  = '#dae9f3'; // Alternate color for message list (alters between #4 and this one)
+$color[13]  = '#333333'; // Color for single-quoted text ('> text')
+$color[14]  = '#666666'; // Color for text with more than one quote ('>> text')
+$color[15]  = '#ffffff'; // Non-selectable folders in the left frame (defaults to #6)
+?>
\ No newline at end of file
diff --git a/themes/powder_blue.php b/themes/powder_blue.php
new file mode 100644 (file)
index 0000000..21ec18e
--- /dev/null
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Author:       Tammi Maggard
+ * Date:         December 9, 2005
+ * Theme Name:   'Powder Blue'
+ *
+ * Theme posted on SquirrelMail tracker #1377528
+ * @copyright &copy; 2005-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
+ */
+
+global $color;
+$color[0]   = '#ebecff'; // Title bar at the top of the page header
+$color[1]   = '#800000'; // Not currently used
+$color[2]   = '#cc0000'; // Warning/error messages
+$color[3]   = '#3354aa'; // Left folder list background color
+$color[4]   = '#f9faff'; // Normal background color
+$color[5]   = '#c7D3ea'; // Header of the message index (From, Date, Subject)
+$color[6]   = '#f5f9ff'; // Normal text on the left folder list
+$color[7]   = '#3354aa'; // Links in the right frame
+$color[8]   = '#000000'; // Normal text
+$color[9]   = '#c7d3ea'; // Darker version of #0
+$color[10]  = '#c7d3ea'; // Darker version of #9
+$color[11]  = '#c7d3ea'; // Special folders color (Inbox, Trash, Sent)
+$color[12]  = '#f2f3ff'; // Alternate color for message list (alters between #4 and this one)
+$color[13]  = '#333333'; // Color for single-quoted text ('> text')
+$color[14]  = '#666666'; // Color for text with more than one quote ('>> text')
+$color[15]  = '#f5f9ff'; // Non-selectable folders in the left frame (defaults to #6)
+?>
\ No newline at end of file
diff --git a/themes/techno_blue.php b/themes/techno_blue.php
new file mode 100644 (file)
index 0000000..db95972
--- /dev/null
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Author:       Jeremy Landes
+ * Date:         December 10, 2005
+ * Theme Name:   'Techno Blue'
+ *
+ * Theme posted on SquirrelMail tracker #1377567
+ * @copyright &copy; 2005-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
+ */
+
+global $color;
+$color[0]   = '#b8c6d8'; // Title bar at the top of the page header
+$color[1]   = '#800000'; // Not currently used
+$color[2]   = '#cc0000'; // Warning/error messages
+$color[3]   = '#617d9c'; // Left folder list background color
+$color[4]   = '#f6faff'; // Normal background color
+$color[5]   = '#93a7c3'; // Header of the message index (From, Date, Subject)
+$color[6]   = '#f6faff'; // Normal text on the left folder list
+$color[7]   = '#0d2536'; // Links in the right frame
+$color[8]   = '#1f384c'; // Normal text
+$color[9]   = '#93a7c3'; // Darker version of #0
+$color[10]  = '#93a7c3'; // Darker version of #9
+$color[11]  = '#b8c6d8'; // Special folders color (Inbox, Trash, Sent)
+$color[12]  = '#eaeff5'; // Alternate color for message list (alters between #4 and this one)
+$color[13]  = '#4d657d'; // Color for single-quoted text ('> text')
+$color[14]  = '#4d657d'; // Color for text with more than one quote ('>> text')
+$color[15]  = '#f6faff'; // Non-selectable folders in the left frame (defaults to #6)
+?>
\ No newline at end of file
diff --git a/themes/turquoise.php b/themes/turquoise.php
new file mode 100644 (file)
index 0000000..1c3ac89
--- /dev/null
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Author:       Jeremy Landes
+ * Date:         December 9, 2005
+ * Theme Name:   'Turquoise'
+ *
+ * Theme posted on SquirrelMail tracker #1377529
+ * @copyright &copy; 2005-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
+ */
+
+global $color;
+$color[0]   = '#7eb6d9'; // Title bar at the top of the page header
+$color[1]   = '#800000'; // Not currently used
+$color[2]   = '#cc0000'; // Warning/error messages
+$color[3]   = '#000000'; // Left folder list background color
+$color[4]   = '#f1f1f1'; // Normal background color
+$color[5]   = '#0085c5'; // Header of the message index (From, Date, Subject)
+$color[6]   = '#ffffff'; // Normal text on the left folder list
+$color[7]   = '#000020'; // Links in the right frame
+$color[8]   = '#000000'; // Normal text
+$color[9]   = '#0085c5'; // Darker version of #0
+$color[10]  = '#0085c5'; // Darker version of #9
+$color[11]  = '#7eb6d9'; // Special folders color (Inbox, Trash, Sent)
+$color[12]  = '#dfdfdf'; // Alternate color for message list (alters between #4 and this one)
+$color[13]  = '#333333'; // Color for single-quoted text ('> text')
+$color[14]  = '#666666'; // Color for text with more than one quote ('>> text')
+$color[15]  = '#ffffff'; // Non-selectable folders in the left frame (defaults to #6)
+?>
\ No newline at end of file