47 lines
952 B
JSON
47 lines
952 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"title": "Lime Olive",
|
|
"version": 2,
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"color": "#aeb534",
|
|
"name": "Primary",
|
|
"slug": "primary"
|
|
},
|
|
{
|
|
"color": "#3d220c",
|
|
"name": "Secondary",
|
|
"slug": "secondary"
|
|
},
|
|
{
|
|
"color": "#ffffff",
|
|
"name": "Tertiary",
|
|
"slug": "tertiary"
|
|
},
|
|
{
|
|
"color": "#1d1007",
|
|
"name": "Quaternary",
|
|
"slug": "quaternary"
|
|
},
|
|
{
|
|
"color": "#000000",
|
|
"name": "Body Text",
|
|
"slug": "body-text"
|
|
},
|
|
{
|
|
"color": "#000000",
|
|
"name": "Foreground",
|
|
"slug": "foreground"
|
|
},
|
|
{
|
|
"color": "#ffffff",
|
|
"name": "Background",
|
|
"slug": "background"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|