Fixed to use sm_mt_randomize()
[squirrelmail.git] / themes / dompie_theme.php
1 <?php
2 /** Author: M.J. Prinsen
3 Date: November 19, 2001
4 Theme Name: "dompie-theme"
5
6 dompie-theme is a theme that has a dark blue left-bar and a white/grey right-frame.
7 **/
8
9 global $color;
10 $color[0] = "#999999"; // (middle grey) TitleBar
11 $color[1] = "#800000"; // (red)
12 $color[2] = "#CC0000"; // (light red) Warning/Error Messages
13 $color[3] = "#294763"; // (dark blue) Left Bar Background
14 $color[4] = "#FFFFFF"; // (white) Normal Background
15 $color[5] = "#c0c0c0"; // (light grey) Table Headers
16 $color[6] = "#FFFFFF"; // (white) Text on left bar
17 $color[7] = "#000000"; // (black) Links
18 $color[8] = "#000000"; // (black) Normal text
19 $color[9] = "#c0c0c0"; // (light grey) Darker version of #0
20 $color[10] = "#c0c0c0"; // (light grey) Darker version of #9
21 $color[11] = "#A7C5F3"; // (light blue) Special Folders color
22 $color[12] = "#c0c0c0"; //
23 ?>