Even better HTML email content style containment
[squirrelmail.git] / themes / seaspray_theme.php
... / ...
CommitLineData
1<?php
2
3/**
4 * Name: Sea Spray Theme
5 * Date: March 3, 2000
6 *
7 * @author Luke Ehresman
8 * @copyright 2000-2019 The SquirrelMail Project Team
9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
10 * @version $Id$
11 * @package squirrelmail
12 * @subpackage themes
13 */
14
15global $color;
16$color[0] = '#7ca4a4';
17$color[1] = '#800000';
18$color[2] = '#cc0000';
19$color[3] = '#588080';
20$color[4] = '#dcffff';
21$color[5] = '#98c0c0';
22$color[6] = '#000000';
23$color[7] = '#184040';
24$color[8] = '#000000';
25$color[9] = '#78a0a0';
26$color[10] = '#386060';
27$color[11] = '#ffffb0';
28$color[15] = '#b0ffff';