Source for file simple_green_theme.php

Documentation is available at simple_green_theme.php

  1. <?php
  2.  
  3. /**
  4.  * Name: Simple-Green
  5.  * Date: 2004/09/20
  6.  *
  7.  * @author Paul Lesniewski
  8.  * @copyright 2004-2020 The SquirrelMail Project Team
  9.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10.  * @version $Id: simple_green_theme.php 14840 2020-01-07 07:42:38Z pdontthink $
  11.  * @package squirrelmail
  12.  * @subpackage themes
  13.  */
  14.  
  15. global $color;
  16. $color[0"#DCDCDC"// (light gray) R. Frame: Table Header Bar Background
  17. $color[1"#800000"// (red) Not Currently Used (?)
  18. $color[2"#CC0000"// (light red) Error Text
  19. $color[3"#669966"// (p-s green) L. Frame: Background
  20. $color[4"#FFFFFF"// (color name) R. Frame: Background
  21. $color[5"#669966"// (p-s green) R. Frame: From/Date/Subject Header Background
  22. $color[6"#FFFFFF"// (white) L. Frame: Normal Text
  23. $color[7"#000000"// (black - TODO: is this OK?) R. Frame: Links
  24. $color[8"#000000"// (black) R. Frame: Normal Text
  25. $color[9"#669966"// (p-s green) R. Frame: Header/Footer Bar BG (usu. darker than #0)
  26. $color[10"#666666"// (dark gray NOTE: not tested) L. Frame: Metafolder Text (usu. darker than #9)
  27. $color[11"#770000"// (dark red - TODO: doesn't look great but needs to be different than regular folder color) L. Frame: Mailbox Folder Links (INBOX/Trash/Sent)
  28. $color[12"#EDEDED"// (light gray) Alternate List Item Color (alternates with #4)
  29. $color[13"#800000"// (dark red) > Quoted Message Text
  30. $color[14"#FF0000"// (rec) >> Multi-Quoted Message Text (2 >'s or more)
  31. $color[15"#002266"// (dark blue NOTE: not tested) L. Frame: unselectable folders

Documentation generated on Mon, 13 Jan 2020 04:25:20 +0100 by phpDocumentor 1.4.3