Source for file wood_theme.php

Documentation is available at wood_theme.php

  1. <?php
  2.  
  3. /**
  4.  * Name: Wood
  5.  * Date: 2004/11/16
  6.  *
  7.  * @author Pavel Spatny
  8.  * @copyright 2004-2020 The SquirrelMail Project Team
  9.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10.  * @version $Id: wood_theme.php 14840 2020-01-07 07:42:38Z pdontthink $
  11.  * @package squirrelmail
  12.  * @subpackage themes
  13.  */
  14.  
  15. global $color;
  16. $color[0]   '#e4dab0'//       addit. text background
  17. $color[1]   '#900000'//        ??
  18. $color[2]   '#C00000'//        warnings
  19. $color[3]   '#e4dab0'//       Left Bar Background
  20. $color[4]   '#f4f0d0'//       Normal Background
  21. $color[5]   '#dac490'//       Table Headers
  22. $color[6]   '#102030'//       Text on left bar
  23. $color[7]   '#a06030'//       Links
  24. $color[8]   '#602000'//       Normal text
  25. $color[9]   '#dac490'//       Darker version of #0
  26. $color[10]  '#cab488'//       Darker version of #9
  27. $color[11]  '#a06030'//       Special Folders color
  28. $color[12]  '#e4dab0'//       odd message background
  29. $color[13]  '#ffffff'//
  30. $color[14]  '#ffffff'//
  31. $color[15]  '#D0D0D0'//       Unselectable folders

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