Files
wp-bootstrap/styles/03-sunset.json

80 lines
2.1 KiB
JSON
Raw Permalink Normal View History

{
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
"version": 3,
"title": "Sunset",
"settings": {
"color": {
"palette": [
{
"color": "#FFFFFF",
"name": "Base",
"slug": "base"
},
{
"color": "#2b2024",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#c1440e",
"name": "Primary",
"slug": "primary"
},
{
"color": "#6c757d",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#198754",
"name": "Success",
"slug": "success"
},
{
"color": "#9b2226",
"name": "Danger",
"slug": "danger"
},
{
"color": "#ee9b00",
"name": "Warning",
"slug": "warning"
},
{
"color": "#ca6702",
"name": "Info",
"slug": "info"
},
{
"color": "#fdf0e2",
"name": "Light",
"slug": "light"
},
{
"color": "#3d1308",
"name": "Dark",
"slug": "dark"
}
]
}
},
"styles": {
"elements": {
"button": {
":hover": {
"color": {
"background": "#9a360b"
}
}
},
"link": {
":hover": {
"color": {
"text": "#9a360b"
}
}
}
}
}
}