updated the config file for themable support, and added 2 themes
[squirrelmail.git] / config / default_theme.php
... / ...
CommitLineData
1<?
2 /** This is the default theme that comes standard with SquirrelMail.
3 Most of the colors were taken from mail.yahoo.com's theme on their
4 site.
5 **/
6
7 $color[0] = "DCDCDC"; // Light Gray
8 $color[1] = "800000"; // Red
9 $color[2] = "CC0000"; // Light Red
10 $color[3] = "A0B8C8"; // Left Background
11 $color[4] = "FFFFFF"; // Background
12 $color[5] = "FFFFCC"; // Light Yellow
13 $color[6] = "000000"; // Left Text
14 $color[7] = "0000CC"; // Link
15 $color[8] = "000000"; // Text
16 $color[9] = "ABABAB"; // Darker light gray
17 $color[10] = "666666"; // Darker light gray
18 $color[11] = "770000"; // Special folder color
19?>