We're living in 2004 now... perl is your friend for these kinds of things :)
[squirrelmail.git] / themes / plain_blue_theme.php
CommitLineData
a871010c 1<?php
a871010c 2
ed430208 3/**
c4309fbd 4 * Name: Plain Blue
5 * @author Luke Ehresman
6 * Date: April 30, 2000
ed430208 7 *
82d304a0 8 * Copyright (c) 2000-2004 The SquirrelMail Project Team
ed430208 9 * Licensed under the GNU GPL. For full terms see the file COPYING.
10 *
11 * $Id$
c4309fbd 12 * @package squirrelmail
13 * @subpackage themes
ed430208 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?>