Files
penpot/library/test/_tokens-1.json
2025-11-14 11:15:26 +01:00

62 lines
1018 B
JSON

{
"a": {},
"b": {
"aaa": {
"$value": "red",
"$type": "color",
"$description": ""
},
"bbb": {
"$value": "blue",
"$type": "color",
"$description": ""
},
"ccc": {
"eee": {
"$value": "green",
"$type": "color",
"$description": ""
}
},
"fff": {
"ttt": {
"$value": {
"fontFamilies": [
"Aboreto"
],
"fontSizes": "12",
"fontWeights": "300"
},
"$type": "typography",
"$description": ""
}
}
},
"b/c": {},
"$themes": [
{
"id": "48af6582-f247-8060-8006-ff4dd1d761a8",
"name": "tes1",
"description": "",
"isSource": false,
"selectedTokenSets": {
"a": "enabled",
"b": "enabled"
}
}
],
"$metadata": {
"tokenSetOrder": [
"a",
"b",
"b/c"
],
"activeThemes": [
"/tes1"
],
"activeSets": [
"a",
"b"
]
}
}