adding tahoma style sheets. Provide better readability for Arabic or Farsi
[squirrelmail.git] / themes / simple_green_theme.php
CommitLineData
cf605248 1<?php
2
cf605248 3/**
4 * simple_green_theme.php
5 * Name: Simple-Green
6 * Author: Paul Lesneiwski
7 * Date: 2004/09/20
1043c75f 8 * @version $Id$
9 * @package squirrelmail
10 * @subpackage themes
cf605248 11 */
12
13global $color;
14$color[0] = "#DCDCDC"; // (light gray) R. Frame: Table Header Bar Background
15$color[1] = "#800000"; // (red) Not Currently Used (?)
16$color[2] = "#CC0000"; // (light red) Error Text
17$color[3] = "#669966"; // (p-s green) L. Frame: Background
18$color[4] = "#FFFFFF"; // (color name) R. Frame: Background
19$color[5] = "#669966"; // (p-s green) R. Frame: From/Date/Subject Header Background
20$color[6] = "#FFFFFF"; // (white) L. Frame: Normal Text
21$color[7] = "#000000"; // (black - TODO: is this OK?) R. Frame: Links
22$color[8] = "#000000"; // (black) R. Frame: Normal Text
23$color[9] = "#669966"; // (p-s green) R. Frame: Header/Footer Bar BG (usu. darker than #0)
24$color[10] = "#666666"; // (dark gray NOTE: not tested) L. Frame: Metafolder Text (usu. darker than #9)
25$color[11] = "#770000"; // (dark red - TODO: doesn't look great but needs to be different than regular folder color) L. Frame: Mailbox Folder Links (INBOX/Trash/Sent)
26$color[12] = "#EDEDED"; // (light gray) Alternate List Item Color (alternates with #4)
27$color[13] = "#800000"; // (dark red) > Quoted Message Text
28$color[14] = "#FF0000"; // (rec) >> Multi-Quoted Message Text (2 >'s or more)
29$color[15] = "#002266"; // (dark blue NOTE: not tested) L. Frame: unselectable folders
30
e50f5ac2 31?>