Add index.html to Development subdir, rename README.russian_apache to
[squirrelmail.git] / themes / maize_theme.php
CommitLineData
6e0fa5e6 1<?php
6e0fa5e6 2
ed430208 3/**
4 * maize_theme.php
c4309fbd 5 * Name: Maize
6 * @author Ray Black
7 * Date: August 15, 2000
8 * Comment: Staying with the 'South of the border food' theme,
9 * Staying with the 'South of the border food' theme,
10 * I bring you Maize to accompany Black Bean Burrito.
11 * As the Furbies say: Yum! Oh, message highlighting
12 * looks best with colors in the neighborhood of
eb548244 13 * #7a6a50, bumping up the red, green and blue where
c4309fbd 14 * necessary.
eb548244 15 *
6c84ba1e 16 * Copyright (c) 2000-2005 The SquirrelMail Project Team
ed430208 17 * Licensed under the GNU GPL. For full terms see the file COPYING.
18 *
19 * $Id$
c4309fbd 20 * @package squirrelmail
21 * @subpackage themes
ed430208 22 */
23
24global $color;
eb548244 25$color[0] = '#b0b0b0'; // (gray) TitleBar
26$color[1] = '#a04040'; // (dull red) Quoted Replies in Emails
27$color[2] = '#f04040'; // (bright red) Warning/Error Messages
28$color[3] = '#dfcfbf'; // (antique white) Left Bar Background
29$color[4] = '#dfcfbf'; // (antique white) Normal Background
30$color[5] = '#755a45'; // (light brown) Table Headers
31$color[6] = '#101010'; // (off-black) Text on left bar
32$color[7] = '#800000'; // (red) Links
33$color[8] = '#000000'; // (black) Normal text
34$color[9] = '#909090'; // (darker gray) Darker version of #0
35$color[10] = '#606060'; // (darkest gray) Darker version of #9
36$color[11] = '#600000'; // (lighter red) Special Folders color
ecf5c1bd 37$color[15] = '#602020'; // (some brown) Unselectable folders
ed430208 38
eb548244 39?>