slashdot_theme.php 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /**
  3. * Name: Slashdot Theme
  4. * Date: January 3, 2000
  5. * Comment This theme tries to mimic the color scheme from the
  6. * "News for Nerds" web site, www.slashdot.org.
  7. *
  8. * @author Luke Ehresman
  9. * @copyright &copy; 2000-2007 The SquirrelMail Project Team
  10. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  11. * @version $Id$
  12. * @package squirrelmail
  13. * @subpackage themes
  14. */
  15. global $color;
  16. $color[0] = '#dcdcdc'; // (light gray) TitleBar
  17. $color[1] = '#800000'; // (red)
  18. $color[2] = '#cc0000'; // (light red) Warning/Error Messages
  19. $color[3] = '#006668'; // (/. color) Left Bar Background
  20. $color[4] = '#ffffff'; // (white) Normal Background
  21. $color[5] = '#bababa'; // (darker gray) Table Headers
  22. $color[6] = '#000000'; // (black) Text on left bar
  23. $color[7] = '#004949'; // (light /. color) Links
  24. $color[8] = '#000000'; // (black) Normal text
  25. $color[9] = '#ababab'; // (mid-gray) Darker version of #0
  26. $color[10] = '#666666'; // (dark gray) Darker version of #9
  27. $color[11] = '#770000'; // (dark red) Special Folders color
  28. $color[12] = '#eaeaea';
  29. $color[15] = '#ababab'; // (mid-gray) Unselectable folders