Added WP-Theme

This commit is contained in:
2026-04-23 08:21:57 +02:00
parent fb1685bdd7
commit ffd95cb825
37 changed files with 2415 additions and 145 deletions

View File

@@ -0,0 +1,199 @@
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 3,
"settings": {
"appearanceTools": true,
"layout": {
"contentSize": "760px",
"wideSize": "1180px"
},
"color": {
"defaultPalette": false,
"defaultGradients": false,
"palette": [
{
"slug": "accent",
"name": "Accent",
"color": "#EB825E"
},
{
"slug": "ink",
"name": "Ink",
"color": "#353535"
},
{
"slug": "canvas",
"name": "Canvas",
"color": "#FFFFFF"
},
{
"slug": "surface",
"name": "Surface",
"color": "#FAF7F2"
}
]
},
"custom": {
"radius": {
"md": "18px",
"lg": "26px"
},
"shadow": {
"soft": "0 10px 30px rgba(0, 0, 0, 0.06)",
"strong": "0 18px 60px rgba(0, 0, 0, 0.1)"
}
},
"spacing": {
"defaultSpacingSizes": false,
"units": [
"px",
"rem",
"em",
"%",
"vw"
],
"spacingSizes": [
{
"slug": "xs",
"name": "XS",
"size": "8px"
},
{
"slug": "sm",
"name": "S",
"size": "16px"
},
{
"slug": "md",
"name": "M",
"size": "30px"
},
{
"slug": "lg",
"name": "L",
"size": "44px"
},
{
"slug": "xl",
"name": "XL",
"size": "64px"
}
]
},
"typography": {
"defaultFontSizes": false,
"dropCap": false,
"fontFamilies": [
{
"fontFamily": "\"Gilroy\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif",
"name": "Gilroy",
"slug": "gilroy"
}
],
"fontSizes": [
{
"slug": "sm",
"name": "Small",
"size": "0.95rem"
},
{
"slug": "base",
"name": "Base",
"size": "1rem"
},
{
"slug": "lg",
"name": "Large",
"size": "1.2rem"
},
{
"slug": "xl",
"name": "XL",
"size": "1.72rem"
},
{
"slug": "display",
"name": "Display",
"size": "3.1rem"
}
],
"lineHeight": true
}
},
"styles": {
"color": {
"background": "#FFFFFF",
"text": "#353535"
},
"spacing": {
"blockGap": "1rem"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--gilroy)",
"fontSize": "var(--wp--preset--font-size--base)",
"lineHeight": "1.6"
},
"elements": {
"button": {
"border": {
"radius": "999px"
},
"spacing": {
"padding": {
"top": "12px",
"right": "16px",
"bottom": "12px",
"left": "16px"
}
},
"typography": {
"fontWeight": "600"
}
},
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--gilroy)",
"fontWeight": "600",
"letterSpacing": "-0.01em"
}
},
"link": {
"color": {
"text": "var(--wp--preset--color--ink)"
}
}
},
"blocks": {
"core/button": {
"color": {
"background": "var(--wp--preset--color--accent)",
"text": "#ffffff"
}
},
"core/details": {
"border": {
"radius": "28px"
},
"spacing": {
"padding": {
"top": "0px",
"right": "0px",
"bottom": "0px",
"left": "0px"
}
}
},
"core/group": {
"spacing": {
"blockGap": "1rem"
}
},
"core/paragraph": {
"typography": {
"fontSize": "var(--wp--preset--font-size--base)",
"lineHeight": "1.6"
}
}
}
}
}