New themes
[squirrelmail.git] / themes / silver_steel_theme.php
1 <?php
2
3 /**
4 * silver_steel_theme.php
5 * Name: Silver-Steel
6 * Author: Pavel Spatny
7 * Date: 2004/11/16
8 */
9
10 global $color;
11 $color[0] = '#d0d4de'; // addit. text background
12 $color[1] = '#900000'; // ??
13 $color[2] = '#C00000'; // warnings
14 $color[3] = '#d0d4de'; // Left Bar Background
15 $color[4] = '#e8ecf6'; // Normal Background
16 $color[5] = '#b0b8d0'; // Table Headers
17 $color[6] = '#102030'; // Text on left bar
18 $color[7] = '#206090'; // Links
19 $color[8] = '#102070'; // Normal text
20 $color[9] = '#b8c0cc'; // Darker version of #0
21 $color[10] = '#a8b0bc'; // Darker version of #9
22 $color[11] = '#307090'; // Special Folders color
23 $color[12] = '#d0d4de'; // odd message background
24 $color[13] = '#ffffff'; //
25 $color[14] = '#ffffff'; //
26 $color[15] = '#D0D0D0'; // Unselectable folders
27
28 ?>