Getting ready for 1.4.0 RC1
[squirrelmail.git] / themes / bluesteel_theme.php
CommitLineData
8eaebe74 1<?php
8eaebe74 2
15e6162e 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 *
76911253 15 * Copyright (c) 2000-2003 The SquirrelMail Project Team
15e6162e 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 */
8eaebe74 24
15e6162e 25global $color;
ecf5c1bd 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
8eaebe74 39?>