Files
wp-bootstrap/styles/01-ocean.json

80 lines
2.1 KiB
JSON
Raw Normal View History

{
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
"version": 3,
"title": "Ocean",
"settings": {
"color": {
"palette": [
{
"color": "#FFFFFF",
"name": "Base",
"slug": "base"
},
{
"color": "#1a2332",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#0077b6",
"name": "Primary",
"slug": "primary"
},
{
"color": "#6c757d",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#198754",
"name": "Success",
"slug": "success"
},
{
"color": "#dc3545",
"name": "Danger",
"slug": "danger"
},
{
"color": "#ffc107",
"name": "Warning",
"slug": "warning"
},
{
"color": "#00b4d8",
"name": "Info",
"slug": "info"
},
{
"color": "#f0f7fa",
"name": "Light",
"slug": "light"
},
{
"color": "#023e58",
"name": "Dark",
"slug": "dark"
}
]
}
},
"styles": {
"elements": {
"button": {
":hover": {
"color": {
"background": "#005f8a"
}
}
},
"link": {
":hover": {
"color": {
"text": "#005f8a"
}
}
}
}
}
}