Added Deep Ocean 2 theme from M.J. Prinsen from May 22, 2001
[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 global $color;
8 $color[0] = "#595959"; // (mid-dark gray) TitleBar
9 $color[1] = "#F88888"; // (light red) Quoted Replies in Emails
10 $color[2] = "#ff7171"; // (pinkish) Warning/Error Messages
11 $color[3] = "#000000"; // (black) Left Bar Background
12 $color[4] = "#000000"; // (black) Normal Background
13 $color[5] = "#373700"; // (dark yellow-green) Table Headers
14 $color[6] = "#D0D0D0"; // (off-white) Text on left bar
15 $color[7] = "#cfcfa0"; // (very dull yellow) Links
16 $color[8] = "#D0D0D0"; // (off-white) Normal text
17 $color[9] = "#414141"; // (dark gray) Darker version of #0
18 $color[10] = "#292929"; // (darker gray) Darker version of #9
19 $color[11] = "#AAAA44"; // (gold) Special Folders color
20 $color[12] = "#202020"; // (dark gray) Alternate color for message backround in index table
21 $color[13] = "#FF7733"; // (orange-ish) Single-quoted text
22 $color[14] = "#FF3377"; // (pink-ish) 2 or more quotes
23 ?>