coulomb-social/docs/design-extract/coulomb-social-wordpress-theme.json
tegwick 6fe263444a Extract authenticated coulomb.social design language via designlang
Session probe lands on /vw_pages (Research). Use main designlang extract
with --cookie-file — pack ignores auth. 39 artifacts under
docs/design-extract; tolerate designlang late summary crash when cores exist.
2026-08-09 01:31:00 +02:00

175 lines
No EOL
3.5 KiB
JSON

{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 3,
"settings": {
"color": {
"palette": [
{
"slug": "primary",
"color": "#d08728",
"name": "Primary"
},
{
"slug": "neutral-1",
"color": "#000000",
"name": "Neutral 1"
},
{
"slug": "neutral-2",
"color": "#efefef",
"name": "Neutral 2"
},
{
"slug": "neutral-3",
"color": "#616161",
"name": "Neutral 3"
},
{
"slug": "neutral-4",
"color": "#373737",
"name": "Neutral 4"
},
{
"slug": "neutral-5",
"color": "#171717",
"name": "Neutral 5"
},
{
"slug": "bg-ffffff",
"color": "#ffffff",
"name": "Background #ffffff"
},
{
"slug": "bg-e5e5e5",
"color": "#e5e5e5",
"name": "Background #e5e5e5"
},
{
"slug": "bg-171717",
"color": "#171717",
"name": "Background #171717"
}
],
"gradients": []
},
"typography": {
"fontFamilies": [
{
"fontFamily": "Helvetica",
"slug": "helvetica",
"name": "Helvetica"
},
{
"fontFamily": "Arial",
"slug": "arial",
"name": "Arial"
},
{
"fontFamily": "Times New Roman",
"slug": "times-new-roman",
"name": "Times New Roman"
},
{
"fontFamily": "Inter",
"slug": "inter",
"name": "Inter"
}
],
"fontSizes": [
{
"size": "50px",
"slug": "size-50",
"name": "50px"
},
{
"size": "42px",
"slug": "size-42",
"name": "42px"
},
{
"size": "24px",
"slug": "size-24",
"name": "24px"
},
{
"size": "18px",
"slug": "size-18",
"name": "18px"
},
{
"size": "16px",
"slug": "size-16",
"name": "16px"
},
{
"size": "14px",
"slug": "size-14",
"name": "14px"
},
{
"size": "13.3333px",
"slug": "size-13.3333",
"name": "13.3333px"
}
]
},
"spacing": {
"spacingSizes": [
{
"size": "1px",
"slug": "spacing-1",
"name": "1px"
},
{
"size": "24px",
"slug": "spacing-24",
"name": "24px"
},
{
"size": "32px",
"slug": "spacing-32",
"name": "32px"
},
{
"size": "40px",
"slug": "spacing-40",
"name": "40px"
},
{
"size": "60px",
"slug": "spacing-60",
"name": "60px"
},
{
"size": "80px",
"slug": "spacing-80",
"name": "80px"
},
{
"size": "96px",
"slug": "spacing-96",
"name": "96px"
},
{
"size": "320px",
"slug": "spacing-320",
"name": "320px"
}
]
},
"layout": {
"contentSize": "1200px",
"wideSize": "1400px"
}
},
"styles": {
"color": {
"background": "#ffffff",
"text": "#000000"
},
"typography": {
"fontFamily": "Helvetica"
},
"spacing": {}
}
}