Fixed so that quoted text in replies becomes readable - Found by T.J. Drennan
[squirrelmail.git] / themes / blue_grey_theme.php
CommitLineData
94c9adcb 1<?php
94c9adcb 2
15e6162e 3/**
4 * blue_grey_theme.php
5 * Name: Blue-grey
6 * Author: M.J. Prinsen
7 * Date: July 20, 2001
8 *
9 * Copyright (c) 2001-2002 The SquirrelMail Project Team
10 * Licensed under the GNU GPL. For full terms see the file COPYING.
11 *
12 * $Id$
13 */
14
15global $color;
ecf5c1bd 16$color[0] = '#6188A9'; // (middle blue) TitleBar
17$color[1] = '#800000'; // (red)
18$color[2] = '#CC0000'; // (light red) Warning/Error Messages
19$color[3] = '#294763'; // (dark blue) Left Bar Background
20$color[4] = '#929292'; // (dark grey) Normal Background or C0C0C0
21$color[5] = '#597D9D'; // (middle blue) Table Headers
22$color[6] = '#FFFFFF'; // (white) Text on left bar
23$color[7] = '#FFFFFF'; // (white) Links
24$color[8] = '#FFFFFF'; // (white) Normal text
25$color[9] = '#587B99'; // (middle gray) Darker version of #0
26$color[10] = '#496E8B'; // (dark gray) Darker version of #9
27$color[11] = '#A7C5F3'; // (light blue) Special Folders color
28$color[12] = '#7092B4';
29$color[15] = '#D0D0D0'; // (light gray) Unselectable folders
94c9adcb 30
94c9adcb 31?>