From 211f8c1d635041a8bf1208c4c4f8cfffbd2fd97a Mon Sep 17 00:00:00 2001 From: jmunro Date: Mon, 10 Jun 2002 18:42:08 +0000 Subject: [PATCH] Adding a couple themes, alien_glow is from Todd Hammer, dark_green is from me :) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2935 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 6 ++++++ themes/alien_glow.php | 23 +++++++++++++++++++++++ themes/dark_green.php | 23 +++++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 themes/alien_glow.php create mode 100644 themes/dark_green.php diff --git a/config/config_default.php b/config/config_default.php index 1311ea4a..b4aceb6b 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -369,6 +369,12 @@ $theme[30]['NAME'] = 'Random (Changes every login)'; $theme[31]['PATH'] = '../themes/midnight.php'; $theme[31]['NAME'] = 'Midnight'; +$theme[32]['PATH'] = '../themes/alien_glow.php'; +$theme[32]['NAME'] = 'Alien Glow'; + +$theme[33]['PATH'] = '../themes/dark_green.php'; +$theme[33]['NAME'] = 'Dark Green'; + /** * LDAP server(s) * Array of arrays with LDAP server parameters. See diff --git a/themes/alien_glow.php b/themes/alien_glow.php new file mode 100644 index 00000000..9c3ad4ae --- /dev/null +++ b/themes/alien_glow.php @@ -0,0 +1,23 @@ + + Name: Alien Glow Theme + Date: May 2, 2002 + Theme Name: "Alien Glow Color Scheme" + + **/ + + $color[0] = "#19881A"; // TitleBar + $color[1] = "#800000"; // + $color[2] = "#CC0000"; // Warning/Error Messages + $color[3] = "#000000"; // Left Bar Background + $color[4] = "#000000"; // Normal Background + $color[5] = "#0A6C11"; // Table Headers + $color[6] = "#4CC748"; // Text on left bar + #$color[7] = "#706C44"; // Links + $color[7] = "#ffffff"; // Normal text + $color[8] = "#61FF5C"; // Links + $color[9] = "#157316"; // Darker version of #0 + $color[10] = "#105611"; // Darker version of #9 + $color[11] = "#ffffff"; // Special Folders color +?> diff --git a/themes/dark_green.php b/themes/dark_green.php new file mode 100644 index 00000000..fc1d68f9 --- /dev/null +++ b/themes/dark_green.php @@ -0,0 +1,23 @@ + -- 2.25.1