mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
62 lines
1018 B
JSON
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"
|
|
]
|
|
}
|
|
} |