themes-wordpress/loic/styles/nuit.json
Jeff Ong 71b0306411
Loic: add theme (#7159)
* Initial commit.

* Remove unused image.

* Remove hard links.

* Escape text.
2023-06-26 10:59:04 -04:00

36 lines
No EOL
589 B
JSON

{
"settings": {
"color": {
"palette": [
{
"color": "#f3f2da",
"name": "Primary",
"slug": "primary"
},
{
"color": "#b1b1d4",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#b1b1d4",
"name": "Foreground",
"slug": "foreground"
},
{
"color": "#18235b",
"name": "Background",
"slug": "background"
},
{
"color": "#0c1334",
"name": "Tertiary",
"slug": "tertiary"
}
]
}
},
"title": "Nuit",
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}