maize_theme.php 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. /**
  3. * maize_theme.php
  4. * Name: Maize
  5. * @author Ray Black
  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. * Copyright (c) 2000-2004 The SquirrelMail Project Team
  16. * Licensed under the GNU GPL. For full terms see the file COPYING.
  17. *
  18. * $Id$
  19. * @package squirrelmail
  20. * @subpackage themes
  21. */
  22. global $color;
  23. $color[0] = '#B0B0B0'; // (gray) TitleBar
  24. $color[1] = '#A04040'; // (dull red) Quoted Replies in Emails
  25. $color[2] = '#F04040'; // (bright red) Warning/Error Messages
  26. $color[3] = '#DFCFBF'; // (antique white) Left Bar Background
  27. $color[4] = '#DFCFBF'; // (antique white) Normal Background
  28. $color[5] = '#755A45'; // (light brown) Table Headers
  29. $color[6] = '#101010'; // (off-black) Text on left bar
  30. $color[7] = '#800000'; // (red) Links
  31. $color[8] = '#000000'; // (black) Normal text
  32. $color[9] = '#909090'; // (darker gray) Darker version of #0
  33. $color[10] = '#606060'; // (darkest gray) Darker version of #9
  34. $color[11] = '#600000'; // (lighter red) Special Folders color
  35. $color[15] = '#602020'; // (some brown) Unselectable folders
  36. ?>