phosphor/theme/theme.json
Jeuner ca93367b5b feat: Phosphor v0.1.0 — clean CRT block-theme foundation (theme.json, FSE templates, parts, readme)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-10 11:00:15 +02:00

77 lines
2.5 KiB
JSON

{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 3,
"settings": {
"appearanceTools": true,
"useRootPaddingAwareAlignments": true,
"layout": {
"contentSize": "720px",
"wideSize": "1100px"
},
"color": {
"defaultPalette": false,
"custom": true,
"palette": [
{ "slug": "base", "color": "#000000", "name": "Base" },
{ "slug": "contrast", "color": "#ffffff", "name": "Contrast" },
{ "slug": "accent", "color": "#00ff00", "name": "Accent (CRT green)" },
{ "slug": "muted", "color": "#666666", "name": "Muted" },
{ "slug": "line", "color": "#1a1a1a", "name": "Line" }
]
},
"typography": {
"defaultFontSizes": false,
"fluid": true,
"fontFamilies": [
{
"slug": "mono",
"name": "Monospace",
"fontFamily": "'Courier New', Courier, ui-monospace, monospace"
},
{
"slug": "sans",
"name": "System Sans",
"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif"
}
],
"fontSizes": [
{ "slug": "small", "size": "0.875rem", "name": "Small" },
{ "slug": "medium", "size": "1rem", "name": "Medium" },
{ "slug": "large", "size": "1.5rem", "name": "Large" },
{ "slug": "xlarge", "size": "clamp(2rem, 8vw, 6rem)", "name": "XL Hero" }
]
},
"spacing": {
"units": ["px", "em", "rem", "vh", "vw", "%"],
"spacingScale": { "steps": 7 }
}
},
"styles": {
"color": {
"background": "var(--wp--preset--color--base)",
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--mono)",
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.6",
"letterSpacing": "0.02em"
},
"elements": {
"link": {
"color": { "text": "var(--wp--preset--color--accent)" },
":hover": { "typography": { "textDecoration": "underline" } }
},
"h1": { "typography": { "fontSize": "var(--wp--preset--font-size--xlarge)", "lineHeight": "1.1", "letterSpacing": "-0.02em" } },
"h2": { "typography": { "fontSize": "var(--wp--preset--font-size--large)", "lineHeight": "1.2" } }
},
"blocks": {
"core/post-title": { "typography": { "fontWeight": "500" } }
}
},
"templateParts": [
{ "name": "header", "title": "Header", "area": "header" },
{ "name": "footer", "title": "Footer", "area": "footer" }
],
"customTemplates": []
}