themes-wordpress/barnett/theme.json

30 lines
927 B
JSON
Raw Permalink Normal View History

2022-01-19 22:58:33 +00:00
{
"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)"
}
}
}
}