|
1 | 1 | $colors: (
|
2 |
| - // Primary colors |
3 |
| - 'primary': #000d99, |
4 |
| - 'primary-500': #0edbff, |
5 |
| - 'primary-100': #6a828c, |
6 |
| - // Secondary colors |
7 |
| - 'secondary': #eba134, |
8 |
| - 'secondary-500': #fac748, |
9 |
| - 'secondary-100': #ffe3b2, |
10 |
| - // Neutral colors |
11 |
| - 'neutral': #151a26, |
12 |
| - 'neutral-500': #6a707f, |
13 |
| - 'neutral-100': #e9ecf1, |
14 |
| - // Error, warning, succes, info colors |
15 |
| - 'info': #d0f0fd, |
16 |
| - 'info-dark': #04283f, |
17 |
| - 'success': #d1f7c4, |
18 |
| - 'success-dark': #0b1d05, |
19 |
| - 'warning': #ffeab6, |
20 |
| - 'warning-dark': #3b2501, |
21 |
| - 'error': #ffdce5, |
22 |
| - 'error-dark': #4c0c1c, |
23 |
| - // MISC |
24 |
| - 'background': #222c34, |
25 |
| - 'text': white, |
26 |
| - 'text-inverse': black, |
27 |
| - 'card-bg-color': #4c5b61, |
28 |
| - 'card-author-color': white, |
29 |
| - 'card-title-text': white |
| 2 | + // Primary colors |
| 3 | + 'primary': #000d99, |
| 4 | + 'primary-500': #0edbff, |
| 5 | + 'primary-100': #6a828c, |
| 6 | + // Secondary colors |
| 7 | + 'secondary': #eba134, |
| 8 | + 'secondary-500': #fac748, |
| 9 | + 'secondary-100': #ffe3b2, |
| 10 | + // Neutral colors |
| 11 | + 'neutral': #151a26, |
| 12 | + 'neutral-500': #6a707f, |
| 13 | + 'neutral-100': #e9ecf1, |
| 14 | + // Error, warning, succes, info colors |
| 15 | + 'info': #d0f0fd, |
| 16 | + 'info-dark': #04283f, |
| 17 | + 'success': #d1f7c4, |
| 18 | + 'success-dark': #0b1d05, |
| 19 | + 'warning': #ffeab6, |
| 20 | + 'warning-dark': #3b2501, |
| 21 | + 'error': #ffdce5, |
| 22 | + 'error-dark': #4c0c1c, |
| 23 | + // MISC |
| 24 | + 'background': #222c34, |
| 25 | + 'text': white, |
| 26 | + 'text-inverse': black, |
| 27 | + 'card-bg-color': #4c5b61, |
| 28 | + 'card-author-color': white, |
| 29 | + 'card-title-text': white |
30 | 30 | );
|
0 commit comments