Add index.html to Development subdir, rename README.russian_apache to
[squirrelmail.git] / themes / alien_glow.php
1 <?php
2 /**
3 * @author Todd Hammer <thammer@rtccom.com>
4 * Name: Alien Glow Theme
5 * Date: May 2, 2002
6 * @package squirrelmail
7 * @subpackage themes
8 */
9
10 $color[0] = "#19881a"; // TitleBar
11 $color[1] = "#800000"; //
12 $color[2] = "#cc0000"; // Warning/Error Messages
13 $color[3] = "#000000"; // Left Bar Background
14 $color[4] = "#000000"; // Normal Background
15 $color[5] = "#0a6c11"; // Table Headers
16 $color[6] = "#4cc748"; // Text on left bar
17 #$color[7] = "#706c44"; // Links
18 $color[7] = "#ffffff"; // Normal text
19 $color[8] = "#61ff5c"; // Links
20 $color[9] = "#157316"; // Darker version of #0
21 $color[10] = "#105611"; // Darker version of #9
22 $color[11] = "#ffffff"; // Special Folders color
23 ?>