Source for file plain_blue_theme.php

Documentation is available at plain_blue_theme.php

  1. <?php
  2.  
  3. /**
  4.  * Name: Plain Blue
  5.  * Date: April 30, 2000
  6.  *
  7.  * @author Luke Ehresman
  8.  * @copyright 2000-2020 The SquirrelMail Project Team
  9.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10.  * @version $Id: plain_blue_theme.php 14840 2020-01-07 07:42:38Z pdontthink $
  11.  * @package squirrelmail
  12.  * @subpackage themes
  13.  */
  14.  
  15. global $color;
  16. $color[0]   '#a2bed4'// TitleBar
  17. $color[1]   '#800000'//
  18. $color[2]   '#cc0000'// Warning/Error Messages
  19. $color[3]   '#6795b9'// Left Bar Background
  20. $color[4]   '#ffffff'// Normal Background
  21. $color[5]   '#94abc0'// Table Headers
  22. $color[6]   '#000000'// Text on left bar
  23. $color[7]   '#0000cc'// Links
  24. $color[8]   '#000000'// Normal text
  25. $color[9]   '#83a0ba'// Darker version of #0
  26. $color[10]  '#376589'// Darker version of #9
  27. $color[11]  '#770000'// Special Folders color
  28. $color[12]  '#ededed'// Alternating rows color
  29. $color[15]  '#001166'// Unselectable folders

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