Source for file deepocean2_theme.php

Documentation is available at deepocean2_theme.php

  1. <?php
  2.  
  3. /**
  4.  * deepocean2_theme.php
  5.  * Name:    Deep Ocean 2
  6.  * Date:    May 23, 2000
  7.  * Comment: Deep Ocean 2 is very blue with a white background.
  8.  *
  9.  * @author M.J. Prinsen
  10.  * @copyright 2000-2020 The SquirrelMail Project Team
  11.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  12.  * @version $Id: deepocean2_theme.php 14840 2020-01-07 07:42:38Z pdontthink $
  13.  * @package squirrelmail
  14.  * @subpackage themes
  15.  */
  16.  
  17. global $color;
  18. $color[0]   '#6188a9'// (light gray)     TitleBar
  19. $color[1]   '#800000'// (red)
  20. $color[2]   '#cc0000'// (light red)      Warning/Error Messages
  21. $color[3]   '#294763'// (green-blue)     Left Bar Background
  22. $color[4]   '#ffffff'// (white)          Normal Background
  23. $color[5]   '#597d9d'// (light yellow)   Table Headers
  24. $color[6]   '#ffffff'// (black)          Text on left bar
  25. $color[7]   '#000000'// (blue)           Links
  26. $color[8]   '#000000'// (black)          Normal text
  27. $color[9]   '#587b99'// (mid-gray)       Darker version of #0
  28. $color[10]  '#496e8b'// (dark gray)      Darker version of #9
  29. $color[11]  '#a7c5f3'// (dark red)       Special Folders color
  30. $color[12]  '#7092b4';
  31. $color[15]  '#83a1da'// (another blue)   Unselectable folders color

Documentation generated on Mon, 13 Jan 2020 04:24:28 +0100 by phpDocumentor 1.4.3