173 lines
5.4 KiB
JSON
173 lines
5.4 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"version": 3,
|
|
"settings": {
|
|
"layout": {
|
|
"contentSize": "100%",
|
|
"wideSize": "1536px"
|
|
},
|
|
"color": {
|
|
"custom": false,
|
|
"palette": [
|
|
{
|
|
"slug": "black",
|
|
"color": "#000",
|
|
"name": "Black"
|
|
},
|
|
{
|
|
"slug": "white",
|
|
"color": "#fff",
|
|
"name": "White"
|
|
},
|
|
{
|
|
"slug": "theme-bg",
|
|
"color": "var(--color-background)",
|
|
"name": "Theme Background"
|
|
},
|
|
{
|
|
"slug": "theme-text",
|
|
"color": "var(--color-text)",
|
|
"name": "Theme Text"
|
|
},
|
|
{
|
|
"slug": "theme-primary",
|
|
"color": "var(--color-primary)",
|
|
"name": "Theme Primary/CWC Blue 01"
|
|
},
|
|
{
|
|
"slug": "theme-cwc-blue-02",
|
|
"color": "var(--color-cwc-blue-02)",
|
|
"name": "CWC Blue 02"
|
|
},
|
|
{
|
|
"slug": "theme-cwc-blue-03",
|
|
"color": "var(--color-cwc-blue-03)",
|
|
"name": "CWC Blue 03"
|
|
},
|
|
{
|
|
"slug": "theme-secondary",
|
|
"color": "var(--color-secondary)",
|
|
"name": "Theme Secondary/CWC Orange 01"
|
|
}
|
|
],
|
|
"gradients": [
|
|
{
|
|
"slug": "background-gradient-1",
|
|
"gradient": "var(--background-image-gradient-1)",
|
|
"name": "Section Gradient 1"
|
|
}
|
|
]
|
|
},
|
|
"typography": {
|
|
"fontFamilies": [
|
|
{
|
|
"fontFamily": "var(--font-sans)",
|
|
"slug": "theme-sans",
|
|
"name": "Theme Font - Poppins"
|
|
},
|
|
{
|
|
"fontFamily": "var(--font-quincy)",
|
|
"slug": "theme-quincy",
|
|
"name": "Theme Font - Quincy"
|
|
}
|
|
],
|
|
"fontSizes": [
|
|
{
|
|
"slug": "base",
|
|
"size": "var(--text-base)",
|
|
"name": "Base"
|
|
},
|
|
{
|
|
"slug": "text-14px",
|
|
"size": "var(--text-14px)",
|
|
"name": "Text 14px"
|
|
},
|
|
{
|
|
"slug": "text-16px",
|
|
"size": "var(--text-16px)",
|
|
"name": "Text 16px"
|
|
},
|
|
{
|
|
"slug": "text-18px",
|
|
"size": "var(--text-18px)",
|
|
"name": "Text 18px"
|
|
},
|
|
{
|
|
"slug": "text-20px",
|
|
"size": "var(--text-20px)",
|
|
"name": "Text 20px"
|
|
},
|
|
{
|
|
"slug": "text-22px",
|
|
"size": "var(--text-22px)",
|
|
"name": "Text 22px"
|
|
},
|
|
{
|
|
"slug": "text-24px",
|
|
"size": "var(--text-24px)",
|
|
"name": "Text 24px"
|
|
},
|
|
{
|
|
"slug": "text-28px",
|
|
"size": "var(--text-28px)",
|
|
"name": "Text 28px"
|
|
},
|
|
{
|
|
"slug": "text-30px",
|
|
"size": "var(--text-30px)",
|
|
"name": "Text 30px"
|
|
},
|
|
{
|
|
"slug": "text-32px",
|
|
"size": "var(--text-32px)",
|
|
"name": "Text 32px"
|
|
},
|
|
{
|
|
"slug": "text-34px",
|
|
"size": "var(--text-34px)",
|
|
"name": "Text 34px"
|
|
},
|
|
{
|
|
"slug": "text-40px",
|
|
"size": "var(--text-40px)",
|
|
"name": "Text 40px"
|
|
},
|
|
{
|
|
"slug": "text-54px",
|
|
"size": "var(--text-54px)",
|
|
"name": "Text 54px"
|
|
},
|
|
{
|
|
"slug": "text-64px",
|
|
"size": "var(--text-64px)",
|
|
"name": "Text 64px"
|
|
}
|
|
],
|
|
"lineHeight": true
|
|
},
|
|
"spacing": {
|
|
"padding": true,
|
|
"margin": true,
|
|
"units": [ "px", "em", "rem", "vh", "vw", "%" ]
|
|
}
|
|
},
|
|
"styles": {
|
|
"color": {
|
|
"background": "var(--wp--preset--color--background)",
|
|
"text": "var(--wp--preset--color--text)"
|
|
},
|
|
"elements": {
|
|
"link": {
|
|
"color": {
|
|
"text": "var(--wp--preset--color--theme-bodylinks)"
|
|
}
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--base)",
|
|
"fontFamily": "var(--wp--preset--font-family--theme-sans)",
|
|
"lineHeight": "1.5"
|
|
}
|
|
}
|
|
}
|