File: /volume1/web/wp-content/themes/hansen/theme.json
{
"version": 2,
"settings": {
"color": {
"custom": true,
"customGradient": true,
"link": true,
"palette": [
{
"slug": "dark",
"name": "Dark",
"color": "#4b5161"
},
{
"slug": "grey",
"name": "Grey",
"color": "#abb7c3"
},
{
"slug": "light",
"name": "Light",
"color": "#f9f8f5"
},
{
"slug": "salmon",
"name": "Salmon",
"color": "#ff7f7c"
},
{
"slug": "pink",
"name": "Pink",
"color": "#ff00ff"
},
{
"slug": "red",
"name": "Red",
"color": "#ff4242"
},
{
"slug": "orange",
"name": "Orange",
"color": "#ff8040"
},
{
"slug": "yellow",
"name": "Yellow",
"color": "#f7bc5b"
},
{
"slug": "green",
"name": "Green",
"color": "#79d31f"
},
{
"slug": "light-blue",
"name": "Light Blue",
"color": "#4dd8ff"
},
{
"slug": "blue",
"name": "Blue",
"color": "#00b1ed"
},
{
"slug": "purple",
"name": "Purple",
"color": "#a448ff"
},
{
"slug": "black",
"name": "Black",
"color": "#000000"
},
{
"slug": "white",
"name": "White",
"color": "#ffffff"
}
],
"gradients": [
{
"slug": "blue-to-purple",
"name": "Blue to Purple",
"gradient": "linear-gradient(135deg,var(--wp--preset--color--blue) 0%,var(--wp--preset--color--purple) 70%)"
},
{
"slug": "purple-to-red",
"name": "Purple to Red",
"gradient": "linear-gradient(135deg,var(--wp--preset--color--purple) 0%,var(--wp--preset--color--red) 100%)"
},
{
"slug": "orange-to-red",
"name": "Orange to Red",
"gradient": "linear-gradient(135deg,var(--wp--preset--color--orange) 0%,var(--wp--preset--color--red) 60%)"
},
{
"slug": "yellow-to-salmon-to-red",
"name": "Yellow to Salmon to Red",
"gradient": "linear-gradient(135deg,var(--wp--preset--color--yellow) 0%,var(--wp--preset--color--salmon) 50%,var(--wp--preset--color--red) 100%)"
},
{
"slug": "yellow-to-green",
"name": "Yellow to Green",
"gradient": "linear-gradient(135deg,var(--wp--preset--color--yellow) 0%,var(--wp--preset--color--green) 100%)"
},
{
"slug": "green-to-blue",
"name": "Green to Blue",
"gradient": "linear-gradient(135deg,var(--wp--preset--color--green) 0%,var(--wp--preset--color--blue) 80%)"
},
{
"slug": "blue-to-purple-to-pink",
"name": "Blue to Purple to Pink",
"gradient": "linear-gradient(135deg,var(--wp--preset--color--blue) 0%,var(--wp--preset--color--purple) 40%,var(--wp--preset--color--pink) 90%)"
},
{
"slug": "red-to-pink-to-purple-to-blue",
"name": "Red to Pink to Purple to Blue",
"gradient": "linear-gradient(135deg,var(--wp--preset--color--red) 0%,var(--wp--preset--color--pink) 30%,var(--wp--preset--color--purple) 70%,var(--wp--preset--color--blue) 100%)"
},
{
"slug": "grey-to-dark",
"name": "Grey to Dark",
"gradient": "linear-gradient(135deg,var(--wp--preset--color--grey) 0%,var(--wp--preset--color--black) 80%)"
},
{
"slug": "light-to-grey",
"name": "Light to Grey",
"gradient": "linear-gradient(135deg,var(--wp--preset--color--light) 0%,var(--wp--preset--color--grey) 80%)"
}
]
},
"typography": {
"customFontSize": true,
"lineHeight": true,
"fontFamilies": [
{
"fontFamily": "Quicksand, sans-serif",
"name": "Quicksand",
"slug": "quicksand"
},
{
"fontFamily": "\"Work Sans\", sans-serif",
"name": "Work Sans",
"slug": "work-sans"
},
{
"fontFamily": "Roboto, sans-serif",
"name": "Roboto",
"slug": "roboto"
},
{
"fontFamily": "\"Roboto Slab\", serif",
"name": "Roboto Slab",
"slug": "roboto-slab"
},
{
"fontFamily": "Merriweather, serif",
"name": "Merriweather",
"slug": "merriweather"
}
],
"fontSizes": [
{
"slug": "tiny",
"name": "Tiny",
"size": "12px"
},
{
"slug": "small",
"name": "Small",
"size": "15px"
},
{
"slug": "normal",
"name": "Normal",
"size": "18px"
},
{
"slug": "medium",
"name": "Medium",
"size": "24px"
},
{
"slug": "large",
"name": "Large",
"size": "36px"
},
{
"slug": "huge",
"name": "Huge",
"size": "48px"
},
{
"slug": "gigantic",
"name": "Gigantic",
"size": "60px"
},
{
"slug": "massive",
"name": "Massive",
"size": "72px"
}
]
},
"spacing": {
"units": [ "%", "px", "em", "rem", "vh", "vw" ],
"padding": true,
"margin": true
},
"layout": {
"contentSize": "1200px",
"wideSize": "1440px"
}
},
"customTemplates": [
{
"name": "page-no-title",
"title": "Without Page Title"
},
{
"name": "page-cover-title",
"title": "Page with Cover Title"
},
{
"name": "page-blank-canvas",
"title": "Blank Canvas"
},
{
"name": "single-product",
"title": "Single Product"
}
],
"templateParts": [
{
"name": "header",
"area": "header",
"title": "Header"
},
{
"name": "header-sticky",
"area": "header",
"title": "Header Sticky"
},
{
"name": "footer",
"area": "footer",
"title": "Footer"
}
],
"styles": {
"color": {
"background": "var(--wp--preset--color--light)",
"text": "var(--wp--preset--color--dark)"
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--blue)"
}
},
"h1": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)"
},
"color": {
"text": "var(--wp--preset--color--black)"
}
},
"h2": {
"typography": {
"fontSize": "calc(var(--wp--preset--font-size--medium) * 1.375)"
},
"color": {
"text": "var(--wp--preset--color--black)"
}
},
"h3": {
"typography": {
"fontSize": "calc(var(--wp--preset--font-size--medium) * 1.25)"
},
"color": {
"text": "var(--wp--preset--color--black)"
}
},
"h4": {
"typography": {
"fontSize": "calc(var(--wp--preset--font-size--medium) * 1.125)"
},
"color": {
"text": "var(--wp--preset--color--black)"
}
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
},
"color": {
"text": "var(--wp--preset--color--black)"
}
},
"h6": {
"typography": {
"fontSize": "calc(var(--wp--preset--font-size--medium) * 0.875)"
},
"color": {
"text": "var(--wp--preset--color--black)"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--work-sans)",
"fontSize": "var(--wp--preset--font-size--normal)",
"lineHeight": "1.6",
"fontWeight": "300",
"fontStyle": "normal"
},
"blocks": {
"core/paragraph": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)"
}
},
"core/site-title": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--quicksand)",
"fontSize": "var(--wp--preset--font-size--large)"
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--light-blue)"
}
}
}
},
"core/navigation": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--quicksand)",
"fontWeight": "400",
"fontStyle": "normal"
}
},
"core/post-title": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--quicksand)"
}
},
"core/post-date": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-author": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-terms": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
}
}
}
}