newmail plugin strings
[squirrelmail.git] / themes / bluesnews_theme.php
1 <?php
2 /** Author: Ray Black
3 Date: August 15, 2000
4 Theme Name: "BluesNews"
5 Comments: In the long tradition of mimicing popular sites, I bring
6 you the 'inspired by BluesNews.com' theme. Simple, high-
7 contrast colorset, easy to read with very little eye strain.
8 **/
9
10 global $color;
11 $color[0] = "#181818"; // (off-black) TitleBar
12 $color[1] = "#A0A0A0"; // (gray) Quoted Replies in Emails
13 $color[2] = "#800000"; // (red) Warning/Error Messages
14 $color[3] = "#000000"; // (black) Left Bar Background
15 $color[4] = "#000000"; // (black) Normal Background
16 $color[5] = "#000080"; // (bright blue) Table Headers
17 $color[6] = "#FFFF80"; // (bright yellow) Text on left bar
18 $color[7] = "#FFFF80"; // (bright yellow) Links
19 $color[8] = "#FFFFFF"; // (white) Normal text
20 $color[9] = "#000080"; // (bright blue) Darker version of #0
21 $color[10] = "#000080"; // (bright blue) Darker version of #9
22 $color[11] = "#3333FF"; // (dull blue) Special Folders color
23 $color[12] = "#808080"; // Alternate rows
24 ?>