Files
wp-bootstrap/styles/02-forest.json

80 lines
2.1 KiB
JSON
Raw Normal View History

{
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
"version": 3,
"title": "Forest",
"settings": {
"color": {
"palette": [
{
"color": "#fafaf5",
"name": "Base",
"slug": "base"
},
{
"color": "#2d3319",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#2d6a4f",
"name": "Primary",
"slug": "primary"
},
{
"color": "#6c757d",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#40916c",
"name": "Success",
"slug": "success"
},
{
"color": "#b5271d",
"name": "Danger",
"slug": "danger"
},
{
"color": "#dda15e",
"name": "Warning",
"slug": "warning"
},
{
"color": "#52b788",
"name": "Info",
"slug": "info"
},
{
"color": "#f1f5ec",
"name": "Light",
"slug": "light"
},
{
"color": "#1b4332",
"name": "Dark",
"slug": "dark"
}
]
}
},
"styles": {
"elements": {
"button": {
":hover": {
"color": {
"background": "#1b4332"
}
}
},
"link": {
":hover": {
"color": {
"text": "#1b4332"
}
}
}
}
}
}