Initial commit.
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"title": "Lime Green",
|
||||
"version": 2,
|
||||
"settings": {
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"color": "#5db534",
|
||||
"name": "Primary",
|
||||
"slug": "primary"
|
||||
},
|
||||
{
|
||||
"color": "#0c163d",
|
||||
"name": "Secondary",
|
||||
"slug": "secondary"
|
||||
},
|
||||
{
|
||||
"color": "#ffffff",
|
||||
"name": "Tertiary",
|
||||
"slug": "tertiary"
|
||||
},
|
||||
{
|
||||
"color": "#0b071d",
|
||||
"name": "Quaternary",
|
||||
"slug": "quaternary"
|
||||
},
|
||||
{
|
||||
"color": "#000000",
|
||||
"name": "Body Text",
|
||||
"slug": "body-text"
|
||||
},
|
||||
{
|
||||
"color": "#000000",
|
||||
"name": "Foreground",
|
||||
"slug": "foreground"
|
||||
},
|
||||
{
|
||||
"color": "#ffffff",
|
||||
"name": "Background",
|
||||
"slug": "background"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user