Adding more index.php files
[squirrelmail.git] / themes / simple_purple.php
CommitLineData
37b0cf0c 1<?php
2/**
3 * Author: Vicky Pyne <dotvicky@dotvicky.net>
4 * Date: June 7, 2005
5 * Theme Name: 'Simple Purple'
6 * Copyright: Vicky Pyne <dotvicky@dotvicky.net>, 2005
7 * Licence: GNU Public License
8 *
9 * Published on SquirrelMail SourceForge tracker (#1217069).
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
16global $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] = '#B6A7D5'; // (pale-purple) Left Bar Background
21$color[4] = '#FFFFFF'; // (white) Normal Background
22$color[5] = '#877C9F'; // (greyish-purple) Table Headers
23$color[6] = '#000000'; // (black) Text on left bar
24$color[7] = '#663399'; // (purple) 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] = '#330066'; // (darker purple) 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] = '#9966CC'; // (grey-purple) Unselectable folders
33?>