You've already forked wp-bootstrap
80 lines
2.1 KiB
JSON
80 lines
2.1 KiB
JSON
|
|
{
|
||
|
|
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
|
||
|
|
"version": 3,
|
||
|
|
"title": "Sand",
|
||
|
|
"settings": {
|
||
|
|
"color": {
|
||
|
|
"palette": [
|
||
|
|
{
|
||
|
|
"color": "#FEFCF8",
|
||
|
|
"name": "Base",
|
||
|
|
"slug": "base"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"color": "#292017",
|
||
|
|
"name": "Contrast",
|
||
|
|
"slug": "contrast"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"color": "#b45309",
|
||
|
|
"name": "Primary",
|
||
|
|
"slug": "primary"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"color": "#78716c",
|
||
|
|
"name": "Secondary",
|
||
|
|
"slug": "secondary"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"color": "#15803d",
|
||
|
|
"name": "Success",
|
||
|
|
"slug": "success"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"color": "#b91c1c",
|
||
|
|
"name": "Danger",
|
||
|
|
"slug": "danger"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"color": "#d97706",
|
||
|
|
"name": "Warning",
|
||
|
|
"slug": "warning"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"color": "#d4956b",
|
||
|
|
"name": "Info",
|
||
|
|
"slug": "info"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"color": "#f5f0e8",
|
||
|
|
"name": "Light",
|
||
|
|
"slug": "light"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"color": "#3d2c14",
|
||
|
|
"name": "Dark",
|
||
|
|
"slug": "dark"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"styles": {
|
||
|
|
"elements": {
|
||
|
|
"button": {
|
||
|
|
":hover": {
|
||
|
|
"color": {
|
||
|
|
"background": "#92400e"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"link": {
|
||
|
|
":hover": {
|
||
|
|
"color": {
|
||
|
|
"text": "#92400e"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|