89 lines
1.7 KiB
JSON
89 lines
1.7 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"title": "Branches",
|
|
"version": 2,
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"slug": "ti-bg",
|
|
"color": "#FFFFFF",
|
|
"name": "Background"
|
|
},
|
|
{
|
|
"slug": "ti-fg",
|
|
"color": "#141414",
|
|
"name": "Foreground"
|
|
},
|
|
{
|
|
"slug": "ti-accent",
|
|
"color": "#52AC96",
|
|
"name": "Accent"
|
|
},
|
|
{
|
|
"slug": "ti-accent-secondary",
|
|
"color": "#438C7A",
|
|
"name": "Accent Secondary"
|
|
},
|
|
{
|
|
"slug": "ti-bg-inv",
|
|
"color": "#2B4C44",
|
|
"name": "Background Dark"
|
|
},
|
|
{
|
|
"slug": "ti-bg-alt",
|
|
"color": "#FAF7F7",
|
|
"name": "Background Alt"
|
|
},
|
|
{
|
|
"slug": "ti-fg-alt",
|
|
"color": "#FFFFFf",
|
|
"name": "Foreground Alt"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"elements": {
|
|
"heading": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--albert-sans)"
|
|
}
|
|
},
|
|
"h1": {
|
|
"typography": {
|
|
"fontWeight": "600"
|
|
}
|
|
},
|
|
"h2": {
|
|
"typography": {
|
|
"fontWeight": "600"
|
|
}
|
|
},
|
|
"h3": {
|
|
"typography": {
|
|
"fontWeight": "600"
|
|
}
|
|
},
|
|
"h4": {
|
|
"typography": {
|
|
"fontWeight": "600"
|
|
}
|
|
},
|
|
"h5": {
|
|
"typography": {
|
|
"fontWeight": "600"
|
|
}
|
|
},
|
|
"h6": {
|
|
"typography": {
|
|
"fontWeight": "600"
|
|
}
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--albert-sans)"
|
|
}
|
|
}
|
|
}
|