Browse Source

Adding a couple themes, alien_glow is from Todd Hammer, dark_green is from me :)

jmunro 23 năm trước cách đây
mục cha
commit
2017605ee3
3 tập tin đã thay đổi với 52 bổ sung0 xóa
  1. 6 0
      config/config_default.php
  2. 23 0
      themes/alien_glow.php
  3. 23 0
      themes/dark_green.php

+ 6 - 0
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

+ 23 - 0
themes/alien_glow.php

@@ -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
+?>

+ 23 - 0
themes/dark_green.php

@@ -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
+?>