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