XHTML fix
[squirrelmail.git] / themes / bluesnews_theme.php
CommitLineData
6e0fa5e6 1<?php
6e0fa5e6 2
15e6162e 3/**
c4309fbd 4 * Name: BluesNews
5 * @author Ray Black
6 * Date: August 15, 2000
7 * Comment: In the long tradition of mimicing popular sites, I bring
8 * you the 'inspired by BluesNews.com' theme. Simple, high-
9 * contrast colorset, easy to read with very little eye strain.
15e6162e 10 *
6c84ba1e 11 * Copyright (c) 2000-2005 The SquirrelMail Project Team
15e6162e 12 * Licensed under the GNU GPL. For full terms see the file COPYING.
13 *
14 * $Id$
c4309fbd 15 * @package squirrelmail
16 * @subpackage themes
15e6162e 17 */
18
19global $color;
eb548244 20$color[0] = '#181818'; // (off-black) TitleBar
21$color[1] = '#a0a0a0'; // (gray) Quoted Replies in Emails
22$color[2] = '#800000'; // (red) Warning/Error Messages
23$color[3] = '#000000'; // (black) Left Bar Background
24$color[4] = '#000000'; // (black) Normal Background
25$color[5] = '#000080'; // (bright blue) Table Headers
26$color[6] = '#ffff80'; // (bright yellow) Text on left bar
27$color[7] = '#ffff80'; // (bright yellow) Links
28$color[8] = '#ffffff'; // (white) Normal text
29$color[9] = '#000080'; // (bright blue) Darker version of #0
30$color[10] = '#000080'; // (bright blue) Darker version of #9
31$color[11] = '#3333ff'; // (dull blue) Special Folders color
ecf5c1bd 32$color[12] = '#808080'; // Alternate rows
eb548244 33$color[15] = '#c0c060'; // (dull yellow) Unselectable folders
15e6162e 34
eb548244 35?>