Fixed some bugs in folder deleting
[squirrelmail.git] / config / default_theme.php
CommitLineData
f1eeea57 1<?
80848535 2 /** Author: Luke Ehresman
3 Date: January 2, 2000
4 Theme Name: "Default Theme"
5
6 This is the default theme that comes standard with SquirrelMail.
f1eeea57 7 Most of the colors were taken from mail.yahoo.com's theme on their
8 site.
80848535 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.
f1eeea57 17 **/
18
80848535 19 $color[0] = "DCDCDC"; // (light gray) TitleBar
20 $color[1] = "800000"; // (red)
21 $color[2] = "CC0000"; // (light red) Warning/Error Messages
22 $color[3] = "A0B8C8"; // (green-blue) Left Bar Background
23 $color[4] = "FFFFFF"; // (white) Normal Background
24 $color[5] = "FFFFCC"; // (light yellow) Table Headers
25 $color[6] = "000000"; // (black) Text on left bar
26 $color[7] = "0000CC"; // (blue) Links
27 $color[8] = "000000"; // (black) Normal text
28 $color[9] = "ABABAB"; // (mid-gray) Darker version of #0
29 $color[10] = "666666"; // (dark gray) Darker version of #9
30 $color[11] = "770000"; // (dark red) Special Folders color
f1eeea57 31?>