oficinasuport-wp-theme/theme/theme.json

40 lines
641 B
JSON
Raw Normal View History

{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "background",
"color": "#ffffff",
"name": "Background"
},
{
"slug": "foreground",
"color": "#404040",
"name": "Foreground"
},
{
"slug": "primary",
"color": "#b91c1c",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#15803d",
"name": "Secondary"
},
{
"slug": "tertiary",
"color": "#0369a1",
"name": "Tertiary"
}
]
},
"layout": {
"contentSize": "40rem",
"wideSize": "60rem"
}
}
}