adding tahoma style sheets. Provide better readability for Arabic or Farsi
[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 * @version $Id$
9 * @package squirrelmail
10 * @subpackage themes
11 */
12
13 global $color;
14 $color[0] = '#d0d4de'; // addit. text background
15 $color[1] = '#900000'; // ??
16 $color[2] = '#C00000'; // warnings
17 $color[3] = '#d0d4de'; // Left Bar Background
18 $color[4] = '#e8ecf6'; // Normal Background
19 $color[5] = '#b0b8d0'; // Table Headers
20 $color[6] = '#102030'; // Text on left bar
21 $color[7] = '#206090'; // Links
22 $color[8] = '#102070'; // Normal text
23 $color[9] = '#b8c0cc'; // Darker version of #0
24 $color[10] = '#a8b0bc'; // Darker version of #9
25 $color[11] = '#307090'; // Special Folders color
26 $color[12] = '#d0d4de'; // odd message background
27 $color[13] = '#ffffff'; //
28 $color[14] = '#ffffff'; //
29 $color[15] = '#D0D0D0'; // Unselectable folders
30
31 ?>