Ansico-WP-Theme/ansico-wp-theme/styles/petrol.json
2026-04-17 21:26:52 +02:00

59 lines
No EOL
1.1 KiB
JSON

{
"version": 3,
"title": "Petrol",
"settings": {
"color": {
"palette": [
{
"slug": "primary",
"name": "Primary",
"color": "#0f766e"
},
{
"slug": "primary-dark",
"name": "Primary Dark",
"color": "#115e59"
},
{
"slug": "base",
"name": "Base",
"color": "#ffffff"
},
{
"slug": "contrast",
"name": "Contrast",
"color": "#000000"
},
{
"slug": "border",
"name": "Border",
"color": "#c8dcda"
}
]
}
},
"styles": {
"color": {
"background": "#ffffff",
"text": "#000000"
},
"elements": {
"heading": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
"link": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
"button": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "#ffffff"
}
}
}
}
}