Source for file powder_blue.php

Documentation is available at powder_blue.php

  1. <?php
  2.  
  3. /**
  4.  * Author:       Tammi Maggard
  5.  * Date:         December 9, 2005
  6.  * Theme Name:   'Powder Blue'
  7.  *
  8.  * Theme posted on SquirrelMail tracker #1377528
  9.  * @copyright 2005-2020 The SquirrelMail Project Team
  10.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  11.  * @version $Id: powder_blue.php 14840 2020-01-07 07:42:38Z pdontthink $
  12.  * @package squirrelmail
  13.  * @subpackage themes
  14.  */
  15.  
  16. global $color;
  17. $color[0]   '#ebecff'// Title bar at the top of the page header
  18. $color[1]   '#800000'// Not currently used
  19. $color[2]   '#cc0000'// Warning/error messages
  20. $color[3]   '#3354aa'// Left folder list background color
  21. $color[4]   '#f9faff'// Normal background color
  22. $color[5]   '#c7D3ea'// Header of the message index (From, Date, Subject)
  23. $color[6]   '#f5f9ff'// Normal text on the left folder list
  24. $color[7]   '#3354aa'// Links in the right frame
  25. $color[8]   '#000000'// Normal text
  26. $color[9]   '#c7d3ea'// Darker version of #0
  27. $color[10]  '#c7d3ea'// Darker version of #9
  28. $color[11]  '#c7d3ea'// Special folders color (Inbox, Trash, Sent)
  29. $color[12]  '#f2f3ff'// Alternate color for message list (alters between #4 and this one)
  30. $color[13]  '#333333'// Color for single-quoted text ('> text')
  31. $color[14]  '#666666'// Color for text with more than one quote ('>> text')
  32. $color[15]  '#f5f9ff'// Non-selectable folders in the left frame (defaults to #6)

Documentation generated on Mon, 13 Jan 2020 04:25:10 +0100 by phpDocumentor 1.4.3