Skip to content

Instantly share code, notes, and snippets.

@karmatosed
Created December 5, 2023 10:07
Show Gist options
  • Save karmatosed/5c9b17a1777927aff32a488f20702005 to your computer and use it in GitHub Desktop.
Save karmatosed/5c9b17a1777927aff32a488f20702005 to your computer and use it in GitHub Desktop.
Theme03
{
"$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" ]
},
"typography": {
},
"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