autonomic-block-theme/theme.json

60 lines
1.2 KiB
JSON

{
"version": 2,
"settings": {
"appearanceTools": true,
"color": {
"defaultPalette": false,
"defaultGradients": false,
"defaultDuotone": false,
"palette": [
{
"slug": "background",
"color": "#ffffff",
"name": "Background"
},
{
"slug": "foreground",
"color": "#dc3e9d",
"name": "Foreground"
},
{
"slug": "primary",
"color": "#dc3e9d",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#27c773",
"name": "Secondary"
}
]
},
"layout": {
"contentSize": "700px",
"wideSize": "1100px"
},
"spacing": {
"units": [ "px", "em", "rem", "vh", "vw", "%" ]
},
"typography": {
"dropCap": true,
"fontFamilies": [
{
"name": "System (Roboto, Segoe UI, Ubuntu)",
"slug": "system",
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif"
}
]
}
},
"styles": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--system)"
},
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--foreground)"
}
}
}