File: plain_blue_theme.php

package info (click to toggle)
squirrelmail 1%3A1.2.6-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,300 kB
  • ctags: 4,949
  • sloc: php: 21,297; perl: 2,538; sh: 350; ansic: 122; makefile: 69
file content (32 lines) | stat: -rw-r--r-- 979 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php

/**
 * plain_blue_theme.php
 *    Name:    Plain Blue
 *    Author:  Luke Ehresman
 *    Date:    April 30, 2000
 *    Comment: 
 *
 * Copyright (c) 2000-2002 The SquirrelMail Project Team
 * Licensed under the GNU GPL. For full terms see the file COPYING.
 *
 * $Id: plain_blue_theme.php,v 1.6 2001/12/28 20:16:19 fidian Exp $
 */

global $color;
$color[0]   = '#A2BED4'; // TitleBar
$color[1]   = '#800000'; // 
$color[2]   = '#CC0000'; // Warning/Error Messages
$color[3]   = '#6795B9'; // Left Bar Background
$color[4]   = '#FFFFFF'; // Normal Background
$color[5]   = '#94ABC0'; // Table Headers
$color[6]   = '#000000'; // Text on left bar
$color[7]   = '#0000CC'; // Links
$color[8]   = '#000000'; // Normal text
$color[9]   = '#83A0BA'; // Darker version of #0
$color[10]  = '#376589'; // Darker version of #9
$color[11]  = '#770000'; // Special Folders color
$color[12]  = '#EDEDED'; // Alternating rows color
$color[15]  = '#001166'; // Unselectable folders

?>