adding new themes. Patch numbers are in changelog.
[squirrelmail.git] / themes / alien_glow.php
1 <?php
2
3 /**
4 * Name: Alien Glow Theme
5 * Date: May 2, 2002
6 *
7 * @author Todd Hammer <thammer at rtccom.com>
8 * @copyright &copy; 2002-2006 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
15 $color[0] = "#19881a"; // TitleBar
16 $color[1] = "#800000"; //
17 $color[2] = "#cc0000"; // Warning/Error Messages
18 $color[3] = "#000000"; // Left Bar Background
19 $color[4] = "#000000"; // Normal Background
20 $color[5] = "#0a6c11"; // Table Headers
21 $color[6] = "#4cc748"; // Text on left bar
22 #$color[7] = "#706c44"; // Links
23 $color[7] = "#ffffff"; // Normal text
24 $color[8] = "#61ff5c"; // Links
25 $color[9] = "#157316"; // Darker version of #0
26 $color[10] = "#105611"; // Darker version of #9
27 $color[11] = "#ffffff"; // Special Folders color
28 ?>