@stackoverflow/stacks 1.10.3 → 2.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/README.md +15 -0
  2. package/dist/css/stacks.css +7428 -4429
  3. package/dist/css/stacks.min.css +1 -1
  4. package/dist/js/stacks.js +110 -265
  5. package/dist/js/stacks.min.js +1 -1
  6. package/lib/atomic/__snapshots__/color-new.less.test.ts.snap +3015 -0
  7. package/lib/atomic/__snapshots__/color.less.test.ts.snap +2886 -0
  8. package/lib/atomic/border.less +0 -258
  9. package/lib/atomic/color.less +26 -200
  10. package/lib/atomic/color.less.test.ts +12 -0
  11. package/lib/atomic/misc.less +7 -6
  12. package/lib/atomic/typography.less +0 -7
  13. package/lib/atomic/v1/__snapshots__/border.less.test.ts.snap +552 -0
  14. package/lib/atomic/v1/__snapshots__/color.less.test.ts.snap +6756 -0
  15. package/lib/atomic/v1/__snapshots__/typography.less.test.ts.snap +22 -0
  16. package/lib/atomic/v1/border.less +210 -0
  17. package/lib/atomic/v1/border.less.test.ts +14 -0
  18. package/lib/atomic/v1/color.less +183 -0
  19. package/lib/atomic/v1/color.less.test.ts +14 -0
  20. package/lib/atomic/v1/typography.less +8 -0
  21. package/lib/atomic/v1/typography.less.test.ts +14 -0
  22. package/lib/components/activity-indicator/activity-indicator.a11y.test.ts +1 -10
  23. package/lib/components/activity-indicator/activity-indicator.less +4 -4
  24. package/lib/components/anchor/anchor.a11y.test.ts +0 -12
  25. package/lib/components/anchor/anchor.less +4 -4
  26. package/lib/components/anchor/anchor.visual.test.ts +1 -1
  27. package/lib/components/avatar/avatar.less +2 -2
  28. package/lib/components/award-bling/award-bling.less +3 -3
  29. package/lib/components/badge/badge.a11y.test.ts +2 -51
  30. package/lib/components/badge/badge.less +40 -40
  31. package/lib/components/banner/banner.a11y.test.ts +0 -14
  32. package/lib/components/block-link/block-link.a11y.test.ts +0 -14
  33. package/lib/components/block-link/block-link.less +8 -8
  34. package/lib/components/breadcrumbs/breadcrumbs.a11y.test.ts +0 -2
  35. package/lib/components/breadcrumbs/breadcrumbs.less +1 -1
  36. package/lib/components/button/button.a11y.test.ts +0 -134
  37. package/lib/components/button/button.less +40 -40
  38. package/lib/components/button/button.visual.test.ts +1 -1
  39. package/lib/components/card/card.a11y.test.ts +0 -6
  40. package/lib/components/check-control/check-control.a11y.test.ts +0 -13
  41. package/lib/components/check-control/check-control.visual.test.ts +1 -1
  42. package/lib/components/checkbox_radio/checkbox_radio.less +5 -5
  43. package/lib/components/checkbox_radio/checkbox_radio.visual.test.ts +1 -1
  44. package/lib/components/code-block/code-block.less +3 -3
  45. package/lib/components/description/description.a11y.test.ts +0 -5
  46. package/lib/components/description/description.visual.test.ts +1 -1
  47. package/lib/components/input-fill/input-fill.less +2 -2
  48. package/lib/components/input-icon/input-icon.less +2 -2
  49. package/lib/components/input-message/input-message.less +8 -8
  50. package/lib/components/input_textarea/input_textarea.less +6 -6
  51. package/lib/components/label/label.less +11 -11
  52. package/lib/components/link/link.a11y.test.ts +0 -21
  53. package/lib/components/link/link.less +8 -8
  54. package/lib/components/link-preview/link-preview.less +9 -9
  55. package/lib/components/menu/menu.less +3 -3
  56. package/lib/components/modal/modal.less +5 -4
  57. package/lib/components/navigation/navigation.less +11 -11
  58. package/lib/components/notice/notice.less +48 -48
  59. package/lib/components/pagination/pagination.less +3 -3
  60. package/lib/components/popover/popover.less +2 -2
  61. package/lib/components/popover/tooltip.test.ts +1 -1
  62. package/lib/components/post-summary/post-summary.less +40 -40
  63. package/lib/components/progress-bar/progress-bar.less +15 -15
  64. package/lib/components/prose/prose.less +15 -15
  65. package/lib/components/select/select.less +5 -5
  66. package/lib/components/sidebar-widget/sidebar-widget.less +12 -12
  67. package/lib/components/table/table.less +7 -7
  68. package/lib/components/tag/tag.less +25 -25
  69. package/lib/components/toggle-switch/toggle-switch.a11y.test.ts +0 -7
  70. package/lib/components/toggle-switch/toggle-switch.less +4 -4
  71. package/lib/components/topbar/topbar.less +34 -34
  72. package/lib/components/uploader/uploader.less +15 -15
  73. package/lib/components/user-card/user-card.less +7 -7
  74. package/lib/exports/__snapshots__/color-mixins.less.test.ts.snap +539 -0
  75. package/lib/exports/__snapshots__/color.less.test.ts.snap +762 -0
  76. package/lib/exports/color-mixins.less +280 -0
  77. package/lib/exports/color-mixins.less.test.ts +150 -0
  78. package/lib/exports/color-sets.less +620 -0
  79. package/lib/exports/color.less +57 -0
  80. package/lib/exports/color.less.test.ts +12 -0
  81. package/lib/exports/exports.less +2 -1
  82. package/lib/exports/mixins.less +17 -5
  83. package/lib/exports/theme.less +85 -0
  84. package/lib/exports/v1/__snapshots__/constants-colors.less.test.ts.snap +902 -0
  85. package/lib/exports/v1/constants-colors.less +893 -0
  86. package/lib/exports/v1/constants-colors.less.test.ts +12 -0
  87. package/lib/stacks-static.less +5 -0
  88. package/lib/test/less-test-utils.ts +28 -0
  89. package/package.json +13 -7
  90. package/lib/exports/constants-colors.less +0 -1100
