37 lines
750 B
JSON
37 lines
750 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"title": "Green corn",
|
|
"version": 2,
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"slug": "raft-bg",
|
|
"color": "#2C4A27",
|
|
"name": "Background"
|
|
},
|
|
{
|
|
"slug": "raft-fg",
|
|
"color": "#F2F2F2",
|
|
"name": "Foreground"
|
|
},
|
|
{
|
|
"slug": "raft-bg-alt",
|
|
"color": "rgba(0, 0, 0, 0.2)",
|
|
"name": "Background Alt"
|
|
},
|
|
{
|
|
"slug": "raft-fg-alt",
|
|
"color": "#202120",
|
|
"name": "Foreground Alt"
|
|
},
|
|
{
|
|
"slug": "raft-accent",
|
|
"color": "#FAAF58",
|
|
"name": "Accent"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|