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