Skip to content

Instantly share code, notes, and snippets.

@karmatosed
Created December 5, 2023 10:13
Show Gist options
  • Save karmatosed/8e0b3fa1bd1c02033cdb01f8030f5783 to your computer and use it in GitHub Desktop.
Save karmatosed/8e0b3fa1bd1c02033cdb01f8030f5783 to your computer and use it in GitHub Desktop.
Theme05
{
"$schema": "https://schemas.wp.org/wp/6.4/theme.json",
"version": 2,
"patterns": [],
"settings": {
"appearanceTools": true,
"color": {
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"duotone": [],
"gradients": [],
"palette": [
{
"slug": "primary",
"color": "#e6308a",
"name": "Accent 1"
},
{
"slug": "secondary",
"color": "#b51963",
"name": "Accent 2"
},
{
"slug": "foreground",
"color": "#111111",
"name": "Foreground"
},
{
"slug": "contrast",
"color": "#5ba300",
"name": "Contrast"
},
{
"slug": "contrast-2",
"color": "#89ce00",
"name": "Contrast 2"
},
{
"slug": "base",
"color": "#ffffff",
"name": "Base"
}
]
},
"layout": {
"contentSize": "800px",
"wideSize": "1440px"
},
"spacing": {
"units": [ "%", "px", "em", "rem", "vh", "vw" ],
"spacingSizes": [
{
"name": "1",
"size": "1rem",
"slug": "10"
},
{
"name": "2",
"size": "min(1.5rem, 2vw)",
"slug": "20"
},
{
"name": "3",
"size": "min(2.5rem, 3vw)",
"slug": "30"
},
{
"name": "4",
"size": "min(4rem, 5vw)",
"slug": "40"
},
{
"name": "5",
"size": "min(6.5rem, 8vw)",
"slug": "50"
},
{
"name": "6",
"size": "min(10.5rem, 13vw)",
"slug": "60"
}
]
},
"typography": {
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Inter",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "200",
"src": [
"file:./assets/fonts/Inter-VariableFont_slnt,wght.ttf"
]
}
],
"fontFamily": "\"Inter\", sans-serif",
"name": "Inter",
"slug": "body"
},
{
"fontFace": [
{
"fontFamily": "Inter",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "900",
"src": [
"file:./assets/fonts/Inter-VariableFont_slnt,wght.ttf"
]
}
],
"fontFamily": "\"Inter\", sans-serif",
"name": "Inter",
"slug": "heading"
}
],
"fontSizes": [
{
"fluid": false,
"name": "X-Small",
"size": "0.75rem",
"slug": "x-small"
},
{
"fluid": false,
"name": "Small",
"size": "0.875rem",
"slug": "small"
},
{
"fluid": false,
"name": "Medium",
"size": "1rem",
"slug": "medium"
},
{
"fluid": false,
"name": "Large",
"size": "1.375rem",
"slug": "large"
},
{
"fluid": false,
"name": "X-Large",
"size": "1.75rem",
"slug": "x-large"
},
{
"fluid": false,
"name": "XX-Large",
"size": "1.875rem",
"slug": "xx-large"
},
{
"fluid": false,
"name": "XXX-Large",
"size": "2.5rem",
"slug": "xxx-large"
}
],
"fontStyle": true,
"fontWeight": true,
"lineHeight": false
},
"useRootPaddingAwareAlignments": true
},
"styles": {
},
"templateParts": [
{
"area": "header",
"name": "header"
},
{
"area": "footer",
"name": "footer"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment