added a purple theme
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 7 Jan 2000 17:01:16 +0000 (17:01 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 7 Jan 2000 17:01:16 +0000 (17:01 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@123 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/config.php
config/purple_theme.php [new file with mode: 0644]

index 90b02c3b4d6b770f06794e2c244617814d0b6875..e56e86e63c48bdb132b98dcefee84892bb6f7ff4 100644 (file)
@@ -51,6 +51,8 @@
     $theme[3]["PATH"] = "../config/slashdot_theme.php";
     $theme[3]["NAME"] = "Slashdot";
 
     $theme[3]["PATH"] = "../config/slashdot_theme.php";
     $theme[3]["NAME"] = "Slashdot";
 
+    $theme[4]["PATH"] = "../config/purple_theme.php";
+    $theme[4]["NAME"] = "Purple";
 
 //  Whether or not to use a special color for special folders.  If not, special
 //  folders will be the same color as the other folders
 
 //  Whether or not to use a special color for special folders.  If not, special
 //  folders will be the same color as the other folders
diff --git a/config/purple_theme.php b/config/purple_theme.php
new file mode 100644 (file)
index 0000000..fa42aad
--- /dev/null
@@ -0,0 +1,21 @@
+<?
+   /** Author:       Luke Ehresman
+       Date:         January 7, 2000
+       Theme Name:   "Purple Theme"
+
+       This Theme is composed entirely of shades of purple.
+    **/
+
+    $color[0]   = "AC9ECB"; // (light purp)     TitleBar
+    $color[1]   = "800000"; // (red)
+    $color[2]   = "CC0000"; // (light red)      Warning/Error Messages
+    $color[3]   = "B6A7D5"; // (purple)         Left Bar Background
+    $color[4]   = "EDE4FF"; // (light purple)   Normal Background
+    $color[5]   = "DDD4EF"; // (darker gray)    Table Headers
+    $color[6]   = "000000"; // (black)          Text on left bar
+    $color[7]   = "622680"; // (light purple)   Links
+    $color[8]   = "000000"; // (black)          Normal text
+    $color[9]   = "877C9F"; // (mid purp)       Darker version of #0
+    $color[10]  = "726987"; // (dark purp)      Darker version of #9
+    $color[11]  = "770000"; // (dark red)       Special Folders color
+?>
\ No newline at end of file