egroupware/phpgwapi/themes/mojo.theme
2000-12-18 20:09:56 +00:00

36 lines
1.4 KiB
Plaintext

<?php
// mojo theme written by marl <marl@users.sourceforge.net>
$phpgw_info["theme"]["bg_color"]= "000000";
$phpgw_info["theme"]["bg_text"]= "00FF33";
$phpgw_info["theme"]["vlink"]= "0000FF";
$phpgw_info["theme"]["alink"]= "999999";
$phpgw_info["theme"]["link"]= "0000FF";
$phpgw_info["theme"]["row_on"]= "909090";
$phpgw_info["theme"]["row_off"]= "808080";
$phpgw_info["theme"]["row_text"]= "000000";
$phpgw_info["theme"]["th_bg"]= "404040";
$phpgw_info["theme"]["th_text"]= "00FF33";
$phpgw_info["theme"]["navbar_bg"]= "00FF33";
$phpgw_info["theme"]["navbar_text"]= "FFFFFF";
$phpgw_info["theme"]["table_bg"]= "00FF33";
$phpgw_info["theme"]["table_text"]= "FFFFFF";
$phpgw_info["theme"]["font"]= "Helvetica";
$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";
// This one is for the calendar only
$phpgw_info["theme"]["cal_today"]= "BFBFBF";
// These are for the email only
$phpgw_info["theme"]["em_folder"]= "808080";
$phpgw_info["theme"]["em_folder_text"]= "000000";