Convert to Gutenberg blocks
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"settings": {
|
||||
"layout": {
|
||||
"contentSize": "1200px",
|
||||
"wideSize": "1400px",
|
||||
"allowEditing": true
|
||||
},
|
||||
"color": {
|
||||
"defaultPalette": true,
|
||||
"palette": [
|
||||
{
|
||||
"slug": "hl-green",
|
||||
"name": "Hogeland groen",
|
||||
"color": "#059669"
|
||||
},
|
||||
{
|
||||
"slug": "hl-green-dark",
|
||||
"name": "Hogeland donkergroen",
|
||||
"color": "#047857"
|
||||
},
|
||||
{
|
||||
"slug": "hl-green-light",
|
||||
"name": "Hogeland lichtgroen",
|
||||
"color": "#ecfdf5"
|
||||
},
|
||||
{
|
||||
"slug": "hl-green-tint",
|
||||
"name": "Hogeland tint",
|
||||
"color": "#d1fae5"
|
||||
},
|
||||
{
|
||||
"slug": "hl-ink",
|
||||
"name": "Tekst donker",
|
||||
"color": "#1f2937"
|
||||
},
|
||||
{
|
||||
"slug": "hl-gray",
|
||||
"name": "Tekst grijs",
|
||||
"color": "#6b7280"
|
||||
}
|
||||
]
|
||||
},
|
||||
"typography": {
|
||||
"fluid": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user