Adding more index.php files
[squirrelmail.git] / themes / simple_green2.php
1 <?php
2 /**
3 * Author: Vicky Pyne <dotvicky@dotvicky.net>
4 * Date: June 7, 2005
5 * Theme Name: 'Simple Green'
6 * Copyright: Vicky Pyne <dotvicky@dotvicky.net>, 2005
7 * Licence: GNU Public License
8 *
9 * Published on SquirrelMail SourceForge tracker (#1217066).
10 * Modified by SquirrelMail developers to match documentation guidelines.
11 * Copyright (c) 2005 The SquirrelMail Project Team
12 * @package squirrelmail
13 * @subpackage themes
14 */
15
16 global $color;
17 $color[0] = '#DCDCDC'; // (light gray) TitleBar
18 $color[1] = '#800000'; // (red)
19 $color[2] = '#CC0000'; // (light red) Warning/Error Messages
20 $color[3] = '#669966'; // (grey-green) Left Bar Background
21 $color[4] = '#FFFFFF'; // (white) Normal Background
22 $color[5] = '#99CC99'; // (light-green) Table Headers
23 $color[6] = '#000000'; // (black) Text on left bar
24 $color[7] = '#006633'; // (green) Links
25 $color[8] = '#000000'; // (black) Normal text
26 $color[9] = '#ABABAB'; // (mid-gray) Darker version of #0
27 $color[10] = '#666666'; // (dark gray) Darker version of #9
28 $color[11] = '#003300'; // (darker green) Special Folders color
29 $color[12] = '#EDEDED'; // (light gray) Alternate color for message list
30 $color[13] = '#6666CC'; // (dull blue) Color for quoted text -- > 1 quote
31 $color[14] = '#333399'; // (dark blue) Color for quoted text -- >> 2 or more
32 $color[15] = '#669966'; // (grey-green) Unselectable folders
33 ?>