adding tahoma style sheets. Provide better readability for Arabic or Farsi
[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-2005 The SquirrelMail Project Team
10 * Licensed under the GNU GPL. For full terms see the file COPYING.
11 *
12 * $Id$
13 * @package squirrelmail
14 * @subpackage themes
15 */
16
17 global $color;
18 $color[0] = '#595959'; // (mid-dark gray) TitleBar
19 $color[1] = '#f88888'; // (light red) Quoted Replies in Emails
20 $color[2] = '#ff7171'; // (pinkish) Warning/Error Messages
21 $color[3] = '#000000'; // (black) Left Bar Background
22 $color[4] = '#000000'; // (black) Normal Background
23 $color[5] = '#373700'; // (dark yellow-green) Table Headers
24 $color[6] = '#d0d0d0'; // (off-white) Text on left bar
25 $color[7] = '#cfcfa0'; // (very dull yellow) Links
26 $color[8] = '#d0d0d0'; // (off-white) Normal text
27 $color[9] = '#414141'; // (dark gray) Darker version of #0
28 $color[10] = '#292929'; // (darker gray) Darker version of #9
29 $color[11] = '#aaaa44'; // (gold) Special Folders color
30 $color[12] = '#202020'; // (dark gray) Alternate color
31 $color[13] = '#ff7733'; // (orange-ish) Single-quoted text
32 $color[14] = '#ff3377'; // (pink-ish) 2 or more quotes
33 $color[15] = '#414141'; // (darker gray) unselectable folders
34 ?>