12345678910111213141516171819202122232425262728 |
- <?php
- /**
- * Name: Alien Glow Theme
- * Date: May 2, 2002
- *
- * @author Todd Hammer <thammer at rtccom.com>
- * @copyright © 2002-2007 The SquirrelMail Project Team
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- * @version $Id$
- * @package squirrelmail
- * @subpackage themes
- */
- global $color;
- $color[0] = "#19881a"; // TitleBar
- $color[1] = "#800000"; //
- $color[2] = "#cc0000"; // Warning/Error Messages
- $color[3] = "#000000"; // Left Bar Background
- $color[4] = "#000000"; // Normal Background
- $color[5] = "#0a6c11"; // Table Headers
- $color[6] = "#4cc748"; // Text on left bar
- #$color[7] = "#706c44"; // Links
- $color[7] = "#ffffff"; // Normal text
- $color[8] = "#61ff5c"; // Links
- $color[9] = "#157316"; // Darker version of #0
- $color[10] = "#105611"; // Darker version of #9
- $color[11] = "#ffffff"; // Special Folders color
|