main
json 402 lines 8.44 KB
Raw
1 {
2 "global": {
3 "border-radius-default": {
4 "value": "8px",
5 "type": "borderRadius"
6 },
7 "border-radius-small": {
8 "value": "4px",
9 "type": "borderRadius"
10 },
11 "line-heights-default": {
12 "value": "1.25",
13 "type": "lineHeights"
14 },
15 "font-sizes-default": {
16 "value": "16px",
17 "type": "fontSizes"
18 },
19 "font-sizes-card-title": {
20 "value": "18px",
21 "type": "fontSizes"
22 },
23 "font-weights-default": {
24 "value": "400",
25 "type": "fontWeights"
26 },
27 "font-weights-strong": {
28 "value": "600",
29 "type": "fontWeights"
30 },
31 "font-weights-card-title": {
32 "value": "600",
33 "type": "fontWeights"
34 },
35 "font-families-default": {
36 "value": "'Public Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",
37 "type": "fontFamilies"
38 },
39 "font-families-display": {
40 "value": "'Lexend', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",
41 "type": "fontFamilies"
42 },
43 "font-families-mono": {
44 "value": "'JetBrains Mono', SFMono-Regular, Menlo, Consolas, Courier, monospace",
45 "type": "fontFamilies"
46 },
47 "color-light-sidebar-background": {
48 "value": "rgb(255, 255, 255)",
49 "type": "color"
50 },
51 "color-light-body-background": {
52 "value": "rgb(245, 247, 249)",
53 "type": "color"
54 },
55 "color-light-text": {
56 "value": "rgb(0, 0, 0)",
57 "type": "color"
58 },
59 "color-light-text-secondary": {
60 "value": "rgb(73, 84, 101)",
61 "type": "color"
62 },
63 "color-light-text-tertiary": {
64 "value": "rgb(114, 115, 115)",
65 "type": "color"
66 },
67 "color-light-background": {
68 "value": "rgb(255, 255, 255)",
69 "type": "color"
70 },
71 "color-light-background-secondary": {
72 "value": "rgb(250, 251, 252)",
73 "type": "color"
74 },
75 "color-light-border": {
76 "value": "rgb(226, 230, 233)",
77 "type": "color"
78 },
79 "color-light-hover": {
80 "value": "rgba(221, 224, 225, 0.5)",
81 "type": "color"
82 },
83 "color-light-primary": {
84 "value": "rgb(255, 182, 0)",
85 "type": "color"
86 },
87 "color-light-info": {
88 "value": "rgb(98, 103, 255)",
89 "type": "color"
90 },
91 "color-light-success": {
92 "value": "rgb(0, 178, 123)",
93 "type": "color"
94 },
95 "color-light-warning": {
96 "value": "rgb(227, 194, 47)",
97 "type": "color"
98 },
99 "color-light-error": {
100 "value": "rgb(255, 1, 86)",
101 "type": "color"
102 },
103 "color-light-extra-1": {
104 "value": "rgb(98, 103, 255)",
105 "type": "color"
106 },
107 "color-light-extra-2": {
108 "value": "rgb(255, 97, 201)",
109 "type": "color"
110 },
111 "color-light-extra-3": {
112 "value": "rgb(227, 194, 47)",
113 "type": "color"
114 },
115 "color-light-extra-4": {
116 "value": "rgb(255, 1, 86)",
117 "type": "color"
118 },
119 "color-dark-sidebar-background": {
120 "value": "rgb(29, 31, 37)",
121 "type": "color"
122 },
123 "color-dark-body-background": {
124 "value": "rgb(20, 22, 26)",
125 "type": "color"
126 },
127 "color-dark-text": {
128 "value": "rgb(255, 255, 255)",
129 "type": "color"
130 },
131 "color-dark-text-secondary": {
132 "value": "rgb(172, 181, 190)",
133 "type": "color"
134 },
135 "color-dark-text-tertiary": {
136 "value": "rgb(172, 181, 190)",
137 "type": "color"
138 },
139 "color-dark-background": {
140 "value": "rgb(38, 40, 45)",
141 "type": "color"
142 },
143 "color-dark-background-secondary": {
144 "value": "rgb(29, 31, 37)",
145 "type": "color"
146 },
147 "color-dark-border": {
148 "value": "rgb(70, 71, 79)",
149 "type": "color"
150 },
151 "color-dark-hover": {
152 "value": "rgba(59, 61, 68, 0.5)",
153 "type": "color"
154 },
155 "color-dark-primary": {
156 "value": "rgb(255, 182, 0)",
157 "type": "color"
158 },
159 "color-dark-info": {
160 "value": "rgb(98, 103, 255)",
161 "type": "color"
162 },
163 "color-dark-success": {
164 "value": "rgb(0, 225, 155)",
165 "type": "color"
166 },
167 "color-dark-warning": {
168 "value": "rgb(227, 194, 47)",
169 "type": "color"
170 },
171 "color-dark-error": {
172 "value": "rgb(255, 1, 86)",
173 "type": "color"
174 },
175 "color-dark-extra-1": {
176 "value": "rgb(98, 103, 255)",
177 "type": "color"
178 },
179 "color-dark-extra-2": {
180 "value": "rgb(255, 97, 201)",
181 "type": "color"
182 },
183 "color-dark-extra-3": {
184 "value": "rgb(227, 194, 47)",
185 "type": "color"
186 },
187 "color-dark-extra-4": {
188 "value": "rgb(255, 1, 86)",
189 "type": "color"
190 },
191 "typo-h1": {
192 "value": {
193 "fontFamily": "{font-families-display}",
194 "fontSize": "30px",
195 "fontWeight": "700",
196 "lineHeight": "38"
197 },
198 "type": "typography"
199 },
200 "typo-h2": {
201 "value": {
202 "fontFamily": "{font-families-display}",
203 "fontSize": "26px",
204 "fontWeight": "700",
205 "lineHeight": "33"
206 },
207 "type": "typography"
208 },
209 "typo-h3": {
210 "value": {
211 "fontFamily": "{font-families-display}",
212 "fontSize": "22px",
213 "fontWeight": "700",
214 "lineHeight": "28"
215 },
216 "type": "typography"
217 },
218 "typo-h4": {
219 "value": {
220 "fontFamily": "{font-families-display}",
221 "fontSize": "18px",
222 "fontWeight": "500",
223 "lineHeight": "23"
224 },
225 "type": "typography"
226 },
227 "typo-h5": {
228 "value": {
229 "fontFamily": "{font-families-display}",
230 "fontSize": "14px",
231 "fontWeight": "700",
232 "lineHeight": "18"
233 },
234 "type": "typography"
235 },
236 "typo-h6": {
237 "value": {
238 "fontFamily": "{font-families-default}",
239 "fontSize": "12px",
240 "fontWeight": "500",
241 "lineHeight": "15"
242 },
243 "type": "typography"
244 },
245 "typo-p": {
246 "value": {
247 "fontFamily": "{font-families-default}",
248 "fontSize": "{font-sizes-default}",
249 "lineHeight": "20"
250 },
251 "type": "typography"
252 }
253 },
254 "light": {
255 "color-sidebar-background": {
256 "value": "{color-light-sidebar-background}",
257 "type": "color"
258 },
259 "color-body-background": {
260 "value": "{color-light-body-background}",
261 "type": "color"
262 },
263 "color-text": {
264 "value": "{color-light-text}",
265 "type": "color"
266 },
267 "color-text-secondary": {
268 "value": "{color-light-text-secondary}",
269 "type": "color"
270 },
271 "color-text-tertiary": {
272 "value": "{color-light-text-tertiary}",
273 "type": "color"
274 },
275 "color-background": {
276 "value": "{color-light-background}",
277 "type": "color"
278 },
279 "color-background-secondary": {
280 "value": "{color-light-background-secondary}",
281 "type": "color"
282 },
283 "color-border": {
284 "value": "{color-light-border}",
285 "type": "color"
286 },
287 "color-hover": {
288 "value": "{color-light-hover}",
289 "type": "color"
290 },
291 "color-primary": {
292 "value": "{color-light-primary}",
293 "type": "color"
294 },
295 "color-info": {
296 "value": "{color-light-info}",
297 "type": "color"
298 },
299 "color-success": {
300 "value": "{color-light-success}",
301 "type": "color"
302 },
303 "color-warning": {
304 "value": "{color-light-warning}",
305 "type": "color"
306 },
307 "color-error": {
308 "value": "{color-light-error}",
309 "type": "color"
310 },
311 "color-extra-1": {
312 "value": "{color-light-extra-1}",
313 "type": "color"
314 },
315 "color-extra-2": {
316 "value": "{color-light-extra-2}",
317 "type": "color"
318 },
319 "color-extra-3": {
320 "value": "{color-light-extra-3}",
321 "type": "color"
322 },
323 "color-extra-4": {
324 "value": "{color-light-extra-4}",
325 "type": "color"
326 }
327 },
328 "dark": {
329 "color-sidebar-background": {
330 "value": "{color-dark-sidebar-background}",
331 "type": "color"
332 },
333 "color-body-background": {
334 "value": "{color-dark-body-background}",
335 "type": "color"
336 },
337 "color-text": {
338 "value": "{color-dark-text}",
339 "type": "color"
340 },
341 "color-text-secondary": {
342 "value": "{color-dark-text-secondary}",
343 "type": "color"
344 },
345 "color-text-tertiary": {
346 "value": "{color-dark-text-tertiary}",
347 "type": "color"
348 },
349 "color-background": {
350 "value": "{color-dark-background}",
351 "type": "color"
352 },
353 "color-background-secondary": {
354 "value": "{color-dark-background-secondary}",
355 "type": "color"
356 },
357 "color-border": {
358 "value": "{color-dark-border}",
359 "type": "color"
360 },
361 "color-hover": {
362 "value": "{color-dark-hover}",
363 "type": "color"
364 },
365 "color-primary": {
366 "value": "{color-dark-primary}",
367 "type": "color"
368 },
369 "color-info": {
370 "value": "{color-dark-info}",
371 "type": "color"
372 },
373 "color-success": {
374 "value": "{color-dark-success}",
375 "type": "color"
376 },
377 "color-warning": {
378 "value": "{color-dark-warning}",
379 "type": "color"
380 },
381 "color-error": {
382 "value": "{color-dark-error}",
383 "type": "color"
384 },
385 "color-extra-1": {
386 "value": "{color-dark-extra-1}",
387 "type": "color"
388 },
389 "color-extra-2": {
390 "value": "{color-dark-extra-2}",
391 "type": "color"
392 },
393 "color-extra-3": {
394 "value": "{color-dark-extra-3}",
395 "type": "color"
396 },
397 "color-extra-4": {
398 "value": "{color-dark-extra-4}",
399 "type": "color"
400 }
401 }
402 }