* Got bored and copied all the validate.php and define() stuff to 1.1
[squirrelmail.git] / themes / deepocean_theme.php
1 <?php
2 /** Author: Luke Ehresman
3 Date: January 3, 2000
4 Theme Name: "Deep Blue"
5
6 Deep Ocean is a theme that is very blue.
7 **/
8
9 global $color;
10 $color[0] = "#6188A9"; // (light gray) TitleBar
11 $color[1] = "#800000"; // (red)
12 $color[2] = "#CC0000"; // (light red) Warning/Error Messages
13 $color[3] = "#294763"; // (green-blue) Left Bar Background
14 $color[4] = "#7A9CBF"; // (white) Normal Background
15 $color[5] = "#597D9D"; // (light yellow) Table Headers
16 $color[6] = "#FFFFFF"; // (black) Text on left bar
17 $color[7] = "#014070"; // (blue) Links
18 $color[8] = "#000000"; // (black) Normal text
19 $color[9] = "#587B99"; // (mid-gray) Darker version of #0
20 $color[10] = "#496E8B"; // (dark gray) Darker version of #9
21 $color[11] = "#A7C5F3"; // (dark red) Special Folders color
22 $color[12] = "#7092B4";
23 ?>