From cf6052487e6b4c55851f00d65c8ed741a4595cda Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 17 Nov 2004 23:53:38 +0000 Subject: [PATCH] New themes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8385 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 1 + themes/silver_steel_theme.php | 28 ++++++++++++++++++++++++++++ themes/simple_green_theme.php | 29 +++++++++++++++++++++++++++++ themes/wood_theme.php | 28 ++++++++++++++++++++++++++++ 4 files changed, 86 insertions(+) create mode 100644 themes/silver_steel_theme.php create mode 100644 themes/simple_green_theme.php create mode 100644 themes/wood_theme.php diff --git a/ChangeLog b/ChangeLog index 5415711d..35230e8f 100644 --- 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 index 00000000..336ecb91 --- /dev/null +++ b/themes/silver_steel_theme.php @@ -0,0 +1,28 @@ + diff --git a/themes/simple_green_theme.php b/themes/simple_green_theme.php new file mode 100644 index 00000000..d4da68fa --- /dev/null +++ b/themes/simple_green_theme.php @@ -0,0 +1,29 @@ + 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 index 00000000..10a1859f --- /dev/null +++ b/themes/wood_theme.php @@ -0,0 +1,28 @@ + -- 2.25.1