Updated filters - internationalized some more strings
[squirrelmail.git] / themes / methodical_theme.php
CommitLineData
e1fdcb67 1<?php
2 /** Author: Ray Black III
3 Date: November 19, 2001
4 Theme Name: "Methodical"
5
6 Methodical is a theme that's based on the dompie theme, but expands the blue
7 across the entire page, and modifies some of the gray backgrounds.
8 **/
9
10 global $color;
11 $color[0] = "#808080"; // (middle grey) TitleBar
12 $color[1] = "#800000"; // (red)
13 $color[2] = "#CC0000"; // (light red) Warning/Error Messages
14 $color[3] = "#294763"; // (dark blue) Left Bar Background
15 $color[4] = "#294763"; // (white) Normal Background
16 $color[5] = "#999999"; // (light grey) Table Headers
17 $color[6] = "#FFFFFF"; // (white) Text on left bar
18 $color[7] = "#FFFFFF"; // (black) Links
19 $color[8] = "#FFFFFF"; // (black) Normal text
20 $color[9] = "#999999"; // (light grey) Darker version of #0
21 $color[10] = "#999999"; // (light grey) Darker version of #9
22 $color[11] = "#A7C5F3"; // (light blue) Special Folders color
23 $color[12] = "#9F9F9F"; //
24?>