added a theme from Ray Black
[squirrelmail.git] / themes / black_bean_burrito_theme.php
1 <?php
2 /** Author: Ray Black
3 Date: August 15, 2000
4 Theme Name: "Black Bean Burrito"
5 **/
6
7 $color[0] = "#595959"; // (mid-dark gray) TitleBar
8 $color[1] = "#F88888"; // (light red) Quoted Replies in Emails
9 $color[2] = "#ff7171"; // (pinkish) Warning/Error Messages
10 $color[3] = "#000000"; // (black) Left Bar Background
11 $color[4] = "#000000"; // (black) Normal Background
12 $color[5] = "#373700"; // (dark yellow-green) Table Headers
13 $color[6] = "#D0D0D0"; // (off-white) Text on left bar
14 $color[7] = "#cfcfa0"; // (very dull yellow) Links
15 $color[8] = "#D0D0D0"; // (off-white) Normal text
16 $color[9] = "#414141"; // (dark gray) Darker version of #0
17 $color[10] = "#292929"; // (darker gray) Darker version of #9
18 $color[11] = "#AAAA44"; // (light red) Special Folders color
19 ?>