turquoise.php 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /**
  3. * Author: Jeremy Landes
  4. * Date: December 9, 2005
  5. * Theme Name: 'Turquoise'
  6. *
  7. * Theme posted on SquirrelMail tracker #1377529
  8. * @copyright &copy; 2005-2007 The SquirrelMail Project Team
  9. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10. * @version $Id$
  11. * @package squirrelmail
  12. * @subpackage themes
  13. */
  14. global $color;
  15. $color[0] = '#7eb6d9'; // Title bar at the top of the page header
  16. $color[1] = '#800000'; // Not currently used
  17. $color[2] = '#cc0000'; // Warning/error messages
  18. $color[3] = '#000000'; // Left folder list background color
  19. $color[4] = '#f1f1f1'; // Normal background color
  20. $color[5] = '#0085c5'; // Header of the message index (From, Date, Subject)
  21. $color[6] = '#ffffff'; // Normal text on the left folder list
  22. $color[7] = '#000020'; // Links in the right frame
  23. $color[8] = '#000000'; // Normal text
  24. $color[9] = '#0085c5'; // Darker version of #0
  25. $color[10] = '#0085c5'; // Darker version of #9
  26. $color[11] = '#7eb6d9'; // Special folders color (Inbox, Trash, Sent)
  27. $color[12] = '#dfdfdf'; // Alternate color for message list (alters between #4 and this one)
  28. $color[13] = '#333333'; // Color for single-quoted text ('> text')
  29. $color[14] = '#666666'; // Color for text with more than one quote ('>> text')
  30. $color[15] = '#ffffff'; // Non-selectable folders in the left frame (defaults to #6)