<?php /**************************************************************************\ * phpGroupWare * * http://www.phpgroupware.org * * -------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * * Free Software Foundation; either version 2 of the License, or (at your * * option) any later version. * \**************************************************************************/ /* $Id$ */ $GLOBALS['phpgw_info']['theme']['bg_color'] = '#dfdfdf'; $GLOBALS['phpgw_info']['theme']['bg_text'] = '#222222'; $GLOBALS['phpgw_info']['theme']['vlink'] = '#5555ff'; $GLOBALS['phpgw_info']['theme']['alink'] = 'black'; $GLOBALS['phpgw_info']['theme']['link'] = '#0000ff'; $GLOBALS['phpgw_info']['theme']['row_on'] = '#eeeeee'; $GLOBALS['phpgw_info']['theme']['row_off'] = '#cccccc'; $GLOBALS['phpgw_info']['theme']['row_text'] = '#000000'; $GLOBALS['phpgw_info']['theme']['th_bg'] = '#eeeeee'; $GLOBALS['phpgw_info']['theme']['th_text'] = '#000000'; $GLOBALS['phpgw_info']['theme']['navbar_bg'] = '#aaaaaa'; $GLOBALS['phpgw_info']['theme']['navbar_text'] = '#000000'; $GLOBALS['phpgw_info']['theme']['table_bg'] = '#eeeeee'; $GLOBALS['phpgw_info']['theme']['table_text'] = '#000000'; $GLOBALS['phpgw_info']['theme']['font'] = 'Arial, Helvetica, san-serif'; $GLOBALS['phpgw_info']['theme']['bg01'] = '#eeeeee'; $GLOBALS['phpgw_info']['theme']['bg02'] = '#cccccc'; $GLOBALS['phpgw_info']['theme']['bg03'] = '#bbbbbb'; $GLOBALS['phpgw_info']['theme']['bg04'] = '#aaaaaa'; $GLOBALS['phpgw_info']['theme']['bg05'] = '#999999'; $GLOBALS['phpgw_info']['theme']['bg06'] = '#888888'; $GLOBALS['phpgw_info']['theme']['bg07'] = '#777777'; $GLOBALS['phpgw_info']['theme']['bg08'] = '#666666'; $GLOBALS['phpgw_info']['theme']['bg09'] = '#555555'; $GLOBALS['phpgw_info']['theme']['bg10'] = '#444444'; // Theses are for the calendar only $GLOBALS['phpgw_info']['theme']['cal_today'] = '#FBF1C5'; $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#F9E99F'; // These are for the email only $GLOBALS['phpgw_info']['theme']['em_folder'] = '#EAD688'; $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#000000'; ?>