Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"stylesheet": "client/css/espo/dark.css",
"stylesheetIframe": "client/css/espo/dark-iframe.css",
"stylesheetIframeFallback": "client/css/espo/hazyblue-iframe.css",
"logo": "client/img/logo.svg",
"textColor": "#dedede",
"chartGridColor": "#646060",
"chartTickColor": "#575454",
"chartSuccessColor": "#5d8a55",
"chartColorList": ["#7492cc", "#c29c4a", "#a1404a", "#6a5f96", "#b07e53", "#3a5691", "#7c593d", "#a17a97", "#858585"],
"chartColorAlternativeList": ["#7492cc", "#c29c4a", "#a1404a", "#6a5f96", "#b07e53"],
"calendarColors": {
"": "#a58dc7a0",
"bg": "#323a49b3",
"Meeting": "#4c5972",
"Call": "#9b4260",
"Task": "#52744c"
},
"isDark": true
}