From f7968a66f65957ffc771e79d6e89524921c3b36d Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 6 Mar 2006 17:10:56 +0000 Subject: [PATCH] adding new themes. Patch numbers are in changelog. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10892 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- themes/autumn.php | 32 ++++++++++++++++++++++++++++++++ themes/autumn2.php | 32 ++++++++++++++++++++++++++++++++ themes/blue_on_blue.php | 31 +++++++++++++++++++++++++++++++ themes/classic_blue.php | 32 ++++++++++++++++++++++++++++++++ themes/classic_blue2.php | 32 ++++++++++++++++++++++++++++++++ themes/powder_blue.php | 32 ++++++++++++++++++++++++++++++++ themes/techno_blue.php | 32 ++++++++++++++++++++++++++++++++ themes/turquoise.php | 32 ++++++++++++++++++++++++++++++++ 8 files changed, 255 insertions(+) create mode 100644 themes/autumn.php create mode 100644 themes/autumn2.php create mode 100644 themes/blue_on_blue.php create mode 100644 themes/classic_blue.php create mode 100644 themes/classic_blue2.php create mode 100644 themes/powder_blue.php create mode 100644 themes/techno_blue.php create mode 100644 themes/turquoise.php diff --git a/themes/autumn.php b/themes/autumn.php new file mode 100644 index 00000000..b22d6917 --- /dev/null +++ b/themes/autumn.php @@ -0,0 +1,32 @@ + 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 index 00000000..bad43540 --- /dev/null +++ b/themes/autumn2.php @@ -0,0 +1,32 @@ + 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 index 00000000..471d6649 --- /dev/null +++ b/themes/blue_on_blue.php @@ -0,0 +1,31 @@ + + * Name: Blue on Blue + * Date: December 29, 2005 + * Theme Name: "Blue on Blue" + * @copyright © 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 index 00000000..b4a6fc35 --- /dev/null +++ b/themes/classic_blue.php @@ -0,0 +1,32 @@ + 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 index 00000000..61c84123 --- /dev/null +++ b/themes/classic_blue2.php @@ -0,0 +1,32 @@ + 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 index 00000000..21ec18e0 --- /dev/null +++ b/themes/powder_blue.php @@ -0,0 +1,32 @@ + 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 index 00000000..db95972d --- /dev/null +++ b/themes/techno_blue.php @@ -0,0 +1,32 @@ + 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 index 00000000..1c3ac89e --- /dev/null +++ b/themes/turquoise.php @@ -0,0 +1,32 @@ + 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 -- 2.25.1