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