source: sandbox/2.3-MailArchiver/phpgwapi/themes/yellows.theme @ 6779

Revision 6779, 2.1 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1<?php
2        /**************************************************************************\
3        * phpGroupWare                                                             *
4        * http://www.phpgroupware.org                                              *
5        * --------------------------------------------                             *
6        *  This program is free software; you can redistribute it and/or modify it *
7        *  under the terms of the GNU General Public License as published by the   *
8        *  Free Software Foundation; either version 2 of the License, or (at your  *
9        *  option) any later version.                                              *
10        \**************************************************************************/
11
12        /* $Id: yellows.theme,v 1.5 2003/08/28 14:29:08 ralfbecker Exp $ */
13
14        $phpgw_info['theme']['bg_color']= '#FBF1C5';
15        $phpgw_info['theme']['bg_text']= '#000000';
16        $phpgw_info['theme']['vlink']= 'blue';
17        $phpgw_info['theme']['alink']= 'red';
18        $phpgw_info['theme']['link']= 'blue';
19        $phpgw_info['theme']['row_on']= '#F7E58F';
20        $phpgw_info['theme']['row_off']= '#EAD688';
21        $phpgw_info['theme']['row_text']= '#000000';
22        $phpgw_info['theme']['th_bg']= '#C8A63B';
23        $phpgw_info['theme']['th_text']= '#000000';
24        $phpgw_info['theme']['navbar_bg']= '#F7E58F';
25        $phpgw_info['theme']['navbar_text']= '#003366';
26        $phpgw_info['theme']['table_bg']= '#EAD688';
27        $phpgw_info['theme']['table_text']= '#C5AA2B';
28        $phpgw_info['theme']['font']= 'Arial, Helvetica, san-serif';
29        $phpgw_info['theme']['bg01']= '#FBF4D3';
30        $phpgw_info['theme']['bg02']= '#F9EDB3';
31        $phpgw_info['theme']['bg03']= '#F5E28B';
32        $phpgw_info['theme']['bg04']= '#F0D866';
33        $phpgw_info['theme']['bg05']= '#EDCD39';
34        $phpgw_info['theme']['bg06']= '#D5B211';
35        $phpgw_info['theme']['bg07']= '#CCAB12';
36        $phpgw_info['theme']['bg08']= '#C58C13';
37        $phpgw_info['theme']['bg09']= '#B69910';
38        $phpgw_info['theme']['bg10']= '#AC9010';
39
40        // Theses are for the calendar only
41        $phpgw_info['theme']['cal_today']= '#FBF1C5';
42        $phpgw_info['theme']['cal_dayview']= '#F9E99F';
43
44        // These are for the email only
45        $phpgw_info['theme']['em_folder']= '#EAD688';
46        $phpgw_info['theme']['em_folder_text']= '#000000';
47
Note: See TracBrowser for help on using the repository browser.