first commit without licensingg

This commit is contained in:
kbe
2025-08-21 14:40:43 +02:00
commit fa8d4e58a4
130 changed files with 82163 additions and 0 deletions

31
theme.json Normal file
View File

@@ -0,0 +1,31 @@
{
"$schema": "https:\/\/schemas.wp.org\/trunk\/theme.json",
"version": 2,
"settings": {
"appearanceTools": true,
"color": {
"defaultPalette": false,
"gradients": [
{
"slug": "primary-gradient",
"gradient": "var(--cs-color-button)",
"name": "Primary Gradient"
}
]
},
"layout": {
"contentSize": "824px",
"wideSize": "1248px"
},
"shadow": {
"defaultPresets": false,
"presets": [
{
"name": "Standard",
"slug": "standard",
"shadow": "0 5px 25px 0 var(--cs-palete-box-shadow)"
}
]
}
}
}