coulomb-social/docs/design-extract/coulomb-social-design-tokens.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

218 lines
No EOL
4.4 KiB
JSON

{
"$metadata": {
"generator": "designlang",
"version": "7.0.0",
"spec": "https://design-tokens.github.io/community-group/format/",
"source": "https://coulomb.social",
"generatedAt": "2026-08-08T23:30:13.743Z"
},
"primitive": {
"color": {
"brand": {
"primary": {
"$value": "#d08728",
"$type": "color"
}
},
"neutral": {
"n100": {
"$value": "#000000",
"$type": "color"
},
"n200": {
"$value": "#efefef",
"$type": "color"
},
"n300": {
"$value": "#616161",
"$type": "color"
},
"n400": {
"$value": "#373737",
"$type": "color"
},
"n500": {
"$value": "#171717",
"$type": "color"
},
"n600": {
"$value": "#ffffff",
"$type": "color"
},
"n700": {
"$value": "#e5e5e5",
"$type": "color"
}
},
"background": {
"bg0": {
"$value": "#ffffff",
"$type": "color"
},
"bg1": {
"$value": "#e5e5e5",
"$type": "color"
},
"bg2": {
"$value": "#171717",
"$type": "color"
},
"bg3": {
"$value": "#f5f5f5",
"$type": "color"
}
},
"text": {
"text0": {
"$value": "#000000",
"$type": "color"
},
"text1": {
"$value": "#171717",
"$type": "color"
},
"text2": {
"$value": "#373737",
"$type": "color"
},
"text3": {
"$value": "#616161",
"$type": "color"
},
"text4": {
"$value": "#ffffff",
"$type": "color"
}
}
},
"spacing": {
"s0": {
"$value": "1px",
"$type": "dimension"
},
"s1": {
"$value": "24px",
"$type": "dimension"
},
"s2": {
"$value": "32px",
"$type": "dimension"
},
"s3": {
"$value": "40px",
"$type": "dimension"
},
"s4": {
"$value": "60px",
"$type": "dimension"
},
"s5": {
"$value": "80px",
"$type": "dimension"
},
"s6": {
"$value": "96px",
"$type": "dimension"
},
"s7": {
"$value": "320px",
"$type": "dimension"
}
},
"radius": {
"r0": {
"$value": "4px",
"$type": "dimension"
},
"r1": {
"$value": "8px",
"$type": "dimension"
},
"r2": {
"$value": "12px",
"$type": "dimension"
},
"r3": {
"$value": "15px",
"$type": "dimension"
},
"r4": {
"$value": "20px",
"$type": "dimension"
}
},
"shadow": {
"sh0": {
"$value": "rgb(170, 170, 170) 2px 2px 4px 0px",
"$type": "shadow"
},
"sh1": {
"$value": "rgba(23, 23, 23, 0.1) 2px 2px 8px 2px",
"$type": "shadow"
}
},
"fontFamily": {
"f0": {
"$value": "Helvetica",
"$type": "fontFamily"
},
"f1": {
"$value": "Arial",
"$type": "fontFamily"
},
"f2": {
"$value": "Times New Roman",
"$type": "fontFamily"
},
"f3": {
"$value": "Inter",
"$type": "fontFamily"
}
}
},
"semantic": {
"color": {
"action": {
"primary": {
"$value": "{primitive.color.brand.primary}",
"$type": "color"
}
},
"surface": {
"default": {
"$value": "{primitive.color.background.bg0}",
"$type": "color"
}
},
"text": {
"body": {
"$value": "{primitive.color.text.text0}",
"$type": "color"
}
}
},
"typography": {
"body": {
"$value": {
"fontFamily": "Helvetica",
"fontSize": "50px",
"fontWeight": "400",
"lineHeight": "50px"
},
"$type": "typography"
}
},
"radius": {
"control": {
"$value": "{primitive.radius.r0}",
"$type": "dimension"
}
},
"shadow": {
"elevated": {
"$value": "{primitive.shadow.sh0}",
"$type": "shadow"
}
}
}
}