themes-wordpress/barnett/theme.json
2022-01-20 09:58:33 +11:00

30 lines
No EOL
927 B
JSON

{
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "foreground",
"color": "#133837",
"name": "Foreground",
"default": "#000000"
},
{
"slug": "background",
"color": "#D2F0EA",
"name": "Background",
"default": "#ffffff"
}
]
},
"custom": {
"color": {
"foreground": "var(--wp--preset--color--foreground)",
"background": "var(--wp--preset--color--background)",
"primary": "var(--wp--preset--color--foreground)",
"secondary": "var(--wp--preset--color--foreground)",
"tertiary": "var(--wp--preset--color--background)"
}
}
}
}