templates for self-hosting game jams (or any other kind of jam tbh)
1{
2 "__preprocessed__": "This file is used to build the theme.json file in the `public/build/assets` directory. The built artifact includes Tailwind's colors, fonts, and font sizes.",
3 "$schema": "https://schemas.wp.org/trunk/theme.json",
4 "version": 3,
5 "settings": {
6 "layout": {
7 "contentSize": "48rem"
8 },
9 "background": {
10 "backgroundImage": true
11 },
12 "color": {
13 "custom": false,
14 "customDuotone": false,
15 "customGradient": false,
16 "defaultDuotone": false,
17 "defaultGradients": false,
18 "defaultPalette": false,
19 "duotone": []
20 },
21 "custom": {
22 "spacing": {},
23 "typography": {
24 "font-size": {},
25 "line-height": {}
26 }
27 },
28 "spacing": {
29 "padding": true,
30 "units": ["px", "%", "em", "rem", "vw", "vh"]
31 },
32 "typography": {
33 "defaultFontSizes": false,
34 "customFontSize": false
35 }
36 }
37}