Skip to content

Commit

Permalink
Removed placeholder color tokens. Added a few real ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
theadamparker committed Nov 13, 2024
1 parent 2fe32ff commit e00f711
Showing 1 changed file with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions figma-tokens/input/tokens.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
{
"primitive-tokens": {
"black": {
"value": "#000000",
"type": "color"
},
"white": {
"value": "#ffffff",
"type": "color"
},
"spacing": {
"10": {
"value": "64px",
Expand Down Expand Up @@ -157,6 +149,32 @@
"value": "100px",
"type": "fontSizes"
}
},
"color": {
"blue": {
"100": {
"value": "#B5D5F5",
"type": "color"
},
"200": {
"value": "#94C4F5",
"type": "color"
}
},
"gray": {
"100": {
"value": "#FAFAFA",
"type": "color"
},
"200": {
"value": "#F7F7F7",
"type": "color"
},
"300": {
"value": "#EDEFF0",
"type": "color"
}
}
}
},
"semantic-tokens": {
Expand Down

0 comments on commit e00f711

Please sign in to comment.