Source for file black_bean_burrito_theme.php

Documentation is available at black_bean_burrito_theme.php

  1. <?php
  2.  
  3. /**
  4.  * black_bean_burrito_theme.php
  5.  *    Name:   Black Bean Burrito
  6.  *    Date:   August 15, 2000
  7.  *
  8.  * @author Ray Black
  9.  * @copyright 2000-2020 The SquirrelMail Project Team
  10.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  11.  * @version $Id: black_bean_burrito_theme.php 14840 2020-01-07 07:42:38Z pdontthink $
  12.  * @package squirrelmail
  13.  * @subpackage themes
  14.  */
  15.  
  16. global $color;
  17. $color[0]   '#595959'// (mid-dark gray)     TitleBar
  18. $color[1]   '#f88888'// (light red)         Quoted Replies in Emails
  19. $color[2]   '#ff7171'// (pinkish)           Warning/Error Messages
  20. $color[3]   '#000000'// (black)             Left Bar Background
  21. $color[4]   '#000000'// (black)             Normal Background
  22. $color[5]   '#373700'// (dark yellow-green) Table Headers
  23. $color[6]   '#d0d0d0'// (off-white)         Text on left bar
  24. $color[7]   '#cfcfa0'// (very dull yellow)  Links
  25. $color[8]   '#d0d0d0'// (off-white)         Normal text
  26. $color[9]   '#414141'// (dark gray)         Darker version of #0
  27. $color[10]  '#292929'// (darker gray)       Darker version of #9
  28. $color[11]  '#aaaa44'// (gold)              Special Folders color
  29. $color[12]  '#202020'// (dark gray)         Alternate color
  30. $color[13]  '#ff7733'// (orange-ish)        Single-quoted text
  31. $color[14]  '#ff3377'// (pink-ish)          2 or more quotes
  32. $color[15]  '#414141'// (darker gray)       unselectable folders

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