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": "Nebula",
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"color": "#0a1628",
|
|
"name": "Base",
|
|
"slug": "base"
|
|
},
|
|
{
|
|
"color": "#d4e4f0",
|
|
"name": "Contrast",
|
|
"slug": "contrast"
|
|
},
|
|
{
|
|
"color": "#2dd4bf",
|
|
"name": "Primary",
|
|
"slug": "primary"
|
|
},
|
|
{
|
|
"color": "#7e9bb0",
|
|
"name": "Secondary",
|
|
"slug": "secondary"
|
|
},
|
|
{
|
|
"color": "#4ade80",
|
|
"name": "Success",
|
|
"slug": "success"
|
|
},
|
|
{
|
|
"color": "#f472b6",
|
|
"name": "Danger",
|
|
"slug": "danger"
|
|
},
|
|
{
|
|
"color": "#fbbf24",
|
|
"name": "Warning",
|
|
"slug": "warning"
|
|
},
|
|
{
|
|
"color": "#67e8f9",
|
|
"name": "Info",
|
|
"slug": "info"
|
|
},
|
|
{
|
|
"color": "#112240",
|
|
"name": "Light",
|
|
"slug": "light"
|
|
},
|
|
{
|
|
"color": "#1a365d",
|
|
"name": "Dark",
|
|
"slug": "dark"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"elements": {
|
|
"button": {
|
|
"color": {
|
|
"background": "var:preset|color|primary",
|
|
"text": "var:preset|color|base"
|
|
},
|
|
":hover": {
|
|
"color": {
|
|
"background": "#14b8a6"
|
|
}
|
|
}
|
|
},
|
|
"link": {
|
|
"color": {
|
|
"text": "var:preset|color|primary"
|
|
},
|
|
":hover": {
|
|
"color": {
|
|
"text": "#14b8a6"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|