e00e6b44f93d412966a4e437bba3c12a22c986f2
[squirrelmail.git] / themes / maize_theme.php
1 <?php
2 /** Author: Ray Black
3 Date: August 15, 2000
4 Theme Name: "Maize"
5 Comments: Staying with the 'South of the border food' theme,
6 I bring you Maize to accompany Black Bean Burrito.
7 As the Furbies say: Yum! Oh, message highlighting
8 looks best with colors in the neighborhood of
9 #7A6A50, bumping up the red, green and blue where
10 necessary.
11 **/
12
13 global $color;
14 $color[0] = "#B0B0B0"; // (gray) TitleBar
15 $color[1] = "#A04040"; // (dull red) Quoted Replies in Emails
16 $color[2] = "#F04040"; // (bright red) Warning/Error Messages
17 $color[3] = "#DFCFBF"; // (antique white) Left Bar Background
18 $color[4] = "#DFCFBF"; // (antique white) Normal Background
19 $color[5] = "#755A45"; // (light brown) Table Headers
20 $color[6] = "#101010"; // (off-black) Text on left bar
21 $color[7] = "#800000"; // (red) Links
22 $color[8] = "#000000"; // (black) Normal text
23 $color[9] = "#909090"; // (darker gray) Darker version of #0
24 $color[10] = "#606060"; // (darkest gray) Darker version of #9
25 $color[11] = "#600000"; // (lighter red) Special Folders color
26 ?>