|
2 | 2 | "theme": { |
3 | 3 | "colors": { |
4 | 4 | "light": { |
5 | | - "primary": "#6159D4", |
| 5 | + "primary": "#5A44FF", |
6 | 6 | "secondary": "#85A5F2", |
7 | 7 | "link": "#006BFF", |
8 | 8 | "text": "#2F2F2F", |
9 | | - "background": "#FFFFFF", |
10 | | - "containerBackground": "#FFFFFF", |
| 9 | + "background": "#FFF", |
| 10 | + "containerBackground": "#FFF", |
11 | 11 | "border": "#E0E0E0", |
12 | 12 | "success": "#4CAF50", |
13 | 13 | "warning": "#FF9800", |
14 | 14 | "error": "#F44336", |
15 | 15 | "info": "#2196F3", |
16 | | - "base": "#FFFFFF", |
17 | | - "negativeBase": "#000000", |
| 16 | + "base": "#FFF", |
| 17 | + "negativeBase": "#000", |
18 | 18 | "title": "#1A1A1A", |
19 | 19 | "caption": "#A9A8B4", |
20 | 20 | "shadow": "#87878740", |
|
25 | 25 | "third": "#918AE9", |
26 | 26 | "buttonBlueHover": "#1453AC", |
27 | 27 | "buttonBlueActive": "#19498B", |
28 | | - "textReverse": "#FFFFFF", |
| 28 | + "textReverse": "#FFF", |
29 | 29 | "footerTitle": "#A3A4B4", |
30 | | - "footerBg": "#E6E7ED", |
| 30 | + "footerBg": "#F4F4F6", |
31 | 31 | "footerText": "#51575F", |
32 | 32 | "menuHover": "#F6F4FF", |
33 | 33 | "menuActive": "#EAE8FC", |
|
38 | 38 | "kakaoButtonActive": "#B77D00", |
39 | 39 | "imageBorder": "#C8C7D1", |
40 | 40 | "imageDropdown": "#ECECEC", |
41 | | - "imagePlaceholder": "#999999", |
| 41 | + "imagePlaceholder": "#999", |
42 | 42 | "imageDate": "#C9C9C9", |
43 | 43 | "imageDateNone": "#F2F2F2", |
44 | 44 | "imageProgress": "#DADADA", |
|
47 | 47 | "starBg": "#F7F8FF" |
48 | 48 | }, |
49 | 49 | "dark": { |
50 | | - "primary": "#6670F9", |
| 50 | + "primary": "#9086FF", |
51 | 51 | "secondary": "#2A4586", |
52 | 52 | "link": "#006BFF", |
53 | 53 | "text": "#EDEDED", |
54 | 54 | "background": "#131313", |
55 | | - "containerBackground": "#1E1E1E", |
56 | | - "border": "#333333", |
| 55 | + "containerBackground": "#373639", |
| 56 | + "border": "#333", |
57 | 57 | "success": "#4CAF50", |
58 | 58 | "warning": "#FF9800", |
59 | 59 | "error": "#F44336", |
60 | 60 | "info": "#2196F3", |
61 | | - "base": "#000000", |
62 | | - "negativeBase": "#FFFFFF", |
| 61 | + "base": "#000", |
| 62 | + "negativeBase": "#FFF", |
63 | 63 | "title": "#FAFAFA", |
64 | 64 | "caption": "#787878", |
65 | 65 | "shadow": "#62626240", |
|
73 | 73 | "textReverse": "#2F2F2F", |
74 | 74 | "footerTitle": "#A3A4B4", |
75 | 75 | "footerBg": "#2E303C", |
76 | | - "footerText": "#FFFFFF", |
| 76 | + "footerText": "#FFF", |
77 | 77 | "menuHover": "#3C404B", |
78 | 78 | "menuActive": "#283259", |
79 | 79 | "captionBold": "#9C9BA9", |
|
86 | 86 | "imagePlaceholder": "#4C4C4C", |
87 | 87 | "imageDate": "#636363", |
88 | 88 | "imageDateNone": "#343333", |
89 | | - "imageProgress": "#444444", |
| 89 | + "imageProgress": "#444", |
90 | 90 | "imageMenuBg": "#262626", |
91 | 91 | "imageMenuSelect": "#3F3F3F", |
92 | 92 | "starBg": "#232323" |
|
112 | 112 | "fontSize": "52px", |
113 | 113 | "lineHeight": 1.3, |
114 | 114 | "letterSpacing": "-0.03em" |
115 | | - } |
| 115 | + }, |
| 116 | + null |
116 | 117 | ], |
117 | 118 | "h6Reg": [ |
118 | 119 | { |
|
133 | 134 | "fontSize": "24px", |
134 | 135 | "lineHeight": 1.3, |
135 | 136 | "letterSpacing": "-0.03em" |
136 | | - } |
| 137 | + }, |
| 138 | + null |
137 | 139 | ], |
138 | 140 | "buttonL": [ |
139 | 141 | { |
|
154 | 156 | "fontSize": "20px", |
155 | 157 | "lineHeight": 1.3, |
156 | 158 | "letterSpacing": "-0.03em" |
157 | | - } |
| 159 | + }, |
| 160 | + null |
158 | 161 | ], |
159 | 162 | "code": [ |
160 | 163 | { |
|
175 | 178 | "fontSize": "15px", |
176 | 179 | "lineHeight": 1.5, |
177 | 180 | "letterSpacing": "-0.03em" |
178 | | - } |
| 181 | + }, |
| 182 | + null |
179 | 183 | ], |
180 | 184 | "buttonM": [ |
181 | 185 | { |
|
196 | 200 | "fontSize": "17px", |
197 | 201 | "lineHeight": 1.3, |
198 | 202 | "letterSpacing": "-0.03em" |
199 | | - } |
| 203 | + }, |
| 204 | + null |
200 | 205 | ], |
201 | 206 | "h4": [ |
202 | 207 | { |
|
217 | 222 | "fontSize": "36px", |
218 | 223 | "lineHeight": 1.3, |
219 | 224 | "letterSpacing": "-0.03em" |
220 | | - } |
| 225 | + }, |
| 226 | + null |
221 | 227 | ], |
222 | 228 | "body": [ |
223 | 229 | { |
|
238 | 244 | "fontSize": "16px", |
239 | 245 | "lineHeight": 1.5, |
240 | 246 | "letterSpacing": "-0.03em" |
241 | | - } |
| 247 | + }, |
| 248 | + null |
242 | 249 | ], |
243 | 250 | "h6": [ |
244 | 251 | { |
|
255 | 262 | { |
256 | 263 | "fontFamily": "Pretendard", |
257 | 264 | "fontStyle": "normal", |
258 | | - "fontWeight": 700, |
| 265 | + "fontWeight": 600, |
259 | 266 | "fontSize": "24px", |
260 | 267 | "lineHeight": 1.3, |
261 | 268 | "letterSpacing": "-0.03em" |
262 | | - } |
| 269 | + }, |
| 270 | + null |
263 | 271 | ], |
264 | 272 | "textS": { |
265 | 273 | "fontFamily": "Pretendard", |
|
288 | 296 | "fontSize": "18px", |
289 | 297 | "lineHeight": 1.3, |
290 | 298 | "letterSpacing": "-0.03em" |
291 | | - } |
| 299 | + }, |
| 300 | + null |
292 | 301 | ], |
293 | 302 | "buttonLsemiB": [ |
294 | 303 | { |
|
309 | 318 | "fontSize": "18px", |
310 | 319 | "lineHeight": 1.3, |
311 | 320 | "letterSpacing": "-0.03em" |
312 | | - } |
| 321 | + }, |
| 322 | + null |
313 | 323 | ], |
314 | 324 | "h2": [ |
315 | 325 | { |
|
330 | 340 | "fontSize": "48px", |
331 | 341 | "lineHeight": 1.3, |
332 | 342 | "letterSpacing": "-0.03em" |
333 | | - } |
| 343 | + }, |
| 344 | + null |
334 | 345 | ], |
335 | 346 | "h3": [ |
336 | 347 | { |
|
351 | 362 | "fontSize": "42px", |
352 | 363 | "lineHeight": 1.3, |
353 | 364 | "letterSpacing": "-0.03em" |
354 | | - } |
| 365 | + }, |
| 366 | + null |
355 | 367 | ], |
356 | 368 | "h5": [ |
357 | 369 | { |
|
372 | 384 | "fontSize": "30px", |
373 | 385 | "lineHeight": 1.3, |
374 | 386 | "letterSpacing": "-0.03em" |
375 | | - } |
| 387 | + }, |
| 388 | + null |
376 | 389 | ], |
377 | 390 | "buttonS": [ |
378 | 391 | { |
|
393 | 406 | "fontSize": "15px", |
394 | 407 | "lineHeight": 1.3, |
395 | 408 | "letterSpacing": "-0.03em" |
396 | | - } |
| 409 | + }, |
| 410 | + null |
397 | 411 | ], |
398 | 412 | "caption": { |
399 | 413 | "fontFamily": "Pretendard", |
|
422 | 436 | "fontSize": "12px", |
423 | 437 | "lineHeight": 1.4, |
424 | 438 | "letterSpacing": "-0.03em" |
425 | | - } |
| 439 | + }, |
| 440 | + null |
426 | 441 | ], |
427 | 442 | "buttonSmid": [ |
428 | 443 | { |
|
443 | 458 | "fontSize": "15px", |
444 | 459 | "lineHeight": 1.3, |
445 | 460 | "letterSpacing": "-0.03em" |
446 | | - } |
| 461 | + }, |
| 462 | + null |
447 | 463 | ], |
448 | 464 | "captionBold": [ |
449 | 465 | { |
|
464 | 480 | "fontSize": "14px", |
465 | 481 | "lineHeight": 1.3, |
466 | 482 | "letterSpacing": "-0.03em" |
467 | | - } |
| 483 | + }, |
| 484 | + null |
| 485 | + ], |
| 486 | + "textSbold": [ |
| 487 | + { |
| 488 | + "fontFamily": "Pretendard", |
| 489 | + "fontStyle": "normal", |
| 490 | + "fontWeight": 700, |
| 491 | + "fontSize": "13px", |
| 492 | + "lineHeight": 1.4, |
| 493 | + "letterSpacing": "-0.03em" |
| 494 | + }, |
| 495 | + null, |
| 496 | + null, |
| 497 | + null, |
| 498 | + { |
| 499 | + "fontFamily": "Pretendard", |
| 500 | + "fontStyle": "normal", |
| 501 | + "fontWeight": 700, |
| 502 | + "fontSize": "15px", |
| 503 | + "lineHeight": 1.4, |
| 504 | + "letterSpacing": "-0.03em" |
| 505 | + }, |
| 506 | + null |
468 | 507 | ], |
469 | | - "textSbold": { |
470 | | - "fontFamily": "Pretendard", |
471 | | - "fontStyle": "normal", |
472 | | - "fontWeight": 700, |
473 | | - "fontSize": "15px", |
474 | | - "lineHeight": 1.4, |
475 | | - "letterSpacing": "-0.03em" |
476 | | - }, |
477 | 508 | "textL": [ |
478 | 509 | { |
479 | 510 | "fontFamily": "Pretendard", |
|
493 | 524 | "fontSize": "18px", |
494 | 525 | "lineHeight": 1.5, |
495 | 526 | "letterSpacing": "-0.03em" |
496 | | - } |
| 527 | + }, |
| 528 | + null |
497 | 529 | ], |
498 | 530 | "footerMenu": [ |
499 | 531 | { |
|
514 | 546 | "fontSize": "14px", |
515 | 547 | "lineHeight": 1.4, |
516 | 548 | "letterSpacing": "-0.03em" |
517 | | - } |
| 549 | + }, |
| 550 | + null |
518 | 551 | ], |
519 | 552 | "bodyReg": [ |
520 | 553 | { |
|
535 | 568 | "fontSize": "16px", |
536 | 569 | "lineHeight": 1.5, |
537 | 570 | "letterSpacing": "-0.03em" |
538 | | - } |
| 571 | + }, |
| 572 | + null |
539 | 573 | ], |
540 | 574 | "smallBold": { |
541 | 575 | "fontFamily": "Pretendard", |
|
0 commit comments