You've already forked wp-bootstrap
Add Rose, Sand, Lavender, Mint (light) and Ember, Arctic, Amethyst, Slate, Mocha, Nebula, Obsidian (dark) color palettes for the Design Editor. Total of 15 style variations available (7 light, 7 dark). Co-Authored-By: Claude <noreply@anthropic.com>
87 lines
2.3 KiB
JSON
87 lines
2.3 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
|
|
"version": 3,
|
|
"title": "Ember",
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"color": "#1c1210",
|
|
"name": "Base",
|
|
"slug": "base"
|
|
},
|
|
{
|
|
"color": "#f0e6e0",
|
|
"name": "Contrast",
|
|
"slug": "contrast"
|
|
},
|
|
{
|
|
"color": "#e85d26",
|
|
"name": "Primary",
|
|
"slug": "primary"
|
|
},
|
|
{
|
|
"color": "#a8a09c",
|
|
"name": "Secondary",
|
|
"slug": "secondary"
|
|
},
|
|
{
|
|
"color": "#4ade80",
|
|
"name": "Success",
|
|
"slug": "success"
|
|
},
|
|
{
|
|
"color": "#f87171",
|
|
"name": "Danger",
|
|
"slug": "danger"
|
|
},
|
|
{
|
|
"color": "#fbbf24",
|
|
"name": "Warning",
|
|
"slug": "warning"
|
|
},
|
|
{
|
|
"color": "#fb923c",
|
|
"name": "Info",
|
|
"slug": "info"
|
|
},
|
|
{
|
|
"color": "#2a1f1b",
|
|
"name": "Light",
|
|
"slug": "light"
|
|
},
|
|
{
|
|
"color": "#3d2117",
|
|
"name": "Dark",
|
|
"slug": "dark"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"elements": {
|
|
"button": {
|
|
"color": {
|
|
"background": "var:preset|color|primary",
|
|
"text": "var:preset|color|base"
|
|
},
|
|
":hover": {
|
|
"color": {
|
|
"background": "#c44b1b"
|
|
}
|
|
}
|
|
},
|
|
"link": {
|
|
"color": {
|
|
"text": "var:preset|color|primary"
|
|
},
|
|
":hover": {
|
|
"color": {
|
|
"text": "#c44b1b"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|