default_theme.php 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. /**
  3. * January 2, 2000
  4. * Theme Name: 'Default Theme'
  5. * This is the default theme that comes standard with SquirrelMail.
  6. * Most of the colors were taken from mail.yahoo.com's theme on their
  7. * site.
  8. *
  9. * To create a new theme, just copy this file, and edit the colors.
  10. * Be sure to rename the file and keep the original, just in case.
  11. *
  12. * @author Luke Ehresman
  13. * @copyright &copy; 2000-2007 The SquirrelMail Project Team
  14. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  15. * @version $Id$
  16. * @package squirrelmail
  17. * @subpackage themes
  18. **/
  19. global $color;
  20. $color[0] = '#dcdcdc'; // (light gray) TitleBar
  21. $color[1] = '#800000'; // (red)
  22. $color[2] = '#cc0000'; // (light red) Warning/Error Messages
  23. $color[3] = '#a0b8c8'; // (green-blue) Left Bar Background
  24. $color[4] = '#ffffff'; // (white) Normal Background
  25. $color[5] = '#ffffcc'; // (light yellow) Table Headers
  26. $color[6] = '#000000'; // (black) Text on left bar
  27. $color[7] = '#0000cc'; // (blue) Links
  28. $color[8] = '#000000'; // (black) Normal text
  29. $color[9] = '#ababab'; // (mid-gray) Darker version of #0
  30. $color[10] = '#666666'; // (dark gray) Darker version of #9
  31. $color[11] = '#770000'; // (dark red) Special Folders color
  32. $color[12] = '#ededed'; // (light gray) Alternate color for message list
  33. $color[13] = '#800000'; // (dark red) Color for quoted text -- > 1 quote
  34. $color[14] = '#ff0000'; // (red) Color for quoted text -- >> 2 or more
  35. $color[15] = '#002266'; // (dark blue) Unselectable folders
  36. $color[16] = '#ff9933'; // (orange) Highlight color