plain_blue_theme.php 919 B

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * plain_blue_theme.php
  4. * Name: Plain Blue
  5. * Author: Luke Ehresman
  6. * Date: April 30, 2000
  7. * Comment:
  8. *
  9. * Copyright (c) 2000-2002 The SquirrelMail Project Team
  10. * Licensed under the GNU GPL. For full terms see the file COPYING.
  11. *
  12. * $Id$
  13. */
  14. global $color;
  15. $color[0] = '#A2BED4'; // TitleBar
  16. $color[1] = '#800000'; //
  17. $color[2] = '#CC0000'; // Warning/Error Messages
  18. $color[3] = '#6795B9'; // Left Bar Background
  19. $color[4] = '#FFFFFF'; // Normal Background
  20. $color[5] = '#94ABC0'; // Table Headers
  21. $color[6] = '#000000'; // Text on left bar
  22. $color[7] = '#0000CC'; // Links
  23. $color[8] = '#000000'; // Normal text
  24. $color[9] = '#83A0BA'; // Darker version of #0
  25. $color[10] = '#376589'; // Darker version of #9
  26. $color[11] = '#770000'; // Special Folders color
  27. $color[12] = '#EDEDED'; // Alternating rows color
  28. $color[15] = '#001166'; // Unselectable folders
  29. ?>