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
}

View File

@@ -0,0 +1,42 @@
{
"stylesheet": "client/css/espo/espo.css",
"stylesheetIframe": "client/css/espo/espo-iframe.css",
"logo": "client/img/logo-light.svg",
"params": {
"navbar": {
"type": "enum",
"default": "side",
"options": [
"side",
"top"
]
}
},
"mappedParams": {
"navbarHeight": {
"param": "navbar",
"valueMap": {
"side": 32,
"top": 43
}
}
},
"dashboardCellHeight": 40,
"dashboardCellMargin": 16,
"navbarHeight": 43,
"modalFooterAtTheTop": true,
"modalFullHeight": true,
"fontSize": 14,
"textColor": "#333",
"hoverColor": "#FF3F19",
"chartGridColor": "#ddd",
"chartSuccessColor": "#6fc374",
"chartTickColor": "#e8eced",
"chartColorList": ["#6FA8D6", "#4E6CAD", "#EDC555", "#ED8F42", "#DE6666", "#7CC4A4", "#8A7CC2", "#D4729B", "#bfbfbf"],
"chartColorAlternativeList": ["#6FA8D6", "#EDC555", "#ED8F42", "#7CC4A4", "#D4729B"],
"calendarColors": {
"": "#a58dc7a0",
"bg": "#d5ddf6a0"
},
"isDark": false
}

View File

@@ -0,0 +1,15 @@
{
"stylesheet": "client/css/espo/espo-rtl.css",
"stylesheetIframe": "client/css/espo/espo-rtl-iframe.css",
"logo": "client/img/logo-light.svg",
"params": {
"navbar": {
"type": "enum",
"default": "top",
"options": [
"top",
"side"
]
}
}
}

View File

@@ -0,0 +1,20 @@
{
"stylesheet": "client/css/espo/glass.css",
"stylesheetIframe": "client/css/espo/glass-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": "#45528166",
"Meeting": "#6680b3d1",
"Call": "#a1404ad1",
"Task": "#5d8a55d1"
},
"isDark": true
}

View File

@@ -0,0 +1,11 @@
{
"stylesheet": "client/css/espo/hazyblue.css",
"stylesheetIframe": "client/css/espo/hazyblue-iframe.css",
"logo": "client/img/logo-light.svg",
"textColor": "#333",
"chartGridColor": "#ddd",
"chartTickColor": "#e8eced",
"chartSuccessColor": "#85b75f",
"chartColorList": ["#6FA8D6", "#EDC555", "#DE6666", "#8A7CC2", "#c1834d", "#4E6CAD", "#ED8F42", "#d69cc7", "#bfbfbf"],
"chartColorAlternativeList": ["#6FA8D6", "#EDC555", "#DE6666", "#8A7CC2", "#c1834d"]
}

View File

@@ -0,0 +1,18 @@
{
"logo": "client/img/logo-light.svg",
"stylesheet": "client/css/espo/light.css",
"stylesheetIframe": "client/css/espo/light-iframe.css",
"textColor": "#0f0f0f",
"chartGridColor": "#ddd",
"chartTickColor": "#e8eced",
"chartSuccessColor": "#80ce8e",
"chartColorList": ["#6FA8D6", "#4E6CAD", "#EDC555", "#ED8F42", "#DE6666", "#7CC4A4", "#8A7CC2", "#D4729B", "#bfbfbf"],
"chartColorAlternativeList": ["#6FA8D6", "#EDC555", "#ED8F42", "#7CC4A4", "#D4729B"],
"calendarColors": {
"": "#a58dc7a0",
"bg": "#d5ddf6a0",
"Call": "#ca859f",
"Meeting": "#7da0c8",
"Task": "#88ce9b"
}
}

View File

@@ -0,0 +1,11 @@
{
"stylesheet": "client/css/espo/sakura.css",
"stylesheetIframe": "client/css/espo/sakura-iframe.css",
"logo": "client/img/logo-light.svg",
"textColor": "#424242",
"chartGridColor": "#ddd",
"chartTickColor": "#e8eced",
"chartSuccessColor": "#83CD77",
"chartColorList": ["#6FA8D6", "#4E6CAD", "#EDC555", "#ED8F42", "#DE6666", "#7CC4A4", "#8A7CC2", "#D4729B", "#bfbfbf"],
"chartColorAlternativeList": ["#6FA8D6", "#EDC555", "#ED8F42", "#7CC4A4", "#D4729B"]
}

View File

@@ -0,0 +1,11 @@
{
"stylesheet": "client/css/espo/violet.css",
"stylesheetIframe": "client/css/espo/violet-iframe.css",
"logo": "client/img/logo-light.svg",
"textColor": "#424242",
"chartGridColor": "#ddd",
"chartTickColor": "#e8eced",
"chartSuccessColor": "#6fc374",
"chartColorList": ["#6FA8D6", "#4E6CAD", "#EDC555", "#ED8F42", "#DE6666", "#7CC4A4", "#8A7CC2", "#D4729B", "#bfbfbf"],
"chartColorAlternativeList": ["#6FA8D6", "#EDC555", "#ED8F42", "#7CC4A4", "#D4729B"]
}