Source for file maize_theme.php

Documentation is available at maize_theme.php

  1. <?php
  2.  
  3. /**
  4.  * maize_theme.php
  5.  * Name:    Maize
  6.  * Date:    August 15, 2000
  7.  * Comment: Staying with the 'South of the border food' theme,
  8.  *          Staying with the 'South of the border food' theme,
  9.  *          I bring you Maize to accompany Black Bean Burrito.
  10.  *          As the Furbies say: Yum! Oh, message highlighting
  11.  *          looks best with colors in the neighborhood of
  12.  *          #7a6a50, bumping up the red, green and blue where
  13.  *          necessary.
  14.  *
  15.  * @author Ray Black
  16.  * @copyright 2000-2020 The SquirrelMail Project Team
  17.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  18.  * @version $Id: maize_theme.php 14840 2020-01-07 07:42:38Z pdontthink $
  19.  * @package squirrelmail
  20.  * @subpackage themes
  21.  */
  22.  
  23. global $color;
  24. $color[0]   '#b0b0b0'// (gray)                      TitleBar
  25. $color[1]   '#a04040'// (dull red)                  Quoted Replies in Emails
  26. $color[2]   '#f04040'// (bright red)                Warning/Error Messages
  27. $color[3]   '#dfcfbf'// (antique white)             Left Bar Background
  28. $color[4]   '#dfcfbf'// (antique white)             Normal Background
  29. $color[5]   '#755a45'// (light brown)               Table Headers
  30. $color[6]   '#101010'// (off-black)                 Text on left bar
  31. $color[7]   '#800000'// (red)                       Links
  32. $color[8]   '#000000'// (black)                     Normal text
  33. $color[9]   '#909090'// (darker gray)               Darker version of #0
  34. $color[10]  '#606060'// (darkest gray)              Darker version of #9
  35. $color[11]  '#600000'// (lighter red)               Special Folders color
  36. $color[15]  '#602020'// (some brown)                Unselectable folders

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