themes-wordpress/didone/styles/silver.json
Jason Crist 665e759123
Adding theme Didone from @beafialho (#7239)
* Adding theme Didone from @beafialho

* Slight adjustments to patterns; Removed unused comments pattern, started using (and made ajustments to match templates) footer and no results patterns
2023-07-13 11:35:34 -04:00

36 lines
No EOL
575 B
JSON

{
"settings": {
"color": {
"palette": [
{
"color": "#cbcdd3",
"name": "Base",
"slug": "base"
},
{
"color": "#282b30",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#282b30",
"name": "Primary",
"slug": "primary"
},
{
"color": "#282b30",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#e3e3e9",
"name": "Tertiary",
"slug": "tertiary"
}
]
}
},
"title": "Silver",
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}