Minor changes to make the colors more separate from each other without
[squirrelmail.git] / themes / seaspray_theme.php
1 <?php
2
3 /**
4 * seaspray_theme.php
5 * Name: Sea Spray Theme
6 * Author: Luke Ehresman
7 * Date: March 3, 2000
8 * Comment:
9 *
10 * Copyright (c) 2000-2002 The SquirrelMail Project Team
11 * Licensed under the GNU GPL. For full terms see the file COPYING.
12 *
13 * $Id$
14 */
15
16 global $color;
17 $color[0] = '#7CA4A4';
18 $color[1] = '#800000';
19 $color[2] = '#CC0000';
20 $color[3] = '#588080';
21 $color[4] = '#DCFFFF';
22 $color[5] = '#98C0C0';
23 $color[6] = '#000000';
24 $color[7] = '#184040';
25 $color[8] = '#000000';
26 $color[9] = '#78A0A0';
27 $color[10] = '#386060';
28 $color[11] = '#FFFFB0';
29 $color[15] = '#B0FFFF';
30
31 ?>