|
1 | 1 | [data-theme="light"] { |
2 | | - color-scheme: light; |
| 2 | + color-scheme: light; |
3 | 3 |
|
4 | | - // BACKGROUND |
| 4 | + // BACKGROUND |
5 | 5 |
|
6 | | - --color-background: #{$gray-100}; |
7 | | - --color-background-main: #{$base-white}; |
8 | | - --color-background-modal: #{$base-white}; |
9 | | - --color-background-modal-hover: #{$base-white}; |
10 | | - --color-background-modal-veil: #0e1116; |
11 | | - --color-background-modal-shadow: transparent; |
12 | | - --color-background-modal-shade: #{$gray-100}; |
| 6 | + --color-background: #{$gray-100}; |
| 7 | + --color-background-main: #{$base-white}; |
| 8 | + --color-background-modal: #{$base-white}; |
| 9 | + --color-background-modal-hover: #{$base-white}; |
| 10 | + --color-background-modal-veil: #0e1116; |
| 11 | + --color-background-modal-shadow: transparent; |
| 12 | + --color-background-modal-shade: #{$gray-100}; |
13 | 13 |
|
14 | | - --color-tertiary: #{$base-white}; |
15 | | - --color-tertiary-hover: #{$gray-100}; |
16 | | - --color-tertiary-focus: #{$base-white}; |
17 | | - --color-tertiary-disabled: #{$gray-200}; |
| 14 | + --color-tertiary: #{$base-white}; |
| 15 | + --color-tertiary-hover: #{$gray-100}; |
| 16 | + --color-tertiary-focus: #{$base-white}; |
| 17 | + --color-tertiary-disabled: #{$gray-200}; |
18 | 18 |
|
19 | | - --color-background-menu: #{$base-white}; |
20 | | - --color-background-menu-hover: #{$gray-100}; |
| 19 | + --color-background-menu: #{$base-white}; |
| 20 | + --color-background-menu-hover: #{$gray-100}; |
21 | 21 |
|
22 | | - // TEXT |
| 22 | + // TEXT |
23 | 23 |
|
24 | | - --color-text-strong: #{$gray-900}; |
25 | | - --color-text: #{$gray-800}; |
26 | | - --color-text-soft: #{$gray-500}; |
| 24 | + --color-text-strong: #{$gray-900}; |
| 25 | + --color-text: #{$gray-800}; |
| 26 | + --color-text-soft: #{$gray-500}; |
27 | 27 |
|
28 | | - --color-text-on-tertiary: #{$gray-700}; |
29 | | - --color-text-on-tertiary-disabled: #{$gray-500}; |
| 28 | + --color-text-on-tertiary: #{$gray-700}; |
| 29 | + --color-text-on-tertiary-disabled: #{$gray-500}; |
30 | 30 |
|
31 | | - --color-error: #{$error-200}; |
32 | | - --color-text-error: #{$error-500}; |
33 | | - --color-background-error: #{$error-500}; |
34 | | - --color-background-error-hover: #{$error-600}; |
35 | | - --color-background-error-soft: #{$error-200}; |
| 31 | + --color-error: #{$error-200}; |
| 32 | + --color-text-error: #{$error-500}; |
| 33 | + --color-background-error: #{$error-500}; |
| 34 | + --color-background-error-hover: #{$error-600}; |
| 35 | + --color-background-error-soft: #{$error-200}; |
36 | 36 |
|
37 | | - // INPUT |
| 37 | + // INPUT |
38 | 38 |
|
39 | | - --color-input-background: #{$base-white}; |
40 | | - --color-input-background-soft: #{$gray-100}; |
41 | | - --color-input-border: #{$gray-700}; |
42 | | - --color-input-placeholder: #{$gray-700}; |
43 | | - --color-input-text-disabled: #{$gray-700}; |
44 | | - --color-input-disabled: #{$gray-50}; |
| 39 | + --color-input-background: #{$base-white}; |
| 40 | + --color-input-background-soft: #{$gray-300}; |
| 41 | + --color-input-border: #{$gray-700}; |
| 42 | + --color-input-placeholder: #{$gray-700}; |
| 43 | + --color-input-text-disabled: #{$gray-700}; |
| 44 | + --color-input-disabled: #{$gray-50}; |
45 | 45 |
|
46 | | - --color-border: #{$gray-800}; |
| 46 | + --color-border: #{$gray-800}; |
47 | 47 |
|
48 | | - --color-background-small-button-selected: #{$gray-100}; |
49 | | - --color-background-small-button-hover: #{$gray-50}; |
50 | | - --color-text-small-button: var(--color-text); |
| 48 | + --color-background-small-button-selected: #{$gray-100}; |
| 49 | + --color-background-small-button-hover: #{$gray-50}; |
| 50 | + --color-text-small-button: var(--color-text); |
51 | 51 |
|
52 | | - // BUTTON (default) |
| 52 | + // BUTTON (default) |
53 | 53 |
|
54 | | - --color-button: #{$base-white}; |
55 | | - --color-button-hover: #{$gray-100}; |
56 | | - --color-button-disabled: #{$gray-25}; |
| 54 | + --color-button: #{$base-white}; |
| 55 | + --color-button-hover: #{$gray-100}; |
| 56 | + --color-button-disabled: #{$gray-25}; |
57 | 57 |
|
58 | | - --color-button-text: var(--color-text-soft); |
59 | | - --color-button-text-disabled: #{$gray-300}; |
| 58 | + --color-button-text: var(--color-text-soft); |
| 59 | + --color-button-text-disabled: #{$gray-300}; |
60 | 60 |
|
61 | | - --color-button-border: #{$gray-300}; |
| 61 | + --color-button-border: #{$gray-300}; |
62 | 62 |
|
63 | | - // BORDER |
| 63 | + // BORDER |
64 | 64 |
|
65 | | - --color-border: #{$gray-300}; |
66 | | - --color-border-soft: #{$gray-200}; |
| 65 | + --color-border: #{$gray-300}; |
| 66 | + --color-border-soft: #{$gray-200}; |
67 | 67 |
|
68 | | - // ICONS |
| 68 | + // ICONS |
69 | 69 |
|
70 | | - --color-icon: #{$gray-blue-900}; |
| 70 | + --color-icon: #{$gray-blue-900}; |
71 | 71 |
|
72 | | - // SHADOW |
| 72 | + // SHADOW |
73 | 73 |
|
74 | | - --color-bisel: rgba(0, 0, 0, 0.05); |
| 74 | + --color-bisel: rgba(0, 0, 0, 0.05); |
75 | 75 |
|
76 | | - // BRAND |
| 76 | + // BRAND |
77 | 77 |
|
78 | | - --color-tableflow-text: #130638; |
| 78 | + --color-tableflow-text: #130638; |
79 | 79 |
|
80 | | - // STEPPER |
| 80 | + // STEPPER |
81 | 81 |
|
82 | | - --color-stepper: #{$gray-cool-300}; |
83 | | - --color-stepper-active: #{$success-300}; |
| 82 | + --color-stepper: #{$gray-cool-300}; |
| 83 | + --color-stepper-active: #{$success-300}; |
84 | 84 | } |
0 commit comments