themes-wordpress/infield/styles/slugger-gold.json
alaczek 051f7275a8
Infield: Add theme. (#7556)
* Add Infield theme.

Initial commit.

* Removed unused font asset

---------

Co-authored-by: Jason Crist <jcrist@pbking.com>
2024-03-05 11:34:10 +11:00

41 lines
No EOL
668 B
JSON

{
"settings": {
"color": {
"palette": [
{
"color": "#013832",
"name": "Accent 1",
"slug": "accent-1"
},
{
"color": "#119822",
"name": "Accent 2",
"slug": "accent-2"
},
{
"color": "#11181F",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#ffffff",
"name": "Base",
"slug": "base"
},
{
"color": "#f3f4f4",
"name": "Accent 3",
"slug": "accent-3"
},
{
"color": "#daa520",
"name": "Accent 4",
"slug": "accent-4"
}
]
}
},
"title": "Slugger Gold",
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}