themes-wordpress/luminance/styles/charcoal.json
Takashi Irie 0f913c123f
Luminance: Add theme (#7173)
* 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>
2023-07-11 22:32:45 +01:00

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"
}
]
}
}
}