adding tahoma style sheets. Provide better readability for Arabic or Farsi
[squirrelmail.git] / themes / seaspray_theme.php
1 <?php
2
3 /**
4 * Name: Sea Spray Theme
5 * @author Luke Ehresman
6 * Date: March 3, 2000
7 *
8 * Copyright (c) 2000-2005 The SquirrelMail Project Team
9 * Licensed under the GNU GPL. For full terms see the file COPYING.
10 *
11 * $Id$
12 * @package squirrelmail
13 * @subpackage themes
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 ?>