0f913c123f
* Luminance: Add theme * Fix typo and spacing in style.css * Luminance: Minor adjustment for post titles --------- Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
26 lines
402 B
JSON
26 lines
402 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"version": 2,
|
|
"title": "Charcoal",
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"color": "#000000",
|
|
"name": "Base",
|
|
"slug": "base"
|
|
},
|
|
{
|
|
"color": "#ffffff",
|
|
"name": "Contrast",
|
|
"slug": "contrast"
|
|
},
|
|
{
|
|
"color": "#a7a7a7",
|
|
"name": "Primary",
|
|
"slug": "primary"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|