Added redirection from subdirs to prevent file listing.
[squirrelmail.git] / themes / plain_blue_theme.php
1 <?php
2 /** Author: Luke Ehresman
3 Date: April 30, 2000
4 Theme Name: "Plain Blue"
5 **/
6
7 $color[0] = "#A2BED4"; // TitleBar
8 $color[1] = "#800000"; //
9 $color[2] = "#CC0000"; // Warning/Error Messages
10 $color[3] = "#6795B9"; // Left Bar Background
11 $color[4] = "#FFFFFF"; // Normal Background
12 $color[5] = "#94ABC0"; // Table Headers
13 $color[6] = "#000000"; // Text on left bar
14 $color[7] = "#0000CC"; // Links
15 $color[8] = "#000000"; // Normal text
16 $color[9] = "#83A0BA"; // Darker version of #0
17 $color[10] = "#376589"; // Darker version of #9
18 $color[11] = "#770000"; // Special Folders color
19 ?>