670a1e7acb8fee57f6b8fa451ca2c60e8f6f2270
[squirrelmail.git] / themes / slashdot_theme.php
1 <?php
2 /** Author: Luke Ehresman
3 Date: January 3, 2000
4 Theme Name: "Slashdot Theme"
5
6 This theme tries to mimic the color scheme from the "News
7 for Nerds" web site, www.slashdot.org.
8 **/
9
10 global $color;
11 $color[0] = "#DCDCDC"; // (light gray) TitleBar
12 $color[1] = "#800000"; // (red)
13 $color[2] = "#CC0000"; // (light red) Warning/Error Messages
14 $color[3] = "#006668"; // (/. color) Left Bar Background
15 $color[4] = "#FFFFFF"; // (white) Normal Background
16 $color[5] = "#BABABA"; // (darker gray) Table Headers
17 $color[6] = "#000000"; // (black) Text on left bar
18 $color[7] = "#004949"; // (light /. color) Links
19 $color[8] = "#000000"; // (black) Normal text
20 $color[9] = "#ABABAB"; // (mid-gray) Darker version of #0
21 $color[10] = "#666666"; // (dark gray) Darker version of #9
22 $color[11] = "#770000"; // (dark red) Special Folders color
23 $color[12] = "#EAEAEA";
24 ?>