mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
<?php
|
|
/*
|
|
** This is the default theme for the users
|
|
** You can use this as a template for new themes.
|
|
** If you make some good ones, please, send me a copy and I will include it.
|
|
*/
|
|
|
|
$phpgw_info["theme"]["bg_color"]= "F5F5F5";
|
|
$phpgw_info["theme"]["bg_text"]= "000000";
|
|
$phpgw_info["theme"]["vlink"]= "EE0000";
|
|
$phpgw_info["theme"]["alink"]= "EE0000";
|
|
$phpgw_info["theme"]["link"]= "EE0000";
|
|
$phpgw_info["theme"]["row_on"]= "EEEEFF";
|
|
$phpgw_info["theme"]["row_off"]= "FFFFEE";
|
|
$phpgw_info["theme"]["row_text"]= "000000";
|
|
$phpgw_info["theme"]["th_bg"]= "FFE4C4";
|
|
$phpgw_info["theme"]["th_text"]= "000000";
|
|
$phpgw_info["theme"]["navbar_bg"]= "AABBCC";
|
|
$phpgw_info["theme"]["navbar_text"]= "000000";
|
|
$phpgw_info["theme"]["table_bg"]= "F5F5F5";
|
|
$phpgw_info["theme"]["table_text"]= "000000";
|
|
$phpgw_info["theme"]["font"]= "Arial, Helvetica, san-serif";
|
|
$phpgw_info["theme"]["bg01"]= "dadada";
|
|
$phpgw_info["theme"]["bg02"]= "dad0d0";
|
|
$phpgw_info["theme"]["bg03"]= "dacaca";
|
|
$phpgw_info["theme"]["bg04"]= "dac0c0";
|
|
$phpgw_info["theme"]["bg05"]= "dababa";
|
|
$phpgw_info["theme"]["bg06"]= "dab0b0";
|
|
$phpgw_info["theme"]["bg07"]= "daaaaa";
|
|
$phpgw_info["theme"]["bg08"]= "da9090";
|
|
$phpgw_info["theme"]["bg09"]= "da8a8a";
|
|
$phpgw_info["theme"]["bg10"]= "da7a7a";
|
|
|
|
// Theses are for the calendar only
|
|
$phpgw_info["theme"]["cal_today"]= "D0DCE0";
|
|
$phpgw_info["theme"]["cal_dayview"]= "C0C0C0";
|
|
|
|
// These are for the email only
|
|
$phpgw_info["theme"]["em_folder"]= "7090FF";
|
|
$phpgw_info["theme"]["em_folder_text"]= "FFFFFF";
|