mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
<?php
|
|
$phpgw_info["theme"]["bg_color"]= "FBF1C5";
|
|
$phpgw_info["theme"]["bg_text"]= "000000";
|
|
$phpgw_info["theme"]["vlink"]= "blue";
|
|
$phpgw_info["theme"]["alink"]= "red";
|
|
$phpgw_info["theme"]["link"]= "blue";
|
|
$phpgw_info["theme"]["row_on"]= "F7E58F";
|
|
$phpgw_info["theme"]["row_off"]= "EAD688";
|
|
$phpgw_info["theme"]["row_text"]= "000000";
|
|
$phpgw_info["theme"]["th_bg"]= "C8A63B";
|
|
$phpgw_info["theme"]["th_text"]= "000000";
|
|
$phpgw_info["theme"]["navbar_bg"]= "F7E58F";
|
|
$phpgw_info["theme"]["navbar_text"]= "000000";
|
|
$phpgw_info["theme"]["table_bg"]= "EAD688";
|
|
$phpgw_info["theme"]["table_text"]= "C5AA2B";
|
|
$phpgw_info["theme"]["font"]= "Arial, Helvetica, san-serif";
|
|
$phpgw_info["theme"]["bg01"]= "FBF4D3";
|
|
$phpgw_info["theme"]["bg02"]= "F9EDB3";
|
|
$phpgw_info["theme"]["bg03"]= "F5E28B";
|
|
$phpgw_info["theme"]["bg04"]= "F0D866";
|
|
$phpgw_info["theme"]["bg05"]= "EDCD39";
|
|
$phpgw_info["theme"]["bg06"]= "D5B211";
|
|
$phpgw_info["theme"]["bg07"]= "CCAB12";
|
|
$phpgw_info["theme"]["bg08"]= "C58C13";
|
|
$phpgw_info["theme"]["bg09"]= "B69910";
|
|
$phpgw_info["theme"]["bg10"]= "AC9010";
|
|
|
|
// Theses are for the calendar only
|
|
$phpgw_info["theme"]["cal_today"]= "FBF1C5";
|
|
$phpgw_info["theme"]["cal_dayview"]= "F9E99F";
|
|
|
|
// These are for the email only
|
|
$phpgw_info["theme"]["em_folder"]= "EAD688";
|
|
$phpgw_info["theme"]["em_folder_text"]= "000000";
|
|
|