@@ -0,0 +1,762 @@
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
+
3
+ exports[`colors > should output all the css generated by the v2 colors/theming generation mixins 1`] = `
4
+ "body {
5
+ --_o-disabled: 0.5;
6
+ --_o-disabled-static: 0.5;
7
+ --_black-static: hsl(0, 8%, 5%);
8
+ --_white-static: hsl(0, 0%, 100%);
9
+ --bg-error: var(--red-400);
10
+ --bg-danger: var(--red-400);
11
+ --bg-success: var(--green-400);
12
+ --bg-warning: var(--yellow-500);
13
+ --bc-error: var(--red-400);
14
+ --bc-danger: var(--red-400);
15
+ --bc-success: var(--green-400);
16
+ --bc-warning: var(--yellow-500);
17
+ --fc-light: var(--black-400);
18
+ --fc-medium: var(--black-500);
19
+ --fc-dark: var(--black-600);
20
+ --fc-error: var(--red-400);
21
+ --fc-danger: var(--red-400);
22
+ --fc-success: var(--green-500);
23
+ --fc-warning: var(--yellow-500);
24
+ --theme-body-font-color: var(--black-600);
25
+ --theme-background-color: var(--white);
26
+ --theme-link-color: var(--theme-secondary-400);
27
+ --theme-link-color-hover: var(--theme-secondary-400);
28
+ --theme-link-color-visited: var(--theme-secondary-500);
29
+ --theme-button-color: var(--theme-secondary-400);
30
+ --theme-button-background-color: transparent;
31
+ --theme-button-hover-color: var(--theme-secondary-400);
32
+ --theme-button-hover-background-color: var(--theme-secondary-200);
33
+ --theme-button-active-background-color: var(--theme-secondary-300);
34
+ --theme-button-selected-color: var(--theme-secondary-600);
35
+ --theme-button-selected-background-color: var(--theme-secondary-300);
36
+ --theme-button-primary-color: var(--white);
37
+ --theme-button-primary-background-color: var(--theme-secondary-400);
38
+ --theme-button-primary-hover-color: var(--white);
39
+ --theme-button-primary-hover-background-color: var(--theme-secondary-400);
40
+ --theme-button-primary-active-background-color: var(--theme-secondary-500);
41
+ --theme-button-primary-selected-color: var(--white);
42
+ --theme-button-primary-selected-background-color: var(--theme-secondary-500);
43
+ --theme-button-primary-number-color: var(--theme-secondary-600);
44
+ --theme-button-filled-color: var(--theme-secondary-500);
45
+ --theme-button-filled-background-color: var(--theme-secondary-200);
46
+ --theme-button-filled-border-color: var(--theme-secondary-400);
47
+ --theme-button-filled-hover-color: var(--theme-secondary-600);
48
+ --theme-button-filled-hover-background-color: var(--theme-secondary-300);
49
+ --theme-button-filled-active-background-color: var(--theme-secondary-300);
50
+ --theme-button-filled-active-border-color: var(--theme-secondary-400);
51
+ --theme-button-filled-selected-color: var(--theme-secondary-600);
52
+ --theme-button-filled-selected-background-color: var(--theme-secondary-400);
53
+ --theme-button-filled-selected-border-color: var(--theme-secondary-400);
54
+ --theme-button-outlined-border-color: var(--theme-secondary-400);
55
+ --theme-button-outlined-selected-border-color: var(--theme-secondary-400);
56
+ --theme-tag-color: var(--theme-secondary-600);
57
+ --theme-tag-background-color: var(--theme-secondary-200);
58
+ --theme-tag-border-color: transparent;
59
+ --theme-tag-hover-color: var(--theme-secondary-600);
60
+ --theme-tag-hover-background-color: var(--theme-secondary-300);
61
+ --theme-tag-hover-border-color: transparent;
62
+ --theme-topbar-height: calc(var(--su-static48) + var(--su-static8));
63
+ --theme-topbar-background-color: var(--white);
64
+ --theme-topbar-search-color: var(--black-500);
65
+ --theme-topbar-search-background: var(--white);
66
+ --theme-topbar-search-placeholder: var(--black-400);
67
+ --theme-topbar-search-border: var(--black-300);
68
+ --theme-topbar-search-border-focus: var(--blue-400);
69
+ --theme-topbar-search-shadow-focus: 0 0 0 var(--su-static4) var(--focus-ring);
70
+ --theme-topbar-select-color: var(--black-500);
71
+ --theme-topbar-select-background: var(--black-200);
72
+ --theme-topbar-item-color: var(--black-500);
73
+ --theme-topbar-item-color-hover: var(--black-600);
74
+ --theme-topbar-item-background-hover: var(--black-200);
75
+ --theme-topbar-item-color-current: var(--black);
76
+ --theme-topbar-item-border-current: var(--theme-primary);
77
+ --theme-topbar-accent-border: 3px solid var(--theme-primary);
78
+ --theme-topbar-bottom-border: 1px solid var(--black-225);
79
+ --theme-post-title-color: var(--theme-link-color);
80
+ --theme-post-title-color-hover: var(--theme-link-color-hover);
81
+ --theme-post-title-color-visited: var(--theme-link-color-visited);
82
+ --theme-post-title-font-family: var(--theme-body-font-family);
83
+ --theme-post-body-font-family: var(--theme-body-font-family);
84
+ }
85
+
86
+ body,
87
+ body.themed,
88
+ body .themed {
89
+ color: var(--theme-body-font-color, var(--black-600));
90
+ }
91
+
92
+ body:not(.theme-highcontrast):not(.theme-dark),
93
+ body:not(.theme-highcontrast).theme-dark .theme-light__forced,
94
+ body:not(.theme-highcontrast).theme-system .theme-light__forced,
95
+ body:not(.theme-highcontrast):not(.theme-dark).themed,
96
+ body:not(.theme-highcontrast).theme-dark .theme-light__forced.themed,
97
+ body:not(.theme-highcontrast).theme-system .theme-light__forced.themed,
98
+ body:not(.theme-highcontrast):not(.theme-dark) .themed,
99
+ body:not(.theme-highcontrast).theme-dark .theme-light__forced .themed,
100
+ body:not(.theme-highcontrast).theme-system .theme-light__forced .themed {
101
+ --white: hsl(0, 0%, 100%);
102
+ --black-050: hsl(0, 0%, 100%);
103
+ --black-100: hsl(210, 8%, 98%);
104
+ --black-150: hsl(210, 8%, 95%);
105
+ --black-200: hsl(210, 8%, 90%);
106
+ --black-225: hsl(210, 8%, 85%);
107
+ --black-250: hsl(210, 8%, 80%);
108
+ --black-300: hsl(213, 9%, 75%);
109
+ --black-350: hsl(212, 8%, 68%);
110
+ --black-400: hsl(210, 8%, 45%);
111
+ --black-500: hsl(210, 8%, 25%);
112
+ --black-600: hsl(210, 8%, 5%);
113
+ --black: hsl(0, 8%, 5%);
114
+ --orange-100: hsl(23, 85%, 97%);
115
+ --orange-200: hsl(27, 85%, 87%);
116
+ --orange-300: hsl(27, 85%, 72%);
117
+ --orange-400: hsl(27, 90%, 55%);
118
+ --orange-500: hsl(27, 88%, 43%);
119
+ --orange-600: hsl(27, 80%, 29%);
120
+ --blue-100: hsl(210, 80%, 96%);
121
+ --blue-200: hsl(210, 80%, 91%);
122
+ --blue-300: hsl(210, 78%, 76%);
123
+ --blue-400: hsl(210, 70%, 48%);
124
+ --blue-500: hsl(210, 75%, 36%);
125
+ --blue-600: hsl(210, 80%, 23%);
126
+ --green-100: hsl(148, 35%, 95%);
127
+ --green-200: hsl(148, 35%, 88%);
128
+ --green-300: hsl(148, 35%, 69%);
129
+ --green-400: hsl(148, 70%, 31%);
130
+ --green-500: hsl(148, 75%, 22%);
131
+ --green-600: hsl(148, 75%, 15%);
132
+ --red-100: hsl(0, 78%, 96%);
133
+ --red-200: hsl(0, 70%, 93%);
134
+ --red-300: hsl(0, 65%, 76%);
135
+ --red-400: hsl(0, 60%, 49%);
136
+ --red-500: hsl(0, 65%, 37%);
137
+ --red-600: hsl(0, 65%, 24%);
138
+ --yellow-100: hsl(43, 80%, 96%);
139
+ --yellow-200: hsl(43, 80%, 88%);
140
+ --yellow-300: hsl(43, 85%, 72%);
141
+ --yellow-400: hsl(43, 85%, 50%);
142
+ --yellow-500: hsl(43, 85%, 33%);
143
+ --yellow-600: hsl(43, 84%, 18%);
144
+ --gold-100: hsl(46, 100%, 91%);
145
+ --gold-200: hsl(46, 100%, 74%);
146
+ --gold-300: hsl(45, 100%, 42%);
147
+ --gold-400: hsl(46, 92%, 26%);
148
+ --silver-100: hsl(0, 0%, 95%);
149
+ --silver-200: hsl(0, 0%, 84%);
150
+ --silver-300: hsl(210, 5%, 68%);
151
+ --silver-400: hsl(210, 2%, 40%);
152
+ --bronze-100: hsl(28, 40%, 92%);
153
+ --bronze-200: hsl(30, 47%, 83%);
154
+ --bronze-300: hsl(28, 43%, 65%);
155
+ --bronze-400: hsl(28, 43%, 39%);
156
+ --bc-lightest: var(--black-100);
157
+ --bc-lighter: var(--black-150);
158
+ --bc-light: var(--black-200);
159
+ --bc-medium: var(--black-225);
160
+ --bc-dark: var(--black-250);
161
+ --bc-darker: var(--black-300);
162
+ --bs-sm: 0 1px 2px hsla(0, 0%, 0%, 0.05), 0 1px 4px hsla(0, 0%, 0%, 0.05), 0 2px 8px hsla(0, 0%, 0%, 0.05);
163
+ --bs-md: 0 1px 3px hsla(0, 0%, 0%, 0.06), 0 2px 6px hsla(0, 0%, 0%, 0.06), 0 3px 8px hsla(0, 0%, 0%, 0.09);
164
+ --bs-lg: 0 1px 4px hsla(0, 0%, 0%, 0.09), 0 3px 8px hsla(0, 0%, 0%, 0.09), 0 4px 13px hsla(0, 0%, 0%, 0.13);
165
+ --bs-xl: 0 10px 24px hsla(0, 0%, 0%, 0.05), 0 20px 48px hsla(0, 0%, 0%, 0.05), 0 1px 4px hsla(0, 0%, 0%, 0.1);
166
+ --focus-ring: var(--theme-secondary-custom-focus-ring, hsla(206, 100%, 40%, 0.15));
167
+ --focus-ring-success: hsla(140, 40%, 75%, 0.4);
168
+ --focus-ring-warning: hsla(47, 79%, 58%, 0.4);
169
+ --focus-ring-error: hsla(358, 62%, 47%, 0.15);
170
+ --focus-ring-muted: hsla(210, 8%, 15%, 0.1);
171
+ --highlight-addition: var(--green-500);
172
+ --highlight-attribute: hsl(206, 98.5%, 29%);
173
+ --highlight-bg: var(--black-100);
174
+ --highlight-color: var(--black-600);
175
+ --highlight-comment: hsl(210, 8%, 43.5%);
176
+ --highlight-deletion: var(--red-500);
177
+ --highlight-keyword: hsl(206, 98.5%, 29%);
178
+ --highlight-literal: hsl(27, 99%, 36%);
179
+ --highlight-namespace: hsl(27, 99%, 36%);
180
+ --highlight-punctuation: var(--black-500);
181
+ --highlight-symbol: hsl(306, 43%, 35%);
182
+ --highlight-variable: hsl(80, 80.5%, 26.5%);
183
+ --scrollbar: hsla(0, 0%, 0%, 0.2);
184
+ --theme-primary: var(--theme-primary-custom, var(--orange-400));
185
+ --theme-primary-100: var(--theme-primary-custom-100, var(--orange-100));
186
+ --theme-primary-200: var(--theme-primary-custom-200, var(--orange-200));
187
+ --theme-primary-300: var(--theme-primary-custom-300, var(--orange-300));
188
+ --theme-primary-400: var(--theme-primary-custom-400, var(--orange-400));
189
+ --theme-primary-500: var(--theme-primary-custom-500, var(--orange-500));
190
+ --theme-primary-600: var(--theme-primary-custom-600, var(--orange-600));
191
+ --theme-secondary: var(--theme-secondary-custom, var(--blue-400));
192
+ --theme-secondary-100: var(--theme-secondary-custom-100, var(--blue-100));
193
+ --theme-secondary-200: var(--theme-secondary-custom-200, var(--blue-200));
194
+ --theme-secondary-300: var(--theme-secondary-custom-300, var(--blue-300));
195
+ --theme-secondary-400: var(--theme-secondary-custom-400, var(--blue-400));
196
+ --theme-secondary-500: var(--theme-secondary-custom-500, var(--blue-500));
197
+ --theme-secondary-600: var(--theme-secondary-custom-600, var(--blue-600));
198
+ --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h), calc(var(--theme-base-primary-color-s) + 0 * 1%), clamp(70%, calc(var(--theme-base-primary-color-l) + 50 * 1%), 95%));
199
+ --theme-primary-custom-200: hsl(var(--theme-base-primary-color-h), calc(var(--theme-base-primary-color-s) + 0 * 1%), clamp(55%, calc(var(--theme-base-primary-color-l) + 35 * 1%), 90%));
200
+ --theme-primary-custom-300: hsl(var(--theme-base-primary-color-h), calc(var(--theme-base-primary-color-s) + 0 * 1%), clamp(35%, calc(var(--theme-base-primary-color-l) + 15 * 1%), 75%));
201
+ --theme-primary-custom-400: hsl(var(--theme-base-primary-color-h), calc(var(--theme-base-primary-color-s) + 0 * 1%), clamp(20%, calc(var(--theme-base-primary-color-l) + 0 * 1%), 60%));
202
+ --theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), calc(var(--theme-base-primary-color-s) + 0 * 1%), clamp(13%, calc(var(--theme-base-primary-color-l) + -14 * 1%), 50%));
203
+ --theme-primary-custom-600: hsl(var(--theme-base-primary-color-h), calc(var(--theme-base-primary-color-s) + 0 * 1%), clamp(5%, calc(var(--theme-base-primary-color-l) + -26 * 1%), 40%));
204
+ --theme-primary-custom: var(--theme-primary-custom-400);
205
+ --theme-secondary-custom-100: hsl(var(--theme-base-secondary-color-h), calc(var(--theme-base-secondary-color-s) + 0 * 1%), clamp(70%, calc(var(--theme-base-secondary-color-l) + 50 * 1%), 95%));
206
+ --theme-secondary-custom-200: hsl(var(--theme-base-secondary-color-h), calc(var(--theme-base-secondary-color-s) + 0 * 1%), clamp(55%, calc(var(--theme-base-secondary-color-l) + 35 * 1%), 90%));
207
+ --theme-secondary-custom-300: hsl(var(--theme-base-secondary-color-h), calc(var(--theme-base-secondary-color-s) + 0 * 1%), clamp(35%, calc(var(--theme-base-secondary-color-l) + 15 * 1%), 75%));
208
+ --theme-secondary-custom-400: hsl(var(--theme-base-secondary-color-h), calc(var(--theme-base-secondary-color-s) + 0 * 1%), clamp(20%, calc(var(--theme-base-secondary-color-l) + 0 * 1%), 60%));
209
+ --theme-secondary-custom-500: hsl(var(--theme-base-secondary-color-h), calc(var(--theme-base-secondary-color-s) + 0 * 1%), clamp(13%, calc(var(--theme-base-secondary-color-l) + -14 * 1%), 50%));
210
+ --theme-secondary-custom-600: hsl(var(--theme-base-secondary-color-h), calc(var(--theme-base-secondary-color-s) + 0 * 1%), clamp(5%, calc(var(--theme-base-secondary-color-l) + -26 * 1%), 40%));
211
+ --theme-secondary-custom: var(--theme-secondary-custom-400);
212
+ --theme-secondary-custom-focus-ring: hsla(var(--theme-base-secondary-color-h), var(--theme-base-secondary-color-s), var(--theme-base-secondary-color-l), 0.15);
213
+ }
214
+
215
+ body:not(.theme-highcontrast).theme-dark,
216
+ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced,
217
+ body:not(.theme-highcontrast).theme-dark.themed,
218
+ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced.themed,
219
+ body:not(.theme-highcontrast).theme-dark .themed,
220
+ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced .themed {
221
+ --white: hsl(220, 3%, 15%);
222
+ --black-050: hsl(220, 3%, 15%);
223
+ --black-100: hsl(220, 3%, 18%);
224
+ --black-150: hsl(230, 4%, 21%);
225
+ --black-200: hsl(233, 4%, 27%);
226
+ --black-225: hsl(233, 4%, 30%);
227
+ --black-250: hsl(235, 5%, 36%);
228
+ --black-300: hsl(233, 4%, 47%);
229
+ --black-350: hsl(219, 10%, 60%);
230
+ --black-400: hsl(220, 10%, 74%);
231
+ --black-500: hsl(220, 10%, 83%);
232
+ --black-600: hsl(180, 11%, 98%);
233
+ --black: hsl(0, 0%, 100%);
234
+ --orange-100: hsl(27, 29%, 19%);
235
+ --orange-200: hsl(27, 43%, 31%);
236
+ --orange-300: hsl(27, 43%, 47%);
237
+ --orange-400: hsl(27, 80%, 64%);
238
+ --orange-500: hsl(27, 80%, 78%);
239
+ --orange-600: hsl(27, 80%, 89%);
240
+ --blue-100: hsl(209, 29%, 19%);
241
+ --blue-200: hsl(210, 29%, 35%);
242
+ --blue-300: hsl(210, 29%, 50%);
243
+ --blue-400: hsl(210, 81%, 72%);
244
+ --blue-500: hsl(210, 80%, 82%);
245
+ --blue-600: hsl(210, 80%, 90%);
246
+ --green-100: hsl(148, 29%, 19%);
247
+ --green-200: hsl(148, 29%, 27%);
248
+ --green-300: hsl(148, 25%, 40%);
249
+ --green-400: hsl(148, 40%, 62%);
250
+ --green-500: hsl(148, 40%, 75%);
251
+ --green-600: hsl(148, 40%, 87%);
252
+ --red-100: hsl(358, 29%, 19%);
253
+ --red-200: hsl(0, 29%, 37%);
254
+ --red-300: hsl(0, 34%, 54%);
255
+ --red-400: hsl(0, 75%, 77%);
256
+ --red-500: hsl(0, 69%, 85%);
257
+ --red-600: hsl(0, 69%, 93%);
258
+ --yellow-100: hsl(43, 29%, 17%);
259
+ --yellow-200: hsl(43, 29%, 25%);
260
+ --yellow-300: hsl(43, 29%, 40%);
261
+ --yellow-400: hsl(43, 59%, 64%);
262
+ --yellow-500: hsl(43, 65%, 70%);
263
+ --yellow-600: hsl(43, 65%, 85%);
264
+ --gold-100: hsl(45, 29%, 24%);
265
+ --gold-200: hsl(45, 47%, 37%);
266
+ --gold-300: hsl(45, 92%, 62%);
267
+ --gold-400: hsl(46, 93%, 78%);
268
+ --silver-100: hsl(220, 2%, 26%);
269
+ --silver-200: hsl(220, 1%, 46%);
270
+ --silver-300: hsl(216, 4%, 69%);
271
+ --silver-400: hsl(214, 8%, 83%);
272
+ --bronze-100: hsl(28, 13%, 27%);
273
+ --bronze-200: hsl(28, 27%, 45%);
274
+ --bronze-300: hsl(28, 58%, 67%);
275
+ --bronze-400: hsl(28, 59%, 83%);
276
+ --bc-lightest: var(--black-100);
277
+ --bc-lighter: var(--black-150);
278
+ --bc-light: var(--black-200);
279
+ --bc-medium: var(--black-225);
280
+ --bc-dark: var(--black-250);
281
+ --bc-darker: var(--black-300);
282
+ --bs-sm: 0 1px 2px hsla(0, 0%, 0%, 0.1), 0 1px 4px hsla(0, 0%, 0%, 0.1), 0 2px 8px hsla(0, 0%, 0%, 0.1);
283
+ --bs-md: 0 1px 3px hsla(0, 0%, 0%, 0.11), 0 2px 6px hsla(0, 0%, 0%, 0.11), 0 3px 8px hsla(0, 0%, 0%, 0.14);
284
+ --bs-lg: 0 1px 4px hsla(0, 0%, 0%, 0.14), 0 3px 8px hsla(0, 0%, 0%, 0.14), 0 4px 13px hsla(0, 0%, 0%, 0.18);
285
+ --bs-xl: 0 10px 24px hsla(0, 0%, 0%, 0.1), 0 20px 48px hsla(0, 0%, 0%, 0.1), 0 1px 4px hsla(0, 0%, 0%, 0.15);
286
+ --focus-ring: var(--theme-dark-secondary-custom-focus-ring, hsla(206, 100%, 40%, 0.25));
287
+ --focus-ring-success: hsla(140, 40%, 75%, 0.4);
288
+ --focus-ring-warning: hsla(47, 79%, 58%, 0.4);
289
+ --focus-ring-error: hsla(358, 62%, 47%, 0.15);
290
+ --focus-ring-muted: hsla(210, 8%, 15%, 0.1);
291
+ --highlight-addition: var(--green-500);
292
+ --highlight-attribute: hsl(207, 41.5%, 67%);
293
+ --highlight-bg: hsl(0, 2%, 11%);
294
+ --highlight-color: var(--black);
295
+ --highlight-comment: hsl(0, 0%, 60%);
296
+ --highlight-deletion: var(--red-500);
297
+ --highlight-keyword: hsl(208, 41.5%, 67%);
298
+ --highlight-literal: hsl(27, 85%, 61.5%);
299
+ --highlight-namespace: hsl(27, 85%, 61.5%);
300
+ --highlight-punctuation: hsl(0, 0%, 80%);
301
+ --highlight-symbol: hsl(306, 43%, 69%);
302
+ --highlight-variable: hsl(65.5, 39%, 57.5%);
303
+ --scrollbar: hsla(0, 0%, 0%, 0.2);
304
+ --theme-primary: var(--theme-dark-primary-custom, var(--orange-400));
305
+ --theme-primary-100: var(--theme-dark-primary-custom-100, var(--orange-100));
306
+ --theme-primary-200: var(--theme-dark-primary-custom-200, var(--orange-200));
307
+ --theme-primary-300: var(--theme-dark-primary-custom-300, var(--orange-300));
308
+ --theme-primary-400: var(--theme-dark-primary-custom-400, var(--orange-400));
309
+ --theme-primary-500: var(--theme-dark-primary-custom-500, var(--orange-500));
310
+ --theme-primary-600: var(--theme-dark-primary-custom-600, var(--orange-600));
311
+ --theme-secondary: var(--theme-dark-secondary-custom, var(--blue-400));
312
+ --theme-secondary-100: var(--theme-dark-secondary-custom-100, var(--blue-100));
313
+ --theme-secondary-200: var(--theme-dark-secondary-custom-200, var(--blue-200));
314
+ --theme-secondary-300: var(--theme-dark-secondary-custom-300, var(--blue-300));
315
+ --theme-secondary-400: var(--theme-dark-secondary-custom-400, var(--blue-400));
316
+ --theme-secondary-500: var(--theme-dark-secondary-custom-500, var(--blue-500));
317
+ --theme-secondary-600: var(--theme-dark-secondary-custom-600, var(--blue-600));
318
+ --theme-dark-primary-custom-100: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + -12 * 1%), clamp(15%, calc(var(--theme-dark-primary-color-l) + -60 * 1%), 30%));
319
+ --theme-dark-primary-custom-200: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + -10 * 1%), clamp(25%, calc(var(--theme-dark-primary-color-l) + -45 * 1%), 45%));
320
+ --theme-dark-primary-custom-300: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + -7 * 1%), clamp(35%, calc(var(--theme-dark-primary-color-l) + -33 * 1%), 70%));
321
+ --theme-dark-primary-custom-400: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + 0 * 1%), clamp(55%, calc(var(--theme-dark-primary-color-l) + 0 * 1%), 85%));
322
+ --theme-dark-primary-custom-500: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + 0 * 1%), clamp(70%, calc(var(--theme-dark-primary-color-l) + 10 * 1%), 90%));
323
+ --theme-dark-primary-custom-600: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + 0 * 1%), clamp(85%, calc(var(--theme-dark-primary-color-l) + 20 * 1%), 95%));
324
+ --theme-dark-primary-custom: var(--theme-dark-primary-custom-400);
325
+ --theme-dark-secondary-custom-100: hsl(var(--theme-dark-secondary-color-h), calc(var(--theme-dark-secondary-color-s) + -12 * 1%), clamp(15%, calc(var(--theme-dark-secondary-color-l) + -60 * 1%), 30%));
326
+ --theme-dark-secondary-custom-200: hsl(var(--theme-dark-secondary-color-h), calc(var(--theme-dark-secondary-color-s) + -10 * 1%), clamp(25%, calc(var(--theme-dark-secondary-color-l) + -45 * 1%), 45%));
327
+ --theme-dark-secondary-custom-300: hsl(var(--theme-dark-secondary-color-h), calc(var(--theme-dark-secondary-color-s) + -7 * 1%), clamp(35%, calc(var(--theme-dark-secondary-color-l) + -33 * 1%), 70%));
328
+ --theme-dark-secondary-custom-400: hsl(var(--theme-dark-secondary-color-h), calc(var(--theme-dark-secondary-color-s) + 0 * 1%), clamp(55%, calc(var(--theme-dark-secondary-color-l) + 0 * 1%), 85%));
329
+ --theme-dark-secondary-custom-500: hsl(var(--theme-dark-secondary-color-h), calc(var(--theme-dark-secondary-color-s) + 0 * 1%), clamp(70%, calc(var(--theme-dark-secondary-color-l) + 10 * 1%), 90%));
330
+ --theme-dark-secondary-custom-600: hsl(var(--theme-dark-secondary-color-h), calc(var(--theme-dark-secondary-color-s) + 0 * 1%), clamp(85%, calc(var(--theme-dark-secondary-color-l) + 20 * 1%), 95%));
331
+ --theme-dark-secondary-custom: var(--theme-dark-secondary-custom-400);
332
+ --theme-dark-secondary-custom-focus-ring: hsla(var(--theme-dark-secondary-color-h), var(--theme-dark-secondary-color-s), var(--theme-dark-secondary-color-l), 0.25);
333
+ }
334
+
335
+ @media (prefers-color-scheme: dark) {
336
+ body:not(.theme-highcontrast).theme-system,
337
+ body:not(.theme-highcontrast).theme-system.themed,
338
+ body:not(.theme-highcontrast).theme-system .themed {
339
+ --white: hsl(220, 3%, 15%);
340
+ --black-050: hsl(220, 3%, 15%);
341
+ --black-100: hsl(220, 3%, 18%);
342
+ --black-150: hsl(230, 4%, 21%);
343
+ --black-200: hsl(233, 4%, 27%);
344
+ --black-225: hsl(233, 4%, 30%);
345
+ --black-250: hsl(235, 5%, 36%);
346
+ --black-300: hsl(233, 4%, 47%);
347
+ --black-350: hsl(219, 10%, 60%);
348
+ --black-400: hsl(220, 10%, 74%);
349
+ --black-500: hsl(220, 10%, 83%);
350
+ --black-600: hsl(180, 11%, 98%);
351
+ --black: hsl(0, 0%, 100%);
352
+ --orange-100: hsl(27, 29%, 19%);
353
+ --orange-200: hsl(27, 43%, 31%);
354
+ --orange-300: hsl(27, 43%, 47%);
355
+ --orange-400: hsl(27, 80%, 64%);
356
+ --orange-500: hsl(27, 80%, 78%);
357
+ --orange-600: hsl(27, 80%, 89%);
358
+ --blue-100: hsl(209, 29%, 19%);
359
+ --blue-200: hsl(210, 29%, 35%);
360
+ --blue-300: hsl(210, 29%, 50%);
361
+ --blue-400: hsl(210, 81%, 72%);
362
+ --blue-500: hsl(210, 80%, 82%);
363
+ --blue-600: hsl(210, 80%, 90%);
364
+ --green-100: hsl(148, 29%, 19%);
365
+ --green-200: hsl(148, 29%, 27%);
366
+ --green-300: hsl(148, 25%, 40%);
367
+ --green-400: hsl(148, 40%, 62%);
368
+ --green-500: hsl(148, 40%, 75%);
369
+ --green-600: hsl(148, 40%, 87%);
370
+ --red-100: hsl(358, 29%, 19%);
371
+ --red-200: hsl(0, 29%, 37%);
372
+ --red-300: hsl(0, 34%, 54%);
373
+ --red-400: hsl(0, 75%, 77%);
374
+ --red-500: hsl(0, 69%, 85%);
375
+ --red-600: hsl(0, 69%, 93%);
376
+ --yellow-100: hsl(43, 29%, 17%);
377
+ --yellow-200: hsl(43, 29%, 25%);
378
+ --yellow-300: hsl(43, 29%, 40%);
379
+ --yellow-400: hsl(43, 59%, 64%);
380
+ --yellow-500: hsl(43, 65%, 70%);
381
+ --yellow-600: hsl(43, 65%, 85%);
382
+ --gold-100: hsl(45, 29%, 24%);
383
+ --gold-200: hsl(45, 47%, 37%);
384
+ --gold-300: hsl(45, 92%, 62%);
385
+ --gold-400: hsl(46, 93%, 78%);
386
+ --silver-100: hsl(220, 2%, 26%);
387
+ --silver-200: hsl(220, 1%, 46%);
388
+ --silver-300: hsl(216, 4%, 69%);
389
+ --silver-400: hsl(214, 8%, 83%);
390
+ --bronze-100: hsl(28, 13%, 27%);
391
+ --bronze-200: hsl(28, 27%, 45%);
392
+ --bronze-300: hsl(28, 58%, 67%);
393
+ --bronze-400: hsl(28, 59%, 83%);
394
+ --bc-lightest: var(--black-100);
395
+ --bc-lighter: var(--black-150);
396
+ --bc-light: var(--black-200);
397
+ --bc-medium: var(--black-225);
398
+ --bc-dark: var(--black-250);
399
+ --bc-darker: var(--black-300);
400
+ --bs-sm: 0 1px 2px hsla(0, 0%, 0%, 0.1), 0 1px 4px hsla(0, 0%, 0%, 0.1), 0 2px 8px hsla(0, 0%, 0%, 0.1);
401
+ --bs-md: 0 1px 3px hsla(0, 0%, 0%, 0.11), 0 2px 6px hsla(0, 0%, 0%, 0.11), 0 3px 8px hsla(0, 0%, 0%, 0.14);
402
+ --bs-lg: 0 1px 4px hsla(0, 0%, 0%, 0.14), 0 3px 8px hsla(0, 0%, 0%, 0.14), 0 4px 13px hsla(0, 0%, 0%, 0.18);
403
+ --bs-xl: 0 10px 24px hsla(0, 0%, 0%, 0.1), 0 20px 48px hsla(0, 0%, 0%, 0.1), 0 1px 4px hsla(0, 0%, 0%, 0.15);
404
+ --focus-ring: var(--theme-dark-secondary-custom-focus-ring, hsla(206, 100%, 40%, 0.25));
405
+ --focus-ring-success: hsla(140, 40%, 75%, 0.4);
406
+ --focus-ring-warning: hsla(47, 79%, 58%, 0.4);
407
+ --focus-ring-error: hsla(358, 62%, 47%, 0.15);
408
+ --focus-ring-muted: hsla(210, 8%, 15%, 0.1);
409
+ --highlight-addition: var(--green-500);
410
+ --highlight-attribute: hsl(207, 41.5%, 67%);
411
+ --highlight-bg: hsl(0, 2%, 11%);
412
+ --highlight-color: var(--black);
413
+ --highlight-comment: hsl(0, 0%, 60%);
414
+ --highlight-deletion: var(--red-500);
415
+ --highlight-keyword: hsl(208, 41.5%, 67%);
416
+ --highlight-literal: hsl(27, 85%, 61.5%);
417
+ --highlight-namespace: hsl(27, 85%, 61.5%);
418
+ --highlight-punctuation: hsl(0, 0%, 80%);
419
+ --highlight-symbol: hsl(306, 43%, 69%);
420
+ --highlight-variable: hsl(65.5, 39%, 57.5%);
421
+ --scrollbar: hsla(0, 0%, 0%, 0.2);
422
+ --theme-primary: var(--theme-dark-primary-custom, var(--orange-400));
423
+ --theme-primary-100: var(--theme-dark-primary-custom-100, var(--orange-100));
424
+ --theme-primary-200: var(--theme-dark-primary-custom-200, var(--orange-200));
425
+ --theme-primary-300: var(--theme-dark-primary-custom-300, var(--orange-300));
426
+ --theme-primary-400: var(--theme-dark-primary-custom-400, var(--orange-400));
427
+ --theme-primary-500: var(--theme-dark-primary-custom-500, var(--orange-500));
428
+ --theme-primary-600: var(--theme-dark-primary-custom-600, var(--orange-600));
429
+ --theme-secondary: var(--theme-dark-secondary-custom, var(--blue-400));
430
+ --theme-secondary-100: var(--theme-dark-secondary-custom-100, var(--blue-100));
431
+ --theme-secondary-200: var(--theme-dark-secondary-custom-200, var(--blue-200));
432
+ --theme-secondary-300: var(--theme-dark-secondary-custom-300, var(--blue-300));
433
+ --theme-secondary-400: var(--theme-dark-secondary-custom-400, var(--blue-400));
434
+ --theme-secondary-500: var(--theme-dark-secondary-custom-500, var(--blue-500));
435
+ --theme-secondary-600: var(--theme-dark-secondary-custom-600, var(--blue-600));
436
+ --theme-dark-primary-custom-100: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + -12 * 1%), clamp(15%, calc(var(--theme-dark-primary-color-l) + -60 * 1%), 30%));
437
+ --theme-dark-primary-custom-200: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + -10 * 1%), clamp(25%, calc(var(--theme-dark-primary-color-l) + -45 * 1%), 45%));
438
+ --theme-dark-primary-custom-300: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + -7 * 1%), clamp(35%, calc(var(--theme-dark-primary-color-l) + -33 * 1%), 70%));
439
+ --theme-dark-primary-custom-400: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + 0 * 1%), clamp(55%, calc(var(--theme-dark-primary-color-l) + 0 * 1%), 85%));
440
+ --theme-dark-primary-custom-500: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + 0 * 1%), clamp(70%, calc(var(--theme-dark-primary-color-l) + 10 * 1%), 90%));
441
+ --theme-dark-primary-custom-600: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + 0 * 1%), clamp(85%, calc(var(--theme-dark-primary-color-l) + 20 * 1%), 95%));
442
+ --theme-dark-primary-custom: var(--theme-dark-primary-custom-400);
443
+ --theme-dark-secondary-custom-100: hsl(var(--theme-dark-secondary-color-h), calc(var(--theme-dark-secondary-color-s) + -12 * 1%), clamp(15%, calc(var(--theme-dark-secondary-color-l) + -60 * 1%), 30%));
444
+ --theme-dark-secondary-custom-200: hsl(var(--theme-dark-secondary-color-h), calc(var(--theme-dark-secondary-color-s) + -10 * 1%), clamp(25%, calc(var(--theme-dark-secondary-color-l) + -45 * 1%), 45%));
445
+ --theme-dark-secondary-custom-300: hsl(var(--theme-dark-secondary-color-h), calc(var(--theme-dark-secondary-color-s) + -7 * 1%), clamp(35%, calc(var(--theme-dark-secondary-color-l) + -33 * 1%), 70%));
446
+ --theme-dark-secondary-custom-400: hsl(var(--theme-dark-secondary-color-h), calc(var(--theme-dark-secondary-color-s) + 0 * 1%), clamp(55%, calc(var(--theme-dark-secondary-color-l) + 0 * 1%), 85%));
447
+ --theme-dark-secondary-custom-500: hsl(var(--theme-dark-secondary-color-h), calc(var(--theme-dark-secondary-color-s) + 0 * 1%), clamp(70%, calc(var(--theme-dark-secondary-color-l) + 10 * 1%), 90%));
448
+ --theme-dark-secondary-custom-600: hsl(var(--theme-dark-secondary-color-h), calc(var(--theme-dark-secondary-color-s) + 0 * 1%), clamp(85%, calc(var(--theme-dark-secondary-color-l) + 20 * 1%), 95%));
449
+ --theme-dark-secondary-custom: var(--theme-dark-secondary-custom-400);
450
+ --theme-dark-secondary-custom-focus-ring: hsla(var(--theme-dark-secondary-color-h), var(--theme-dark-secondary-color-s), var(--theme-dark-secondary-color-l), 0.25);
451
+ }
452
+ }
453
+
454
+ body.theme-highcontrast:not(.theme-dark),
455
+ body.theme-highcontrast.theme-dark .theme-light__forced,
456
+ body.theme-highcontrast.theme-system .theme-light__forced {
457
+ --white: hsl(0, 0%, 100%);
458
+ --black-050: hsl(0, 0%, 100%);
459
+ --black-100: hsl(210, 8%, 98%);
460
+ --black-150: hsl(210, 8%, 95%);
461
+ --black-200: hsl(210, 8%, 90%);
462
+ --black-225: hsl(210, 8%, 85%);
463
+ --black-250: hsl(210, 8%, 80%);
464
+ --black-300: hsl(213, 9%, 75%);
465
+ --black-350: hsl(210, 8%, 45%);
466
+ --black-400: hsl(210, 8%, 45%);
467
+ --black-500: hsl(210, 8%, 25%);
468
+ --black-600: hsl(210, 8%, 5%);
469
+ --black: hsl(0, 8%, 5%);
470
+ --orange-100: hsl(22, 85%, 97%);
471
+ --orange-200: hsl(22, 85%, 97%);
472
+ --orange-300: hsl(27, 90%, 55%);
473
+ --orange-400: hsl(27, 90%, 55%);
474
+ --orange-500: hsl(27, 80%, 29%);
475
+ --orange-600: hsl(27, 80%, 29%);
476
+ --blue-100: hsl(210, 80%, 96%);
477
+ --blue-200: hsl(210, 80%, 96%);
478
+ --blue-300: hsl(210, 70%, 48%);
479
+ --blue-400: hsl(210, 70%, 48%);
480
+ --blue-500: hsl(210, 80%, 23%);
481
+ --blue-600: hsl(210, 80%, 23%);
482
+ --green-100: hsl(147, 36%, 95%);
483
+ --green-200: hsl(147, 36%, 95%);
484
+ --green-300: hsl(148, 70%, 31%);
485
+ --green-400: hsl(148, 70%, 31%);
486
+ --green-500: hsl(147, 74%, 15%);
487
+ --green-600: hsl(147, 74%, 15%);
488
+ --red-100: hsl(0, 79%, 96%);
489
+ --red-200: hsl(0, 79%, 96%);
490
+ --red-300: hsl(0, 60%, 49%);
491
+ --red-400: hsl(0, 60%, 49%);
492
+ --red-500: hsl(0, 66%, 24%);
493
+ --red-600: hsl(0, 66%, 24%);
494
+ --yellow-100: hsl(41, 80%, 96%);
495
+ --yellow-200: hsl(41, 80%, 96%);
496
+ --yellow-300: hsl(43, 85%, 50%);
497
+ --yellow-400: hsl(43, 85%, 50%);
498
+ --yellow-500: hsl(48, 85%, 18%);
499
+ --yellow-600: hsl(48, 85%, 18%);
500
+ --gold-100: hsl(46, 100%, 91%);
501
+ --gold-200: hsl(46, 100%, 91%);
502
+ --gold-300: hsl(45, 100%, 42%);
503
+ --gold-400: hsl(46, 92%, 26%);
504
+ --silver-100: hsl(0, 0%, 95%);
505
+ --silver-200: hsl(0, 0%, 84%);
506
+ --silver-300: hsl(210, 5%, 68%);
507
+ --silver-400: hsl(216, 2%, 40%);
508
+ --bronze-100: hsl(28, 40%, 92%);
509
+ --bronze-200: hsl(28, 40%, 92%);
510
+ --bronze-300: hsl(28, 43%, 65%);
511
+ --bronze-400: hsl(28, 43%, 39%);
512
+ --bc-lightest: var(--black-400);
513
+ --bc-lighter: var(--black-400);
514
+ --bc-light: var(--black-400);
515
+ --bc-medium: var(--black-400);
516
+ --bc-dark: var(--black-500);
517
+ --bc-darker: var(--black-600);
518
+ --bs-sm: none;
519
+ --bs-md: none;
520
+ --bs-lg: none;
521
+ --bs-xl: none;
522
+ --focus-ring: hsla(206, 100%, 40%, 0.9);
523
+ --focus-ring-success: hsla(140, 40%, 40%, 0.9);
524
+ --focus-ring-warning: hsla(47, 76%, 46%, 0.9);
525
+ --focus-ring-error: hsla(358, 62%, 47%, 0.9);
526
+ --focus-ring-muted: hsla(210, 8%, 55%, 0.95);
527
+ --highlight-addition: var(--green-500);
528
+ --highlight-attribute: hsl(215, 100%, 35%);
529
+ --highlight-bg: hsl(0, 0%, 96.5%);
530
+ --highlight-color: var(--black-600);
531
+ --highlight-comment: hsl(213, 7%, 33%);
532
+ --highlight-deletion: var(--red-400);
533
+ --highlight-keyword: hsl(215, 100%, 35%);
534
+ --highlight-literal: hsl(16, 94%, 31%);
535
+ --highlight-namespace: hsl(16, 94%, 31%);
536
+ --highlight-punctuation: var(--black-500);
537
+ --highlight-symbol: hsl(309, 45%, 31%);
538
+ --highlight-variable: hsl(88, 100%, 19%);
539
+ --scrollbar: var(--black);
540
+ --theme-primary: var(--orange-400);
541
+ --theme-primary-100: var(--orange-100);
542
+ --theme-primary-200: var(--orange-200);
543
+ --theme-primary-300: var(--orange-300);
544
+ --theme-primary-400: var(--orange-400);
545
+ --theme-primary-500: var(--orange-500);
546
+ --theme-primary-600: var(--orange-600);
547
+ --theme-secondary: var(--blue-400);
548
+ --theme-secondary-100: var(--blue-100);
549
+ --theme-secondary-200: var(--blue-200);
550
+ --theme-secondary-300: var(--blue-300);
551
+ --theme-secondary-400: var(--blue-400);
552
+ --theme-secondary-500: var(--blue-500);
553
+ --theme-secondary-600: var(--blue-600);
554
+ --_o-disabled: 0.8;
555
+ }
556
+
557
+ body.theme-highcontrast.theme-dark,
558
+ body.theme-highcontrast:not(.theme-dark) .theme-dark__forced {
559
+ --white: hsl(0, 0%, 0%);
560
+ --black-050: hsl(220, 3%, 15%);
561
+ --black-100: hsl(220, 3%, 18%);
562
+ --black-150: hsl(230, 4%, 21%);
563
+ --black-200: hsl(233, 4%, 27%);
564
+ --black-225: hsl(233, 4%, 30%);
565
+ --black-250: hsl(235, 5%, 36%);
566
+ --black-300: hsl(233, 4%, 47%);
567
+ --black-350: hsl(220, 10%, 74%);
568
+ --black-400: hsl(220, 10%, 74%);
569
+ --black-500: hsl(220, 10%, 83%);
570
+ --black-600: hsl(180, 11%, 98%);
571
+ --black: hsl(0, 0%, 100%);
572
+ --orange-100: hsl(27, 29%, 19%);
573
+ --orange-200: hsl(27, 29%, 19%);
574
+ --orange-300: hsl(27, 80%, 64%);
575
+ --orange-400: hsl(27, 80%, 64%);
576
+ --orange-500: hsl(27, 79%, 89%);
577
+ --orange-600: hsl(27, 79%, 89%);
578
+ --blue-100: hsl(209, 29%, 19%);
579
+ --blue-200: hsl(209, 29%, 19%);
580
+ --blue-300: hsl(210, 80%, 72%);
581
+ --blue-400: hsl(210, 80%, 72%);
582
+ --blue-500: hsl(209, 79%, 87%);
583
+ --blue-600: hsl(209, 79%, 87%);
584
+ --green-100: hsl(147, 29%, 19%);
585
+ --green-200: hsl(147, 29%, 19%);
586
+ --green-300: hsl(148, 40%, 62%);
587
+ --green-400: hsl(148, 40%, 62%);
588
+ --green-500: hsl(148, 39%, 87%);
589
+ --green-600: hsl(148, 39%, 87%);
590
+ --red-100: hsl(358, 29%, 19%);
591
+ --red-200: hsl(358, 29%, 19%);
592
+ --red-300: hsl(0, 75%, 77%);
593
+ --red-400: hsl(0, 75%, 77%);
594
+ --red-500: hsl(0, 70%, 92%);
595
+ --red-600: hsl(0, 70%, 92%);
596
+ --yellow-100: hsl(43, 29%, 17%);
597
+ --yellow-200: hsl(43, 29%, 17%);
598
+ --yellow-300: hsl(43, 59%, 64%);
599
+ --yellow-400: hsl(43, 59%, 64%);
600
+ --yellow-500: hsl(48, 74%, 91%);
601
+ --yellow-600: hsl(48, 74%, 91%);
602
+ --gold-100: hsl(45, 22%, 25%);
603
+ --gold-200: hsl(45, 22%, 25%);
604
+ --gold-300: hsl(45, 92%, 62%);
605
+ --gold-400: hsl(46, 93%, 78%);
606
+ --silver-100: hsl(220, 2%, 26%);
607
+ --silver-200: hsl(220, 2%, 26%);
608
+ --silver-300: hsl(216, 4%, 69%);
609
+ --silver-400: hsl(214, 8%, 83%);
610
+ --bronze-100: hsl(28, 13%, 27%);
611
+ --bronze-200: hsl(28, 13%, 27%);
612
+ --bronze-300: hsl(28, 58%, 67%);
613
+ --bronze-400: hsl(28, 59%, 83%);
614
+ --bc-lightest: var(--black-400);
615
+ --bc-lighter: var(--black-400);
616
+ --bc-light: var(--black-400);
617
+ --bc-medium: var(--black-400);
618
+ --bc-dark: var(--black-500);
619
+ --bc-darker: var(--black-600);
620
+ --bs-sm: none;
621
+ --bs-md: none;
622
+ --bs-lg: none;
623
+ --bs-xl: none;
624
+ --focus-ring: hsla(206, 100%, 40%, 0.9);
625
+ --focus-ring-success: hsla(140, 40%, 40%, 0.9);
626
+ --focus-ring-warning: hsla(47, 76%, 46%, 0.9);
627
+ --focus-ring-error: hsla(358, 62%, 47%, 0.9);
628
+ --focus-ring-muted: hsla(210, 8%, 55%, 0.95);
629
+ --highlight-addition: var(--green-500);
630
+ --highlight-attribute: hsl(200, 57%, 85%);
631
+ --highlight-bg: hsl(0, 0%, 10%);
632
+ --highlight-color: hsl(0, 0%, 100%);
633
+ --highlight-comment: hsl(0, 0%, 99%);
634
+ --highlight-deletion: var(--red-500);
635
+ --highlight-keyword: hsl(200, 57%, 85%);
636
+ --highlight-literal: hsl(36, 96%, 71%);
637
+ --highlight-namespace: hsl(36, 96%, 71%);
638
+ --highlight-punctuation: hsl(0, 0%, 99%);
639
+ --highlight-symbol: hsl(304, 39%, 85%);
640
+ --highlight-variable: hsl(62, 71%, 81%);
641
+ --scrollbar: var(--black);
642
+ --theme-primary: var(--orange-400);
643
+ --theme-primary-100: var(--orange-100);
644
+ --theme-primary-200: var(--orange-200);
645
+ --theme-primary-300: var(--orange-300);
646
+ --theme-primary-400: var(--orange-400);
647
+ --theme-primary-500: var(--orange-500);
648
+ --theme-primary-600: var(--orange-600);
649
+ --theme-secondary: var(--blue-400);
650
+ --theme-secondary-100: var(--blue-100);
651
+ --theme-secondary-200: var(--blue-200);
652
+ --theme-secondary-300: var(--blue-300);
653
+ --theme-secondary-400: var(--blue-400);
654
+ --theme-secondary-500: var(--blue-500);
655
+ --theme-secondary-600: var(--blue-600);
656
+ --_o-disabled: 0.8;
657
+ }
658
+
659
+ @media (prefers-color-scheme: dark) {
660
+ body.theme-highcontrast.theme-system {
661
+ --white: hsl(0, 0%, 0%);
662
+ --black-050: hsl(220, 3%, 15%);
663
+ --black-100: hsl(220, 3%, 18%);
664
+ --black-150: hsl(230, 4%, 21%);
665
+ --black-200: hsl(233, 4%, 27%);
666
+ --black-225: hsl(233, 4%, 30%);
667
+ --black-250: hsl(235, 5%, 36%);
668
+ --black-300: hsl(233, 4%, 47%);
669
+ --black-350: hsl(220, 10%, 74%);
670
+ --black-400: hsl(220, 10%, 74%);
671
+ --black-500: hsl(220, 10%, 83%);
672
+ --black-600: hsl(180, 11%, 98%);
673
+ --black: hsl(0, 0%, 100%);
674
+ --orange-100: hsl(27, 29%, 19%);
675
+ --orange-200: hsl(27, 29%, 19%);
676
+ --orange-300: hsl(27, 80%, 64%);
677
+ --orange-400: hsl(27, 80%, 64%);
678
+ --orange-500: hsl(27, 79%, 89%);
679
+ --orange-600: hsl(27, 79%, 89%);
680
+ --blue-100: hsl(209, 29%, 19%);
681
+ --blue-200: hsl(209, 29%, 19%);
682
+ --blue-300: hsl(210, 80%, 72%);
683
+ --blue-400: hsl(210, 80%, 72%);
684
+ --blue-500: hsl(209, 79%, 87%);
685
+ --blue-600: hsl(209, 79%, 87%);
686
+ --green-100: hsl(147, 29%, 19%);
687
+ --green-200: hsl(147, 29%, 19%);
688
+ --green-300: hsl(148, 40%, 62%);
689
+ --green-400: hsl(148, 40%, 62%);
690
+ --green-500: hsl(148, 39%, 87%);
691
+ --green-600: hsl(148, 39%, 87%);
692
+ --red-100: hsl(358, 29%, 19%);
693
+ --red-200: hsl(358, 29%, 19%);
694
+ --red-300: hsl(0, 75%, 77%);
695
+ --red-400: hsl(0, 75%, 77%);
696
+ --red-500: hsl(0, 70%, 92%);
697
+ --red-600: hsl(0, 70%, 92%);
698
+ --yellow-100: hsl(43, 29%, 17%);
699
+ --yellow-200: hsl(43, 29%, 17%);
700
+ --yellow-300: hsl(43, 59%, 64%);
701
+ --yellow-400: hsl(43, 59%, 64%);
702
+ --yellow-500: hsl(48, 74%, 91%);
703
+ --yellow-600: hsl(48, 74%, 91%);
704
+ --gold-100: hsl(45, 22%, 25%);
705
+ --gold-200: hsl(45, 22%, 25%);
706
+ --gold-300: hsl(45, 92%, 62%);
707
+ --gold-400: hsl(46, 93%, 78%);
708
+ --silver-100: hsl(220, 2%, 26%);
709
+ --silver-200: hsl(220, 2%, 26%);
710
+ --silver-300: hsl(216, 4%, 69%);
711
+ --silver-400: hsl(214, 8%, 83%);
712
+ --bronze-100: hsl(28, 13%, 27%);
713
+ --bronze-200: hsl(28, 13%, 27%);
714
+ --bronze-300: hsl(28, 58%, 67%);
715
+ --bronze-400: hsl(28, 59%, 83%);
716
+ --bc-lightest: var(--black-400);
717
+ --bc-lighter: var(--black-400);
718
+ --bc-light: var(--black-400);
719
+ --bc-medium: var(--black-400);
720
+ --bc-dark: var(--black-500);
721
+ --bc-darker: var(--black-600);
722
+ --bs-sm: none;
723
+ --bs-md: none;
724
+ --bs-lg: none;
725
+ --bs-xl: none;
726
+ --focus-ring: hsla(206, 100%, 40%, 0.9);
727
+ --focus-ring-success: hsla(140, 40%, 40%, 0.9);
728
+ --focus-ring-warning: hsla(47, 76%, 46%, 0.9);
729
+ --focus-ring-error: hsla(358, 62%, 47%, 0.9);
730
+ --focus-ring-muted: hsla(210, 8%, 55%, 0.95);
731
+ --highlight-addition: var(--green-500);
732
+ --highlight-attribute: hsl(200, 57%, 85%);
733
+ --highlight-bg: hsl(0, 0%, 10%);
734
+ --highlight-color: hsl(0, 0%, 100%);
735
+ --highlight-comment: hsl(0, 0%, 99%);
736
+ --highlight-deletion: var(--red-500);
737
+ --highlight-keyword: hsl(200, 57%, 85%);
738
+ --highlight-literal: hsl(36, 96%, 71%);
739
+ --highlight-namespace: hsl(36, 96%, 71%);
740
+ --highlight-punctuation: hsl(0, 0%, 99%);
741
+ --highlight-symbol: hsl(304, 39%, 85%);
742
+ --highlight-variable: hsl(62, 71%, 81%);
743
+ --scrollbar: var(--black);
744
+ --theme-primary: var(--orange-400);
745
+ --theme-primary-100: var(--orange-100);
746
+ --theme-primary-200: var(--orange-200);
747
+ --theme-primary-300: var(--orange-300);
748
+ --theme-primary-400: var(--orange-400);
749
+ --theme-primary-500: var(--orange-500);
750
+ --theme-primary-600: var(--orange-600);
751
+ --theme-secondary: var(--blue-400);
752
+ --theme-secondary-100: var(--blue-100);
753
+ --theme-secondary-200: var(--blue-200);
754
+ --theme-secondary-300: var(--blue-300);
755
+ --theme-secondary-400: var(--blue-400);
756
+ --theme-secondary-500: var(--blue-500);
757
+ --theme-secondary-600: var(--blue-600);
758
+ --_o-disabled: 0.8;
759
+ }
760
+ }
761
+ "
762
+ `;