Ansico-WP-Theme/ansico-wp-theme/styles/blue.json

59 lines
1.1 KiB
JSON
Raw Normal View History

2026-04-17 19:26:52 +00:00
{
"version": 3,
"title": "Blå",
"settings": {
"color": {
"palette": [
{
"slug": "primary",
"name": "Primary",
"color": "#0a66c2"
},
{
"slug": "primary-dark",
"name": "Primary Dark",
"color": "#084b8a"
},
{
"slug": "base",
"name": "Base",
"color": "#ffffff"
},
{
"slug": "contrast",
"name": "Contrast",
"color": "#000000"
},
{
"slug": "border",
"name": "Border",
"color": "#cfd6df"
}
]
}
},
"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"
}
}
}
}
}