moving functions to separate file, adding configuration files
[squirrelmail.git] / themes / black_bean_burrito_theme.php
CommitLineData
0bd2886a 1<?php
0bd2886a 2
15e6162e 3/**
4 * black_bean_burrito_theme.php
5 * Name: Black Bean Burrito
c4309fbd 6 * @author Ray Black
15e6162e 7 * Date: August 15, 2000
8 *
82d304a0 9 * Copyright (c) 2000-2004 The SquirrelMail Project Team
15e6162e 10 * Licensed under the GNU GPL. For full terms see the file COPYING.
11 *
12 * $Id$
c4309fbd 13 * @package squirrelmail
14 * @subpackage themes
15e6162e 15 */
16
17global $color;
ecf5c1bd 18$color[0] = '#595959'; // (mid-dark gray) TitleBar
eb548244 19$color[1] = '#f88888'; // (light red) Quoted Replies in Emails
ecf5c1bd 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
eb548244 24$color[6] = '#d0d0d0'; // (off-white) Text on left bar
ecf5c1bd 25$color[7] = '#cfcfa0'; // (very dull yellow) Links
eb548244 26$color[8] = '#d0d0d0'; // (off-white) Normal text
ecf5c1bd 27$color[9] = '#414141'; // (dark gray) Darker version of #0
28$color[10] = '#292929'; // (darker gray) Darker version of #9
eb548244 29$color[11] = '#aaaa44'; // (gold) Special Folders color
ecf5c1bd 30$color[12] = '#202020'; // (dark gray) Alternate color
eb548244 31$color[13] = '#ff7733'; // (orange-ish) Single-quoted text
32$color[14] = '#ff3377'; // (pink-ish) 2 or more quotes
ecf5c1bd 33$color[15] = '#414141'; // (darker gray) unselectable folders
eb548244 34?>