added config file versions so conf.pl can detect if you are using a
[squirrelmail.git] / themes / high_contrast_theme.php
CommitLineData
24fc5dd2 1<?php
2 /** Author: Casey A. Peel
3 Date: July 13, 2000
4 Theme Name: "High Contrast"
5
6 **/
7
8 $color[0] = "#818181"; // (light gray) TitleBar
9 $color[1] = "#FF0000"; // (red)
10 $color[2] = "#CC0000"; // (light red) Warning/Error Messages
11 $color[3] = "#008080"; // (green-blue) Left Bar Background
12 $color[4] = "#FFFFFF"; // (white) Normal Background
13 $color[5] = "#FFFF00"; // (light yellow) Table Headers
14 $color[6] = "#000000"; // (black) Text on left bar
15 $color[7] = "#0000FF"; // (blue) Links
16 $color[8] = "#000000"; // (black) Normal text
17 $color[9] = "#C0C0C0"; // (mid-gray) Darker version of #0
18 $color[10] = "#808080"; // (dark gray) Darker version of #9
19 $color[11] = "#FFFFFF"; // (white) Special Folders color
20?>