Source for file alien_glow.php

Documentation is available at 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 2002-2020 The SquirrelMail Project Team
  9.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10.  * @version $Id: alien_glow.php 14845 2020-01-07 08:09:34Z pdontthink $
  11.  * @package squirrelmail
  12.  * @subpackage themes
  13.  */
  14.  
  15. global $color;
  16. $color[0]   "#19881a"//      TitleBar
  17. $color[1]   "#800000"//
  18. $color[2]   "#cc0000"//      Warning/Error Messages
  19. $color[3]   "#000000"//      Left Bar Background
  20. $color[4]   "#000000"//      Normal Background
  21. $color[5]   "#0a6c11"//      Table Headers
  22. $color[6]   "#4cc748"//      Text on left bar
  23. #$color[7]   = "#706c44"; //     Links
  24. $color[7]   "#ffffff"//      Normal text
  25. $color[8]   "#61ff5c"//      Links
  26. $color[9]   "#157316"//      Darker version of #0
  27. $color[10]  "#105611"//      Darker version of #9
  28. $color[11]  "#ffffff"//      Special Folders color

Documentation generated on Mon, 13 Jan 2020 04:22:00 +0100 by phpDocumentor 1.4.3