Files
HogelandLinuxWp/wpfiles/wp-content/themes/hogelandlinux/theme.json
T
2026-09-06 00:14:07 +02:00

49 lines
867 B
JSON

{
"$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
}
}
}