Skip to content

Commit e00f711

Browse files
committed
Removed placeholder color tokens. Added a few real ones.
1 parent 2fe32ff commit e00f711

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

figma-tokens/input/tokens.json

+26-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{
22
"primitive-tokens": {
3-
"black": {
4-
"value": "#000000",
5-
"type": "color"
6-
},
7-
"white": {
8-
"value": "#ffffff",
9-
"type": "color"
10-
},
113
"spacing": {
124
"10": {
135
"value": "64px",
@@ -157,6 +149,32 @@
157149
"value": "100px",
158150
"type": "fontSizes"
159151
}
152+
},
153+
"color": {
154+
"blue": {
155+
"100": {
156+
"value": "#B5D5F5",
157+
"type": "color"
158+
},
159+
"200": {
160+
"value": "#94C4F5",
161+
"type": "color"
162+
}
163+
},
164+
"gray": {
165+
"100": {
166+
"value": "#FAFAFA",
167+
"type": "color"
168+
},
169+
"200": {
170+
"value": "#F7F7F7",
171+
"type": "color"
172+
},
173+
"300": {
174+
"value": "#EDEFF0",
175+
"type": "color"
176+
}
177+
}
160178
}
161179
},
162180
"semantic-tokens": {

0 commit comments

Comments
 (0)