updated the config file for themable support, and added 2 themes
[squirrelmail.git] / config / tan_theme.php
CommitLineData
f1eeea57 1<?
2 /** TAN THEME
3 By Luke Ehresman Jan 02, 2000
4
5 These are tan colors
6 **/
7 $color[0] = "9F8666"; // Light Gray
8 $color[1] = "800000"; // Red
9 $color[2] = "CC0000"; // Light Red
10 $color[3] = "B79F7D"; // Left Background
11 $color[4] = "D7BB93"; // Background
12 $color[5] = "FFFFCC"; // Light Yellow
13 $color[6] = "000000"; // Left Text
14 $color[7] = "774712"; // Link
15 $color[8] = "000000"; // Text
16 $color[9] = "8B6E50"; // Darker light gray
17 $color[10] = "666666"; // Darker light gray
18 $color[11] = "770000"; // Special folder color
19?>