Added the random theme
[squirrelmail.git] / themes / ice_theme.php
CommitLineData
59177427 1<?php
aa767081 2 /** Author: Luke Ehresman
3 Date: January 7 2000
4 Theme Name: "Ice Theme"
5 **/
6
f740c049 7 global $color;
cd52b010 8 $color[0] = "#C0DAFF"; // TitleBar
9 $color[1] = "#800000"; // Error Message
10 $color[2] = "#CC0000"; // Warning/Error Messages
11 $color[3] = "#B0CAFF"; // Left Bar Background
12 $color[4] = "#FFFFFF"; // Normal Background
13 $color[5] = "#D0EAFF"; // Table Headers
14 $color[6] = "#000000"; // Text on left bar
15 $color[7] = "#8888FF"; // Links
16 $color[8] = "#000000"; // Normal text
17 $color[9] = "#D0EAFF"; // Darker version of #0
18 $color[10] = "#F0FAFF"; // Darker version of #9
19 $color[11] = "#770000"; // Special Folders color
aa767081 20?>