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

Revision 6779, 2.3 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        *  This file written by marl <marl@users.sourceforge.net>                  *
6        * --------------------------------------------                             *
7        *  This program is free software; you can redistribute it and/or modify it *
8        *  under the terms of the GNU General Public License as published by the   *
9        *  Free Software Foundation; either version 2 of the License, or (at your  *
10        *  option) any later version.                                              *
11        \**************************************************************************/
12
13        /* $Id: mojo.theme,v 1.6 2003/08/28 14:29:08 ralfbecker Exp $ */
14
15        $phpgw_info['theme']['bg_color']    = '#000000';
16        $phpgw_info['theme']['bg_text']     = '#00FF33';
17        $phpgw_info['theme']['vlink']       = '#0000FF';
18        $phpgw_info['theme']['alink']       = '#999999';
19        $phpgw_info['theme']['link']        = '#0000FF';
20        $phpgw_info['theme']['row_on']      = '#909090';
21        $phpgw_info['theme']['row_off']     = '#808080';
22        $phpgw_info['theme']['row_text']    = '#000000';
23        $phpgw_info['theme']['th_bg']       = '#404040';
24        $phpgw_info['theme']['th_text']     = '#00FF33';
25        $phpgw_info['theme']['navbar_bg']   = '#00FF33';
26        $phpgw_info['theme']['navbar_text'] = '#FFFFFF';
27        $phpgw_info['theme']['table_bg']    = '#00FF33';
28        $phpgw_info['theme']['table_text']  = '#FFFFFF';
29        $phpgw_info['theme']['font']        = 'Helvetica';
30        $phpgw_info['theme']['bg01']        = '#dadada';
31        $phpgw_info['theme']['bg02']        = '#dad0d0';
32        $phpgw_info['theme']['bg03']        = '#dacaca';
33        $phpgw_info['theme']['bg04']        = '#dac0c0';
34        $phpgw_info['theme']['bg05']        = '#dababa';
35        $phpgw_info['theme']['bg06']        = '#dab0b0';
36        $phpgw_info['theme']['bg07']        = '#daaaaa';
37        $phpgw_info['theme']['bg08']        = '#da9090';
38        $phpgw_info['theme']['bg09']        = '#da8a8a';
39        $phpgw_info['theme']['bg10']        = '#da7a7a';
40
41        // This one is for the calendar only
42        $phpgw_info['theme']['cal_today']   = '#BFBFBF';
43        $phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
44
45        // These are for the email only
46        $phpgw_info['theme']['em_folder']      = '#808080';
47        $phpgw_info['theme']['em_folder_text'] = '#000000';
48
Note: See TracBrowser for help on using the repository browser.