36 lines
589 B
JSON
36 lines
589 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"color": "#009f23",
|
|
"name": "Primary",
|
|
"slug": "primary"
|
|
},
|
|
{
|
|
"color": "#000000",
|
|
"name": "Secondary",
|
|
"slug": "secondary"
|
|
},
|
|
{
|
|
"color": "#ffffff",
|
|
"name": "Background",
|
|
"slug": "background"
|
|
},
|
|
{
|
|
"color": "#009f2311",
|
|
"name": "Accent",
|
|
"slug": "accent"
|
|
},
|
|
{
|
|
"color": "#2f2f2f",
|
|
"name": "Accent / Two",
|
|
"slug": "accent-2"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"title": "Verte",
|
|
"version": 2
|
|
}
|