Initial commit: Wisdom1 barebones theme with landing page, categories, and single post templates
This commit is contained in:
109
theme.json
Normal file
109
theme.json
Normal file
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"version": 3,
|
||||
"settings": {
|
||||
"appearanceTools": true,
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"slug": "primary",
|
||||
"color": "#1A1A2E",
|
||||
"name": "Deep Midnight"
|
||||
},
|
||||
{
|
||||
"slug": "accent",
|
||||
"color": "#D4AF37",
|
||||
"name": "Gold Leaf"
|
||||
},
|
||||
{
|
||||
"slug": "base",
|
||||
"color": "#F4F1EA",
|
||||
"name": "Antique Parchment"
|
||||
},
|
||||
{
|
||||
"slug": "secondary",
|
||||
"color": "#004D4D",
|
||||
"name": "Deep Teal"
|
||||
},
|
||||
{
|
||||
"slug": "hover",
|
||||
"color": "#6A0DAD",
|
||||
"name": "Royal Amethyst"
|
||||
},
|
||||
{
|
||||
"slug": "border",
|
||||
"color": "#E0DCD0",
|
||||
"name": "Honor Gray"
|
||||
}
|
||||
]
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"fontFamily": "'Playfair Display', serif",
|
||||
"name": "Serif (Playfair Display)",
|
||||
"slug": "header-font"
|
||||
},
|
||||
{
|
||||
"fontFamily": "'Montserrat', sans-serif",
|
||||
"name": "Sans-serif (Montserrat)",
|
||||
"slug": "body-font"
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"name": "Body",
|
||||
"size": "16px",
|
||||
"slug": "body"
|
||||
},
|
||||
{
|
||||
"name": "Heading",
|
||||
"size": "48px",
|
||||
"slug": "heading"
|
||||
},
|
||||
{
|
||||
"name": "Subheading",
|
||||
"size": "20px",
|
||||
"slug": "subheading"
|
||||
}
|
||||
]
|
||||
},
|
||||
"spacing": {
|
||||
"spacingSizes": [
|
||||
{ "size": "1rem", "slug": "30", "name": "Small" },
|
||||
{ "size": "2rem", "slug": "50", "name": "Medium" },
|
||||
{ "size": "4rem", "slug": "70", "name": "Large" },
|
||||
{ "size": "8rem", "slug": "90", "name": "Extra Large" }
|
||||
]
|
||||
},
|
||||
"layout": {
|
||||
"contentSize": "1100px",
|
||||
"wideSize": "1400px"
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"color": {
|
||||
"background": "var(--wp--preset--color--base)",
|
||||
"text": "var(--wp--preset--color--primary)"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--body-font)",
|
||||
"fontSize": "var(--wp--preset--font-size--body)",
|
||||
"lineHeight": "1.6"
|
||||
},
|
||||
"elements": {
|
||||
"heading": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--header-font)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"link": {
|
||||
"color": { "text": "var(--wp--preset--color--primary)" },
|
||||
"typography": { "textDecoration": "none" },
|
||||
":hover": {
|
||||
"color": { "text": "var(--wp--preset--color--hover)" }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user