Quotation-error
[squirrelmail.git] / themes / black_bean_burrito_theme.php
1 <?php
2
3 /**
4 * black_bean_burrito_theme.php
5 * Name: Black Bean Burrito
6 * Author: Ray Black
7 * Date: August 15, 2000
8 *
9 * Copyright (c) 2000-2003 The SquirrelMail Project Team
10 * Licensed under the GNU GPL. For full terms see the file COPYING.
11 *
12 * $Id$
13 */
14
15 global $color;
16 $color[0] = '#595959'; // (mid-dark gray) TitleBar
17 $color[1] = '#F88888'; // (light red) Quoted Replies in Emails
18 $color[2] = '#ff7171'; // (pinkish) Warning/Error Messages
19 $color[3] = '#000000'; // (black) Left Bar Background
20 $color[4] = '#000000'; // (black) Normal Background
21 $color[5] = '#373700'; // (dark yellow-green) Table Headers
22 $color[6] = '#D0D0D0'; // (off-white) Text on left bar
23 $color[7] = '#cfcfa0'; // (very dull yellow) Links
24 $color[8] = '#D0D0D0'; // (off-white) Normal text
25 $color[9] = '#414141'; // (dark gray) Darker version of #0
26 $color[10] = '#292929'; // (darker gray) Darker version of #9
27 $color[11] = '#AAAA44'; // (gold) Special Folders color
28 $color[12] = '#202020'; // (dark gray) Alternate color
29 $color[13] = '#FF7733'; // (orange-ish) Single-quoted text
30 $color[14] = '#FF3377'; // (pink-ish) 2 or more quotes
31 $color[15] = '#414141'; // (darker gray) unselectable folders
32 ?>