Increment year in copyright notice.
[squirrelmail.git] / themes / seaspray_theme.php
CommitLineData
59177427 1<?php
b6def0e7 2
d4f79d96 3/**
c4309fbd 4 * Name: Sea Spray Theme
5 * @author Luke Ehresman
6 * Date: March 3, 2000
d4f79d96 7 *
6c84ba1e 8 * Copyright (c) 2000-2005 The SquirrelMail Project Team
d4f79d96 9 * Licensed under the GNU GPL. For full terms see the file COPYING.
10 *
11 * $Id$
c4309fbd 12 * @package squirrelmail
13 * @subpackage themes
d4f79d96 14 */
15
16global $color;
eb548244 17$color[0] = '#7ca4a4';
ecf5c1bd 18$color[1] = '#800000';
eb548244 19$color[2] = '#cc0000';
ecf5c1bd 20$color[3] = '#588080';
eb548244 21$color[4] = '#dcffff';
22$color[5] = '#98c0c0';
ecf5c1bd 23$color[6] = '#000000';
24$color[7] = '#184040';
25$color[8] = '#000000';
eb548244 26$color[9] = '#78a0a0';
ecf5c1bd 27$color[10] = '#386060';
eb548244 28$color[11] = '#ffffb0';
29$color[15] = '#b0ffff';
d4f79d96 30
eb548244 31?>