Source for file bluesteel_theme.php

Documentation is available at bluesteel_theme.php

  1. <?php
  2.  
  3. /**
  4.  * bluesteel_theme.php
  5.  *
  6.  * @copyright 2000-2020 The SquirrelMail Project Team
  7.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  8.  * @version $Id: bluesteel_theme.php 14845 2020-01-07 08:09:34Z pdontthink $
  9.  * @package squirrelmail
  10.  * @subpackage themes
  11.  */
  12.  
  13. global $color;
  14. $color[0]   '#a8a8a8'// (darkish grey)   TitleBar
  15. $color[1]   '#800000'// (red)
  16. $color[2]   '#cc0000'// (light red)      Warning/Error Messages
  17. $color[3]   '#475a94'// (darkish blue)   Left Bar Background
  18. $color[4]   '#dedfdf'// (grey)           Normal Background
  19. $color[5]   '#ffffcc'// (light yellow)   Table Headers
  20. $color[6]   '#000000'// (black)          Text on left bar
  21. $color[7]   '#0000cc'// (blue)           Links
  22. $color[8]   '#000000'// (black)          Normal text
  23. $color[9]   '#ababab'// (mid-gray)       Lighter version of #0
  24. $color[10]  '#666666'// (dark gray)      Darker version of #0
  25. $color[11]  '#770000'// (dark red)       Special Folders color
  26. $color[15]  '#ababab'// (mid-gray)       Unselectable folders

Documentation generated on Mon, 13 Jan 2020 04:22:02 +0100 by phpDocumentor 1.4.3