This commit adds the possibility to specify system-defined css in order to
[squirrelmail.git] / themes / plain_blue_theme.php
CommitLineData
a871010c 1<?php
a871010c 2
ed430208 3/**
4 * plain_blue_theme.php
5 * Name: Plain Blue
6 * Author: Luke Ehresman
7 * Date: April 30, 2000
8 * Comment:
9 *
10 * Copyright (c) 2000-2002 The SquirrelMail Project Team
11 * Licensed under the GNU GPL. For full terms see the file COPYING.
12 *
13 * $Id$
14 */
15
16global $color;
ecf5c1bd 17$color[0] = '#A2BED4'; // TitleBar
18$color[1] = '#800000'; //
19$color[2] = '#CC0000'; // Warning/Error Messages
20$color[3] = '#6795B9'; // Left Bar Background
21$color[4] = '#FFFFFF'; // Normal Background
22$color[5] = '#94ABC0'; // Table Headers
23$color[6] = '#000000'; // Text on left bar
24$color[7] = '#0000CC'; // Links
25$color[8] = '#000000'; // Normal text
26$color[9] = '#83A0BA'; // Darker version of #0
27$color[10] = '#376589'; // Darker version of #9
28$color[11] = '#770000'; // Special Folders color
29$color[12] = '#EDEDED'; // Alternating rows color
30$color[15] = '#001166'; // Unselectable folders
ed430208 31
a871010c 32?>