This is to keep the CSS validator happy.
[squirrelmail.git] / themes / bluesteel_theme.php
1 <?php
2
3 /**
4 * bluesteel_theme.php
5 * Name: Default Theme
6 * Author: Luke Ehresman
7 * Date: January 2, 2000
8 * Comment: This is the default theme that comes standard with
9 * SquirrelMail. Most of the colors were taken from
10 * mail.yahoo.com's theme on their site.
11 *
12 * To create a new theme, just copy this file, and edit the colors.
13 * Be sure to rename the file and keep the original, just in case.
14 *
15 * Copyright (c) 2000-2002 The SquirrelMail Project Team
16 * Licensed under the GNU GPL. For full terms see the file COPYING.
17 *
18 * NOTE: Please email any themes you create to captbunzo@squirrelmail.org
19 * for inclusion in further releases of SquirrelMail and for download
20 * from the web page.
21 *
22 * $Id$
23 */
24
25 global $color;
26 $color[0] = '#A8A8A8'; // (darkish grey) TitleBar
27 $color[1] = '#800000'; // (red)
28 $color[2] = '#CC0000'; // (light red) Warning/Error Messages
29 $color[3] = '#475A94'; // (darkish blue) Left Bar Background
30 $color[4] = '#DEDFDF'; // (grey) Normal Background
31 $color[5] = '#FFFFCC'; // (light yellow) Table Headers
32 $color[6] = '#000000'; // (black) Text on left bar
33 $color[7] = '#0000CC'; // (blue) Links
34 $color[8] = '#000000'; // (black) Normal text
35 $color[9] = '#ABABAB'; // (mid-gray) Lighter version of #0
36 $color[10] = '#666666'; // (dark gray) Darker version of #0
37 $color[11] = '#770000'; // (dark red) Special Folders color
38 $color[15] = '#ABABAB'; // (mid-gray) Unselectable folders
39 ?>