Fix requirements to reflect actual requirements according to Marc.
[squirrelmail.git] / themes / servery_theme.php
CommitLineData
7d451421 1<?php
2
d4f79d96 3/**
4 * servery_theme.php
5 * Name: Servery.cz Theme
6 * Author: Ondrej Sury <ondrej@globe.cz>
7 * Date: August 18, 2000
8 * Comment:
9 *
76911253 10 * Copyright (c) 2000-2003 The SquirrelMail Project Team
d4f79d96 11 * Licensed under the GNU GPL. For full terms see the file COPYING.
12 *
13 * $Id$
14 */
7d451421 15
d4f79d96 16global $color;
ecf5c1bd 17$color[0] = '#F1EEE3'; // (light gray) TitleBar
18$color[1] = '#800000'; // (red)
19$color[2] = '#CC0000'; // (light red) Warning/Error Messages
20$color[3] = '#7D6F3F'; // (green-blue) Left Bar Background
21$color[4] = '#FFFFFF'; // (white) Normal Background
22$color[5] = '#C7B98B'; // (light yellow) Table Headers
23$color[6] = '#000000'; // (black) Text on left bar
24$color[7] = '#434031'; // (blue) Links
25$color[8] = '#000000'; // (black) Normal text
26$color[9] = '#C7B98B'; // (mid-gray) Darker version of #0
27$color[10] = '#F1EEE3'; // (dark gray) Darker version of #9
28$color[11] = '#770000'; // (dark red) Special Folders color
29$color[15] = '#C7B98B'; // (mid-gray) Unselectable folders
7d451421 30?>