add: block theme files
This commit is contained in:
31
theme.json
Normal file
31
theme.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"settings": {
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"color": "#ae1600",
|
||||
"name": "Highlight",
|
||||
"slug": "highlight"
|
||||
},
|
||||
{
|
||||
"color": "#fffff8",
|
||||
"name": "Base",
|
||||
"slug": "base"
|
||||
},
|
||||
{
|
||||
"color": "#222222",
|
||||
"name": "Contrast",
|
||||
"slug": "contrast"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"color": {
|
||||
"background": "var(--wp--preset--color--base)",
|
||||
"text": "var(--wp--preset--color--contrast)"
|
||||
}
|
||||
},
|
||||
"version": 3,
|
||||
"$schema": "https://schemas.wp.org/wp/6.6/theme.json"
|
||||
}
|
||||
Reference in New Issue
Block a user