Adding a couple themes, alien_glow is from Todd Hammer, dark_green is from me :)
authorjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 10 Jun 2002 18:42:08 +0000 (18:42 +0000)
committerjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 10 Jun 2002 18:42:08 +0000 (18:42 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2935 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/config_default.php
themes/alien_glow.php [new file with mode: 0644]
themes/dark_green.php [new file with mode: 0644]

index 1311ea4a3147821cc3cc5538560f945ae56f7a80..b4aceb6be000fe5f82aa3fc81c0ffa6c81236d3c 100644 (file)
@@ -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 (file)
index 0000000..9c3ad4a
--- /dev/null
@@ -0,0 +1,23 @@
+<?php
+   /** 
+       Author:       Todd Hammer <thammer@rtccom.com>
+       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 (file)
index 0000000..fc1d68f
--- /dev/null
@@ -0,0 +1,23 @@
+<?php
+   /** Author:       Ray Black
+       Date:         August 15, 2000
+       Theme Name:   "Black Bean Burrito"
+    **/
+
+    global $color;
+    $color[0]   = "#0a2801"; // (mid-dark gray)                TitleBar
+    $color[1]   = "#F88888"; // (light red)                    Quoted Replies in Emails
+    $color[2]   = "#ff7171"; // (pinkish)                      Warning/Error Messages
+    $color[3]   = "#0a2801"; // (black)                                Left Bar Background
+    $color[4]   = "#000000"; // (black)                                Normal Background
+    $color[5]   = "#0e3503"; // (dark yellow-green)    Table Headers
+    $color[6]   = "#D0D0D0"; // (off-white)                    Text on left bar
+    $color[7]   = "#cfcfa0"; // (very dull yellow)     Links
+    $color[8]   = "#D0D0D0"; // (off-white)                    Normal text
+    $color[9]   = "#0e3503"; // (dark gray)                    Darker version of #0
+    $color[10]  = "#0a2801"; // (darker gray)          Darker version of #9
+    $color[11]  = "#AAAA44"; // (gold)                 Special Folders color
+    $color[12]  = "#0a2801"; // (dark gray)             Alternate color for message backround in index table
+    $color[13]  = "#FF7733"; // (orange-ish)  Single-quoted text
+    $color[14]  = "#FF3377"; // (pink-ish)  2 or more quotes
+?>