浏览代码

added ugly but patriotic theme

lbergman 25 年之前
父节点
当前提交
edc3ad7967
共有 1 个文件被更改,包括 31 次插入0 次删除
  1. 31 0
      config/july4_theme.php

+ 31 - 0
config/july4_theme.php

@@ -0,0 +1,31 @@
+<?php
+   /** Author:       Luke Ehresman
+       Date:         January 2, 2000
+       Theme Name:   "July Fourth Theme"
+
+       This is the default theme that comes standard with SquirrelMail.
+       Most of the colors were taken from mail.yahoo.com's theme on their
+       site.
+
+       To create a new theme, just copy this file, and edit the colors.
+       Be sure to rename the file and keep the original, just in case.
+
+       NOTE:
+       Please email any themes you create to luke@usa.om.org for inclusion
+       in further releases of SquirrelMail and for download from the web
+       page.
+    **/
+
+    $color[0]   = "#6495ED"; // (cornflower blue)TitleBar
+    $color[1]   = "#800000"; // (red)
+    $color[2]   = "#8B0000"; // (dark red)       Warning/Error Messages
+    $color[3]   = "#FF0000"; // (bright red)     Left Bar Background
+    $color[4]   = "#FFFFFF"; // (white)          Normal Background
+    $color[5]   = "#FFFFCC"; // (light yellow)   Table Headers
+    $color[6]   = "#0000FF"; // (blue)           Text on left bar
+    $color[7]   = "#1E90FF"; // (blue)           Links
+    $color[8]   = "#000000"; // (black)          Normal text
+    $color[9]   = "#00008B"; // (blue)       	 
+    $color[10]  = "#0000FF"; // (blue ??)      
+    $color[11]  = "#FFFF00"; // (yellow)         Special Folders color
+?>