Updated the themes, and general SquirrelMail stuff
[squirrelmail.git] / config / tan_theme.php
1 <?
2 /** TAN THEME
3 By Luke Ehresman Jan 02, 2000
4
5 These are tan colors
6 **/
7 $color[0] = "B3B3B3"; // Light Gray
8 $color[1] = "800000"; // Red
9 $color[2] = "CC0000"; // Light Red
10 $color[3] = "006666"; // Left Background
11 $color[4] = "FFFFFF"; // Background
12 $color[5] = "FFFFCC"; // Light Yellow
13 $color[6] = "000000"; // Left Text
14 $color[7] = "0000CC"; // Link
15 $color[8] = "000000"; // Text
16 $color[9] = "999999"; // Darker light gray
17 $color[10] = "666666"; // Darker light gray
18 $color[11] = "770000"; // Special folder color
19 ?>