@xihan-ui/styles 1.0.0 → 2.0.0

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 (171) hide show
  1. package/CHANGELOG.md +5146 -6
  2. package/README.md +22 -2
  3. package/component-tokens.d.ts +4212 -0
  4. package/component-tokens.js +2 -0
  5. package/components.tokens.json +80116 -0
  6. package/css/accordion.css +131 -75
  7. package/css/affix.css +16 -1
  8. package/css/alert.css +114 -67
  9. package/css/anchor.css +99 -27
  10. package/css/approval.css +461 -0
  11. package/css/avatar-group.css +14 -6
  12. package/css/avatar.css +33 -9
  13. package/css/back-top.css +103 -48
  14. package/css/badge.css +42 -14
  15. package/css/bar-code.css +62 -0
  16. package/css/breadcrumb.css +40 -21
  17. package/css/button-group.css +146 -24
  18. package/css/button.css +116 -99
  19. package/css/calendar-picker.css +448 -0
  20. package/css/calendar-range-picker.css +517 -0
  21. package/css/card.css +54 -77
  22. package/css/carousel.css +412 -68
  23. package/css/cascader.css +429 -246
  24. package/css/checkbox-group.css +225 -77
  25. package/css/checkbox.css +174 -37
  26. package/css/clipboard.css +266 -47
  27. package/css/code-view.css +279 -0
  28. package/css/collapsible.css +108 -63
  29. package/css/color-field.css +158 -0
  30. package/css/color-picker.css +172 -184
  31. package/css/color-slider.css +274 -0
  32. package/css/color-swatch-picker.css +243 -0
  33. package/css/color-swatch.css +35 -0
  34. package/css/combobox.css +267 -273
  35. package/css/command.css +399 -0
  36. package/css/context-menu.css +183 -108
  37. package/css/date-field.css +94 -121
  38. package/css/date-picker.css +486 -249
  39. package/css/date-range-picker.css +559 -0
  40. package/css/description.css +51 -0
  41. package/css/descriptions.css +133 -87
  42. package/css/dialog.css +247 -68
  43. package/css/diff-view.css +428 -0
  44. package/css/download-trigger.css +155 -46
  45. package/css/drawer.css +194 -111
  46. package/css/editable.css +172 -152
  47. package/css/empty-state.css +80 -11
  48. package/css/field-array.css +190 -0
  49. package/css/field.css +84 -31
  50. package/css/fieldset.css +51 -18
  51. package/css/file-upload.css +134 -36
  52. package/css/flex.css +20 -1
  53. package/css/float-button.css +238 -57
  54. package/css/floating-panel.css +173 -92
  55. package/css/focus.css +46 -0
  56. package/css/forced-colors.css +93 -0
  57. package/css/form.css +254 -77
  58. package/css/gradient-text.css +34 -10
  59. package/css/grid.css +516 -5
  60. package/css/heatmap.css +87 -29
  61. package/css/highlight.css +20 -5
  62. package/css/hover-card.css +97 -47
  63. package/css/icon-wrapper.css +15 -3
  64. package/css/icon.css +74 -8
  65. package/css/image-cropper.css +143 -29
  66. package/css/image-viewer.css +150 -89
  67. package/css/image.css +30 -1
  68. package/css/infinite-scroll.css +51 -1
  69. package/css/input-group.css +277 -0
  70. package/css/json-viewer.css +102 -45
  71. package/css/kbd.css +72 -0
  72. package/css/label.css +78 -0
  73. package/css/layers.css +5 -0
  74. package/css/layout.css +175 -31
  75. package/css/list.css +24 -3
  76. package/css/listbox.css +208 -67
  77. package/css/loading-bar.css +52 -3
  78. package/css/log.css +144 -9
  79. package/css/markdown-stream.css +149 -0
  80. package/css/marquee.css +27 -1
  81. package/css/masonry.css +7 -0
  82. package/css/matrix-code.css +67 -0
  83. package/css/mention.css +234 -152
  84. package/css/menu.css +180 -83
  85. package/css/menubar.css +204 -136
  86. package/css/message-feed.css +197 -0
  87. package/css/navigation-menu.css +144 -90
  88. package/css/notification.css +178 -100
  89. package/css/number-animation.css +7 -0
  90. package/css/number-field.css +120 -277
  91. package/css/overlay-arrow.css +12 -7
  92. package/css/page-header.css +99 -14
  93. package/css/pagination.css +175 -135
  94. package/css/password-input.css +222 -219
  95. package/css/pin-input.css +101 -67
  96. package/css/pointer.css +36 -0
  97. package/css/popconfirm.css +185 -94
  98. package/css/popover.css +121 -77
  99. package/css/progress.css +60 -12
  100. package/css/prompt-input.css +224 -0
  101. package/css/question-flow.css +513 -0
  102. package/css/radio-group.css +147 -30
  103. package/css/rating.css +193 -43
  104. package/css/reasoning.css +336 -0
  105. package/css/reset.css +84 -6
  106. package/css/resizable.css +237 -0
  107. package/css/scroll-area.css +68 -7
  108. package/css/scrollbar.css +47 -13
  109. package/css/segmented.css +94 -29
  110. package/css/select.css +288 -274
  111. package/css/separator.css +101 -1
  112. package/css/side-nav.css +133 -75
  113. package/css/signature-pad.css +74 -54
  114. package/css/skeleton.css +84 -11
  115. package/css/slider.css +132 -39
  116. package/css/sortable.css +198 -0
  117. package/css/spinner.css +126 -12
  118. package/css/splitter.css +29 -8
  119. package/css/statistic.css +55 -0
  120. package/css/steps.css +206 -72
  121. package/css/switch.css +268 -36
  122. package/css/table.css +695 -118
  123. package/css/tabs.css +604 -42
  124. package/css/tag-group.css +219 -0
  125. package/css/tag.css +118 -28
  126. package/css/tags-input.css +156 -274
  127. package/css/text-field.css +101 -249
  128. package/css/time-field.css +100 -128
  129. package/css/time-picker.css +323 -252
  130. package/css/time-range-picker.css +719 -0
  131. package/css/timeline.css +202 -68
  132. package/css/timer.css +56 -52
  133. package/css/timestamp.css +34 -0
  134. package/css/toast.css +373 -144
  135. package/css/toggle-group.css +309 -76
  136. package/css/toggle.css +116 -85
  137. package/css/tone.css +47 -0
  138. package/css/tool-call.css +421 -0
  139. package/css/toolbar.css +181 -33
  140. package/css/tooltip.css +107 -36
  141. package/css/tour.css +183 -152
  142. package/css/transfer.css +351 -138
  143. package/css/tree-select.css +323 -216
  144. package/css/tree.css +294 -62
  145. package/css/truncate.css +65 -0
  146. package/css/typography.css +228 -5
  147. package/css/undefined.css +10 -1
  148. package/css/virtualizer.css +9 -10
  149. package/css/visually-hidden.css +7 -0
  150. package/css/watermark.css +7 -0
  151. package/family/action-control.css +487 -0
  152. package/family/collection-item.css +721 -0
  153. package/family/field-chrome.css +298 -0
  154. package/family/motion.css +166 -0
  155. package/family/swatch.css +59 -0
  156. package/index.css +41705 -126
  157. package/index.unlayered.css +33692 -17339
  158. package/package.json +51 -17
  159. package/css/calendar.css +0 -367
  160. package/css/code-block.css +0 -91
  161. package/css/composer.css +0 -134
  162. package/css/countdown.css +0 -26
  163. package/css/dynamic-input.css +0 -220
  164. package/css/ellipsis.css +0 -52
  165. package/css/hotkeys.css +0 -90
  166. package/css/popselect.css +0 -391
  167. package/css/qr-code.css +0 -55
  168. package/css/result.css +0 -119
  169. package/css/space.css +0 -117
  170. package/css/thread.css +0 -120
  171. package/css/time.css +0 -25
@@ -0,0 +1,4212 @@
1
+ /*
2
+ * Copyright (c) 2021-Present XiHanFun and contributors.
3
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
4
+ */
5
+
6
+ // 由 component-token-manifest.mjs 生成,禁止手改。
7
+
8
+ export type ComponentTokenName
9
+ = | '--xh-accordion-border'
10
+ | '--xh-accordion-content-fg'
11
+ | '--xh-accordion-content-font-size'
12
+ | '--xh-accordion-content-pb'
13
+ | '--xh-accordion-content-px'
14
+ | '--xh-accordion-icon-size'
15
+ | '--xh-accordion-indicator-fg'
16
+ | '--xh-accordion-item-bg'
17
+ | '--xh-accordion-item-border'
18
+ | '--xh-accordion-item-radius'
19
+ | '--xh-accordion-item-shadow'
20
+ | '--xh-accordion-trigger-bg'
21
+ | '--xh-accordion-trigger-bg-hover'
22
+ | '--xh-accordion-trigger-fg'
23
+ | '--xh-accordion-trigger-fg-disabled'
24
+ | '--xh-accordion-trigger-fg-open'
25
+ | '--xh-accordion-trigger-font-size'
26
+ | '--xh-accordion-trigger-font-weight'
27
+ | '--xh-accordion-trigger-gap'
28
+ | '--xh-accordion-trigger-h'
29
+ | '--xh-accordion-trigger-px'
30
+ | '--xh-accordion-trigger-py'
31
+ | '--xh-accordion-trigger-radius'
32
+ | '--xh-affix-layer'
33
+ | '--xh-alert-action-gap'
34
+ | '--xh-alert-bg'
35
+ | '--xh-alert-border'
36
+ | '--xh-alert-close-bg-active'
37
+ | '--xh-alert-close-bg-hover'
38
+ | '--xh-alert-close-fg'
39
+ | '--xh-alert-close-fg-hover'
40
+ | '--xh-alert-close-radius'
41
+ | '--xh-alert-close-size'
42
+ | '--xh-alert-content-gap'
43
+ | '--xh-alert-description-fg'
44
+ | '--xh-alert-description-font-size'
45
+ | '--xh-alert-fg'
46
+ | '--xh-alert-font-size'
47
+ | '--xh-alert-gap'
48
+ | '--xh-alert-icon-size'
49
+ | '--xh-alert-indicator-fg'
50
+ | '--xh-alert-indicator-p'
51
+ | '--xh-alert-leading'
52
+ | '--xh-alert-px'
53
+ | '--xh-alert-py'
54
+ | '--xh-alert-radius'
55
+ | '--xh-alert-shadow'
56
+ | '--xh-alert-title-fg'
57
+ | '--xh-alert-title-font-size'
58
+ | '--xh-alert-title-font-weight'
59
+ | '--xh-alert-title-leading'
60
+ | '--xh-anchor-fg'
61
+ | '--xh-anchor-font-size'
62
+ | '--xh-anchor-gap'
63
+ | '--xh-anchor-gap-horizontal'
64
+ | '--xh-anchor-indicator-color'
65
+ | '--xh-anchor-indicator-radius'
66
+ | '--xh-anchor-indicator-thickness'
67
+ | '--xh-anchor-leading'
68
+ | '--xh-anchor-link-bg-hover'
69
+ | '--xh-anchor-link-bg-pressed'
70
+ | '--xh-anchor-link-fg-current'
71
+ | '--xh-anchor-link-fg-hover'
72
+ | '--xh-anchor-link-font-weight-current'
73
+ | '--xh-anchor-link-max-w'
74
+ | '--xh-anchor-link-px'
75
+ | '--xh-anchor-link-py'
76
+ | '--xh-anchor-link-radius'
77
+ | '--xh-anchor-track'
78
+ | '--xh-approval-action-font-size'
79
+ | '--xh-approval-action-font-weight'
80
+ | '--xh-approval-action-h'
81
+ | '--xh-approval-action-px'
82
+ | '--xh-approval-action-radius'
83
+ | '--xh-approval-approve-bg'
84
+ | '--xh-approval-approve-bg-hover'
85
+ | '--xh-approval-approve-bg-off'
86
+ | '--xh-approval-approve-fg'
87
+ | '--xh-approval-approve-shadow'
88
+ | '--xh-approval-bg'
89
+ | '--xh-approval-border'
90
+ | '--xh-approval-border-settled'
91
+ | '--xh-approval-deny-bg'
92
+ | '--xh-approval-deny-bg-hover'
93
+ | '--xh-approval-deny-bg-off'
94
+ | '--xh-approval-deny-border'
95
+ | '--xh-approval-deny-border-off'
96
+ | '--xh-approval-deny-fg'
97
+ | '--xh-approval-description-fg'
98
+ | '--xh-approval-description-font-size'
99
+ | '--xh-approval-footer-gap'
100
+ | '--xh-approval-gap'
101
+ | '--xh-approval-group-gap'
102
+ | '--xh-approval-icon-size'
103
+ | '--xh-approval-indicator-bg-checked'
104
+ | '--xh-approval-indicator-border'
105
+ | '--xh-approval-indicator-border-checked'
106
+ | '--xh-approval-indicator-fg'
107
+ | '--xh-approval-indicator-icon-size'
108
+ | '--xh-approval-indicator-radius'
109
+ | '--xh-approval-indicator-size'
110
+ | '--xh-approval-item-bg-hover'
111
+ | '--xh-approval-item-font-size'
112
+ | '--xh-approval-item-gap'
113
+ | '--xh-approval-item-px'
114
+ | '--xh-approval-item-py'
115
+ | '--xh-approval-item-radius'
116
+ | '--xh-approval-item-text-fg'
117
+ | '--xh-approval-item-text-fg-checked'
118
+ | '--xh-approval-loading-duration'
119
+ | '--xh-approval-note-bg'
120
+ | '--xh-approval-note-border'
121
+ | '--xh-approval-note-fg'
122
+ | '--xh-approval-note-font-size'
123
+ | '--xh-approval-note-px'
124
+ | '--xh-approval-note-py'
125
+ | '--xh-approval-note-radius'
126
+ | '--xh-approval-p'
127
+ | '--xh-approval-radius'
128
+ | '--xh-approval-result-bg'
129
+ | '--xh-approval-result-bg-denied'
130
+ | '--xh-approval-result-fg'
131
+ | '--xh-approval-result-fg-denied'
132
+ | '--xh-approval-result-font-size'
133
+ | '--xh-approval-result-font-weight'
134
+ | '--xh-approval-result-gap'
135
+ | '--xh-approval-result-px'
136
+ | '--xh-approval-result-py'
137
+ | '--xh-approval-result-radius'
138
+ | '--xh-approval-shadow'
139
+ | '--xh-approval-timer-fg'
140
+ | '--xh-approval-timer-font-size'
141
+ | '--xh-approval-title-fg'
142
+ | '--xh-approval-title-font-size'
143
+ | '--xh-approval-title-font-weight'
144
+ | '--xh-avatar-bg'
145
+ | '--xh-avatar-fg'
146
+ | '--xh-avatar-font-size'
147
+ | '--xh-avatar-font-weight'
148
+ | '--xh-avatar-group-font-size'
149
+ | '--xh-avatar-group-font-weight'
150
+ | '--xh-avatar-group-overflow-item-bg'
151
+ | '--xh-avatar-group-overflow-item-fg'
152
+ | '--xh-avatar-group-overlap'
153
+ | '--xh-avatar-group-radius'
154
+ | '--xh-avatar-group-ring'
155
+ | '--xh-avatar-group-size'
156
+ | '--xh-avatar-radius'
157
+ | '--xh-avatar-size'
158
+ | '--xh-back-top-bg'
159
+ | '--xh-back-top-bg-active'
160
+ | '--xh-back-top-bg-hover'
161
+ | '--xh-back-top-border'
162
+ | '--xh-back-top-border-hover'
163
+ | '--xh-back-top-fg'
164
+ | '--xh-back-top-icon-size'
165
+ | '--xh-back-top-inset-block'
166
+ | '--xh-back-top-inset-inline'
167
+ | '--xh-back-top-layer'
168
+ | '--xh-back-top-radius'
169
+ | '--xh-back-top-shadow'
170
+ | '--xh-back-top-size'
171
+ | '--xh-badge-bg'
172
+ | '--xh-badge-dot-radius'
173
+ | '--xh-badge-dot-size'
174
+ | '--xh-badge-fg'
175
+ | '--xh-badge-font-size'
176
+ | '--xh-badge-font-weight'
177
+ | '--xh-badge-min-size'
178
+ | '--xh-badge-px'
179
+ | '--xh-badge-radius'
180
+ | '--xh-badge-ring'
181
+ | '--xh-bar-code-bg'
182
+ | '--xh-bar-code-fg'
183
+ | '--xh-bar-code-font-family'
184
+ | '--xh-bar-code-placeholder-bg'
185
+ | '--xh-bar-code-placeholder-border'
186
+ | '--xh-bar-code-radius'
187
+ | '--xh-bar-code-text-fg'
188
+ | '--xh-breadcrumb-ellipsis-size'
189
+ | '--xh-breadcrumb-fg'
190
+ | '--xh-breadcrumb-font-size'
191
+ | '--xh-breadcrumb-gap'
192
+ | '--xh-breadcrumb-icon-size'
193
+ | '--xh-breadcrumb-leading'
194
+ | '--xh-breadcrumb-link-bg-hover'
195
+ | '--xh-breadcrumb-link-bg-pressed'
196
+ | '--xh-breadcrumb-link-fg-current'
197
+ | '--xh-breadcrumb-link-fg-hover'
198
+ | '--xh-breadcrumb-link-font-weight-current'
199
+ | '--xh-breadcrumb-link-gap'
200
+ | '--xh-breadcrumb-link-icon-size'
201
+ | '--xh-breadcrumb-link-max-w'
202
+ | '--xh-breadcrumb-link-px'
203
+ | '--xh-breadcrumb-link-radius'
204
+ | '--xh-breadcrumb-separator-fg'
205
+ | '--xh-breadcrumb-separator-size'
206
+ | '--xh-button-bg'
207
+ | '--xh-button-bg-active'
208
+ | '--xh-button-bg-hover'
209
+ | '--xh-button-fg'
210
+ | '--xh-button-font-size'
211
+ | '--xh-button-font-weight'
212
+ | '--xh-button-gap'
213
+ | '--xh-button-group-outline-color'
214
+ | '--xh-button-group-radius'
215
+ | '--xh-button-group-separator-color'
216
+ | '--xh-button-group-separator-color-disabled'
217
+ | '--xh-button-group-separator-opacity'
218
+ | '--xh-button-group-separator-opacity-disabled'
219
+ | '--xh-button-group-separator-radius'
220
+ | '--xh-button-group-separator-size'
221
+ | '--xh-button-group-separator-thickness'
222
+ | '--xh-button-h'
223
+ | '--xh-button-icon-size'
224
+ | '--xh-button-px'
225
+ | '--xh-button-radius'
226
+ | '--xh-button-shadow'
227
+ | '--xh-button-shadow-hover'
228
+ | '--xh-button-spin-duration'
229
+ | '--xh-calendar-picker-cell-bg-hover'
230
+ | '--xh-calendar-picker-cell-bg-pressed'
231
+ | '--xh-calendar-picker-cell-bg-selected'
232
+ | '--xh-calendar-picker-cell-bg-selected-active'
233
+ | '--xh-calendar-picker-cell-bg-selected-disabled'
234
+ | '--xh-calendar-picker-cell-fg'
235
+ | '--xh-calendar-picker-cell-fg-outside'
236
+ | '--xh-calendar-picker-cell-fg-selected'
237
+ | '--xh-calendar-picker-cell-font-size'
238
+ | '--xh-calendar-picker-cell-font-weight'
239
+ | '--xh-calendar-picker-cell-gap'
240
+ | '--xh-calendar-picker-cell-radius'
241
+ | '--xh-calendar-picker-cell-size'
242
+ | '--xh-calendar-picker-gap'
243
+ | '--xh-calendar-picker-grid-gap'
244
+ | '--xh-calendar-picker-header-gap'
245
+ | '--xh-calendar-picker-heading-fg'
246
+ | '--xh-calendar-picker-heading-font-size'
247
+ | '--xh-calendar-picker-heading-font-weight'
248
+ | '--xh-calendar-picker-heading-trigger-bg-pressed'
249
+ | '--xh-calendar-picker-heading-trigger-fg-hover'
250
+ | '--xh-calendar-picker-heading-trigger-px'
251
+ | '--xh-calendar-picker-heading-trigger-radius'
252
+ | '--xh-calendar-picker-icon-size'
253
+ | '--xh-calendar-picker-nav-bg'
254
+ | '--xh-calendar-picker-nav-bg-hover'
255
+ | '--xh-calendar-picker-nav-bg-pressed'
256
+ | '--xh-calendar-picker-nav-fg'
257
+ | '--xh-calendar-picker-nav-fg-hover'
258
+ | '--xh-calendar-picker-nav-radius'
259
+ | '--xh-calendar-picker-nav-size'
260
+ | '--xh-calendar-picker-period-gap'
261
+ | '--xh-calendar-picker-period-py'
262
+ | '--xh-calendar-picker-period-radius'
263
+ | '--xh-calendar-picker-row-gap'
264
+ | '--xh-calendar-picker-today-bg'
265
+ | '--xh-calendar-picker-today-border'
266
+ | '--xh-calendar-picker-today-fg'
267
+ | '--xh-calendar-picker-week-cell-px'
268
+ | '--xh-calendar-picker-week-day-fg'
269
+ | '--xh-calendar-picker-week-day-font-size'
270
+ | '--xh-calendar-picker-week-day-font-weight'
271
+ | '--xh-calendar-picker-week-day-h'
272
+ | '--xh-calendar-picker-week-number-fg'
273
+ | '--xh-calendar-picker-week-number-font-size'
274
+ | '--xh-calendar-picker-week-number-w'
275
+ | '--xh-calendar-picker-year-grid-max-h'
276
+ | '--xh-calendar-picker-year-grid-pe'
277
+ | '--xh-calendar-range-picker-cell-bg-hover'
278
+ | '--xh-calendar-range-picker-cell-bg-pressed'
279
+ | '--xh-calendar-range-picker-cell-bg-selected'
280
+ | '--xh-calendar-range-picker-cell-bg-selected-active'
281
+ | '--xh-calendar-range-picker-cell-bg-selected-disabled'
282
+ | '--xh-calendar-range-picker-cell-fg'
283
+ | '--xh-calendar-range-picker-cell-fg-outside'
284
+ | '--xh-calendar-range-picker-cell-fg-selected'
285
+ | '--xh-calendar-range-picker-cell-font-size'
286
+ | '--xh-calendar-range-picker-cell-font-weight'
287
+ | '--xh-calendar-range-picker-cell-gap'
288
+ | '--xh-calendar-range-picker-cell-radius'
289
+ | '--xh-calendar-range-picker-cell-size'
290
+ | '--xh-calendar-range-picker-gap'
291
+ | '--xh-calendar-range-picker-grid-gap'
292
+ | '--xh-calendar-range-picker-header-gap'
293
+ | '--xh-calendar-range-picker-heading-fg'
294
+ | '--xh-calendar-range-picker-heading-font-size'
295
+ | '--xh-calendar-range-picker-heading-font-weight'
296
+ | '--xh-calendar-range-picker-heading-trigger-bg-pressed'
297
+ | '--xh-calendar-range-picker-heading-trigger-fg-hover'
298
+ | '--xh-calendar-range-picker-heading-trigger-px'
299
+ | '--xh-calendar-range-picker-heading-trigger-radius'
300
+ | '--xh-calendar-range-picker-icon-size'
301
+ | '--xh-calendar-range-picker-nav-bg'
302
+ | '--xh-calendar-range-picker-nav-bg-hover'
303
+ | '--xh-calendar-range-picker-nav-bg-pressed'
304
+ | '--xh-calendar-range-picker-nav-fg'
305
+ | '--xh-calendar-range-picker-nav-fg-hover'
306
+ | '--xh-calendar-range-picker-nav-radius'
307
+ | '--xh-calendar-range-picker-nav-size'
308
+ | '--xh-calendar-range-picker-period-gap'
309
+ | '--xh-calendar-range-picker-period-py'
310
+ | '--xh-calendar-range-picker-period-radius'
311
+ | '--xh-calendar-range-picker-range-bg'
312
+ | '--xh-calendar-range-picker-range-cap-radius'
313
+ | '--xh-calendar-range-picker-range-cell-bg-hover'
314
+ | '--xh-calendar-range-picker-range-cell-bg-pressed'
315
+ | '--xh-calendar-range-picker-range-row-radius'
316
+ | '--xh-calendar-range-picker-row-gap'
317
+ | '--xh-calendar-range-picker-today-bg'
318
+ | '--xh-calendar-range-picker-today-border'
319
+ | '--xh-calendar-range-picker-today-fg'
320
+ | '--xh-calendar-range-picker-week-cell-px'
321
+ | '--xh-calendar-range-picker-week-day-fg'
322
+ | '--xh-calendar-range-picker-week-day-font-size'
323
+ | '--xh-calendar-range-picker-week-day-font-weight'
324
+ | '--xh-calendar-range-picker-week-day-h'
325
+ | '--xh-calendar-range-picker-week-number-fg'
326
+ | '--xh-calendar-range-picker-week-number-font-size'
327
+ | '--xh-calendar-range-picker-week-number-w'
328
+ | '--xh-calendar-range-picker-year-grid-max-h'
329
+ | '--xh-calendar-range-picker-year-grid-pe'
330
+ | '--xh-card-bg'
331
+ | '--xh-card-border'
332
+ | '--xh-card-content-gap'
333
+ | '--xh-card-description-fg'
334
+ | '--xh-card-description-font-size'
335
+ | '--xh-card-description-leading'
336
+ | '--xh-card-fg'
337
+ | '--xh-card-font-size'
338
+ | '--xh-card-footer-gap'
339
+ | '--xh-card-gap'
340
+ | '--xh-card-leading'
341
+ | '--xh-card-p'
342
+ | '--xh-card-radius'
343
+ | '--xh-card-shadow'
344
+ | '--xh-card-title-fg'
345
+ | '--xh-card-title-font-size'
346
+ | '--xh-card-title-font-weight'
347
+ | '--xh-card-title-leading'
348
+ | '--xh-carousel-control-inset'
349
+ | '--xh-carousel-duration'
350
+ | '--xh-carousel-ease'
351
+ | '--xh-carousel-icon-size'
352
+ | '--xh-carousel-indicator-bg'
353
+ | '--xh-carousel-indicator-bg-active'
354
+ | '--xh-carousel-indicator-bg-hover'
355
+ | '--xh-carousel-indicator-bg-selected'
356
+ | '--xh-carousel-indicator-bg-selected-active'
357
+ | '--xh-carousel-indicator-bg-track'
358
+ | '--xh-carousel-indicator-fg-selected'
359
+ | '--xh-carousel-indicator-gap'
360
+ | '--xh-carousel-indicator-inset'
361
+ | '--xh-carousel-indicator-radius'
362
+ | '--xh-carousel-indicator-radius-current'
363
+ | '--xh-carousel-indicator-size'
364
+ | '--xh-carousel-indicator-size-current'
365
+ | '--xh-carousel-indicator-target-size'
366
+ | '--xh-carousel-trigger-bg'
367
+ | '--xh-carousel-trigger-bg-active'
368
+ | '--xh-carousel-trigger-bg-hover'
369
+ | '--xh-carousel-trigger-border'
370
+ | '--xh-carousel-trigger-fg'
371
+ | '--xh-carousel-trigger-radius'
372
+ | '--xh-carousel-trigger-shadow'
373
+ | '--xh-carousel-trigger-shadow-hover'
374
+ | '--xh-carousel-trigger-size'
375
+ | '--xh-carousel-viewport-radius'
376
+ | '--xh-cascader-action-bg'
377
+ | '--xh-cascader-action-bg-active'
378
+ | '--xh-cascader-action-bg-hover'
379
+ | '--xh-cascader-action-fg'
380
+ | '--xh-cascader-action-fg-hover'
381
+ | '--xh-cascader-action-font-size'
382
+ | '--xh-cascader-action-radius'
383
+ | '--xh-cascader-action-size'
384
+ | '--xh-cascader-branch-arrow-fg'
385
+ | '--xh-cascader-branch-arrow-size'
386
+ | '--xh-cascader-column-divider'
387
+ | '--xh-cascader-column-gap'
388
+ | '--xh-cascader-column-h'
389
+ | '--xh-cascader-column-min-w'
390
+ | '--xh-cascader-column-px'
391
+ | '--xh-cascader-column-py'
392
+ | '--xh-cascader-content-backdrop'
393
+ | '--xh-cascader-content-bg'
394
+ | '--xh-cascader-content-border'
395
+ | '--xh-cascader-content-fg'
396
+ | '--xh-cascader-content-highlight'
397
+ | '--xh-cascader-content-max-w'
398
+ | '--xh-cascader-content-radius'
399
+ | '--xh-cascader-content-shadow'
400
+ | '--xh-cascader-control-bg'
401
+ | '--xh-cascader-control-bg-disabled'
402
+ | '--xh-cascader-control-bg-hover'
403
+ | '--xh-cascader-control-bg-readonly'
404
+ | '--xh-cascader-control-border'
405
+ | '--xh-cascader-control-border-focus'
406
+ | '--xh-cascader-control-border-hover'
407
+ | '--xh-cascader-control-border-invalid'
408
+ | '--xh-cascader-control-fg'
409
+ | '--xh-cascader-control-gap'
410
+ | '--xh-cascader-control-h'
411
+ | '--xh-cascader-control-min-w'
412
+ | '--xh-cascader-control-px'
413
+ | '--xh-cascader-control-radius'
414
+ | '--xh-cascader-control-shadow'
415
+ | '--xh-cascader-control-w'
416
+ | '--xh-cascader-empty-fg'
417
+ | '--xh-cascader-empty-min-h'
418
+ | '--xh-cascader-empty-p'
419
+ | '--xh-cascader-footer-border'
420
+ | '--xh-cascader-footer-fg'
421
+ | '--xh-cascader-footer-font-size'
422
+ | '--xh-cascader-footer-gap'
423
+ | '--xh-cascader-footer-px'
424
+ | '--xh-cascader-footer-py'
425
+ | '--xh-cascader-gap'
426
+ | '--xh-cascader-group-gap'
427
+ | '--xh-cascader-group-label-fg'
428
+ | '--xh-cascader-group-label-font-size'
429
+ | '--xh-cascader-group-label-font-weight'
430
+ | '--xh-cascader-group-label-px'
431
+ | '--xh-cascader-group-label-py'
432
+ | '--xh-cascader-group-spacing'
433
+ | '--xh-cascader-icon-size'
434
+ | '--xh-cascader-indicator-fg'
435
+ | '--xh-cascader-input-autofill-bg'
436
+ | '--xh-cascader-input-autofill-fg'
437
+ | '--xh-cascader-input-font-size'
438
+ | '--xh-cascader-input-px'
439
+ | '--xh-cascader-input-py'
440
+ | '--xh-cascader-item-active-font-weight'
441
+ | '--xh-cascader-item-bg-active'
442
+ | '--xh-cascader-item-bg-hover'
443
+ | '--xh-cascader-item-bg-pressed'
444
+ | '--xh-cascader-item-check-fg'
445
+ | '--xh-cascader-item-fg'
446
+ | '--xh-cascader-item-fg-selected'
447
+ | '--xh-cascader-item-font-size'
448
+ | '--xh-cascader-item-font-weight-selected'
449
+ | '--xh-cascader-item-gap'
450
+ | '--xh-cascader-item-indicator-fg'
451
+ | '--xh-cascader-item-indicator-size'
452
+ | '--xh-cascader-item-leading'
453
+ | '--xh-cascader-item-max-w'
454
+ | '--xh-cascader-item-px'
455
+ | '--xh-cascader-item-py'
456
+ | '--xh-cascader-item-radius'
457
+ | '--xh-cascader-label-fg'
458
+ | '--xh-cascader-label-fg-disabled'
459
+ | '--xh-cascader-label-font-size'
460
+ | '--xh-cascader-label-font-weight'
461
+ | '--xh-cascader-layer'
462
+ | '--xh-cascader-loading-fg'
463
+ | '--xh-cascader-loading-font-size'
464
+ | '--xh-cascader-loading-min-h'
465
+ | '--xh-cascader-loading-min-w'
466
+ | '--xh-cascader-loading-p'
467
+ | '--xh-cascader-placeholder-fg'
468
+ | '--xh-cascader-search-divider'
469
+ | '--xh-cascader-search-list-gap'
470
+ | '--xh-cascader-search-p'
471
+ | '--xh-cascader-trigger-fg'
472
+ | '--xh-cascader-trigger-font-size'
473
+ | '--xh-cascader-trigger-gap'
474
+ | '--xh-checkbox-bg'
475
+ | '--xh-checkbox-bg-checked'
476
+ | '--xh-checkbox-bg-checked-pressed'
477
+ | '--xh-checkbox-bg-disabled'
478
+ | '--xh-checkbox-bg-pressed'
479
+ | '--xh-checkbox-border'
480
+ | '--xh-checkbox-border-checked'
481
+ | '--xh-checkbox-border-disabled'
482
+ | '--xh-checkbox-border-hover'
483
+ | '--xh-checkbox-border-invalid'
484
+ | '--xh-checkbox-fg'
485
+ | '--xh-checkbox-fg-disabled'
486
+ | '--xh-checkbox-fg-invalid'
487
+ | '--xh-checkbox-group-gap'
488
+ | '--xh-checkbox-group-icon-size'
489
+ | '--xh-checkbox-group-indicator-bg'
490
+ | '--xh-checkbox-group-indicator-bg-checked'
491
+ | '--xh-checkbox-group-indicator-bg-checked-pressed'
492
+ | '--xh-checkbox-group-indicator-bg-disabled'
493
+ | '--xh-checkbox-group-indicator-bg-pressed'
494
+ | '--xh-checkbox-group-indicator-border'
495
+ | '--xh-checkbox-group-indicator-border-checked'
496
+ | '--xh-checkbox-group-indicator-border-disabled'
497
+ | '--xh-checkbox-group-indicator-border-hover'
498
+ | '--xh-checkbox-group-indicator-border-invalid'
499
+ | '--xh-checkbox-group-indicator-fg'
500
+ | '--xh-checkbox-group-indicator-fg-disabled'
501
+ | '--xh-checkbox-group-indicator-font-size'
502
+ | '--xh-checkbox-group-indicator-radius'
503
+ | '--xh-checkbox-group-indicator-shadow'
504
+ | '--xh-checkbox-group-indicator-size'
505
+ | '--xh-checkbox-group-item-bg-hover'
506
+ | '--xh-checkbox-group-item-bg-pressed'
507
+ | '--xh-checkbox-group-item-fg'
508
+ | '--xh-checkbox-group-item-fg-disabled'
509
+ | '--xh-checkbox-group-item-font-size'
510
+ | '--xh-checkbox-group-item-gap'
511
+ | '--xh-checkbox-group-item-radius'
512
+ | '--xh-checkbox-group-label-fg'
513
+ | '--xh-checkbox-group-label-fg-disabled'
514
+ | '--xh-checkbox-group-label-font-size'
515
+ | '--xh-checkbox-group-label-font-weight'
516
+ | '--xh-checkbox-group-select-all-trigger-bg-hover'
517
+ | '--xh-checkbox-group-select-all-trigger-bg-pressed'
518
+ | '--xh-checkbox-group-select-all-trigger-fg'
519
+ | '--xh-checkbox-group-select-all-trigger-fg-disabled'
520
+ | '--xh-checkbox-group-select-all-trigger-font-size'
521
+ | '--xh-checkbox-group-select-all-trigger-font-weight'
522
+ | '--xh-checkbox-group-select-all-trigger-gap'
523
+ | '--xh-checkbox-group-select-all-trigger-radius'
524
+ | '--xh-checkbox-icon-size'
525
+ | '--xh-checkbox-indicator-fg'
526
+ | '--xh-checkbox-label-fg'
527
+ | '--xh-checkbox-label-fg-disabled'
528
+ | '--xh-checkbox-label-font-size'
529
+ | '--xh-checkbox-label-gap'
530
+ | '--xh-checkbox-label-leading'
531
+ | '--xh-checkbox-radius'
532
+ | '--xh-checkbox-shadow'
533
+ | '--xh-clipboard-control-active-layer'
534
+ | '--xh-clipboard-control-gap'
535
+ | '--xh-clipboard-control-min-w'
536
+ | '--xh-clipboard-control-w'
537
+ | '--xh-clipboard-copy-trigger-attached-radius'
538
+ | '--xh-clipboard-copy-trigger-bg'
539
+ | '--xh-clipboard-copy-trigger-bg-active'
540
+ | '--xh-clipboard-copy-trigger-bg-disabled'
541
+ | '--xh-clipboard-copy-trigger-bg-hover'
542
+ | '--xh-clipboard-copy-trigger-border'
543
+ | '--xh-clipboard-copy-trigger-border-disabled'
544
+ | '--xh-clipboard-copy-trigger-border-hover'
545
+ | '--xh-clipboard-copy-trigger-fg'
546
+ | '--xh-clipboard-copy-trigger-fg-copied'
547
+ | '--xh-clipboard-copy-trigger-font-size'
548
+ | '--xh-clipboard-copy-trigger-font-weight'
549
+ | '--xh-clipboard-copy-trigger-gap'
550
+ | '--xh-clipboard-copy-trigger-h'
551
+ | '--xh-clipboard-copy-trigger-px'
552
+ | '--xh-clipboard-copy-trigger-radius'
553
+ | '--xh-clipboard-copy-trigger-shadow-hover'
554
+ | '--xh-clipboard-gap'
555
+ | '--xh-clipboard-indicator-fg-copied'
556
+ | '--xh-clipboard-indicator-gap'
557
+ | '--xh-clipboard-input-autofill-bg'
558
+ | '--xh-clipboard-input-autofill-fg'
559
+ | '--xh-clipboard-input-bg'
560
+ | '--xh-clipboard-input-border'
561
+ | '--xh-clipboard-input-border-focus'
562
+ | '--xh-clipboard-input-fg'
563
+ | '--xh-clipboard-input-font-size'
564
+ | '--xh-clipboard-input-h'
565
+ | '--xh-clipboard-input-px'
566
+ | '--xh-clipboard-input-radius'
567
+ | '--xh-clipboard-label-fg'
568
+ | '--xh-clipboard-label-font-size'
569
+ | '--xh-clipboard-label-font-weight'
570
+ | '--xh-clipboard-loading-duration'
571
+ | '--xh-code-view-bg'
572
+ | '--xh-code-view-border'
573
+ | '--xh-code-view-comment-fg'
574
+ | '--xh-code-view-fg'
575
+ | '--xh-code-view-filename-fg'
576
+ | '--xh-code-view-fold-bg-hover'
577
+ | '--xh-code-view-fold-fg'
578
+ | '--xh-code-view-fold-py'
579
+ | '--xh-code-view-font'
580
+ | '--xh-code-view-font-size'
581
+ | '--xh-code-view-gutter-border'
582
+ | '--xh-code-view-gutter-gap'
583
+ | '--xh-code-view-header-border'
584
+ | '--xh-code-view-header-fg'
585
+ | '--xh-code-view-header-font-size'
586
+ | '--xh-code-view-header-gap'
587
+ | '--xh-code-view-header-h'
588
+ | '--xh-code-view-header-px'
589
+ | '--xh-code-view-header-py'
590
+ | '--xh-code-view-highlight-bar'
591
+ | '--xh-code-view-highlight-bg'
592
+ | '--xh-code-view-highlight-fg'
593
+ | '--xh-code-view-keyword-fg'
594
+ | '--xh-code-view-keyword-weight'
595
+ | '--xh-code-view-label-fg'
596
+ | '--xh-code-view-label-font-size'
597
+ | '--xh-code-view-line-height'
598
+ | '--xh-code-view-number-fg'
599
+ | '--xh-code-view-number-font-size'
600
+ | '--xh-code-view-number-token-fg'
601
+ | '--xh-code-view-punctuation-fg'
602
+ | '--xh-code-view-px'
603
+ | '--xh-code-view-py'
604
+ | '--xh-code-view-radius'
605
+ | '--xh-code-view-shadow'
606
+ | '--xh-code-view-string-fg'
607
+ | '--xh-collapsible-content-fg'
608
+ | '--xh-collapsible-content-font-size'
609
+ | '--xh-collapsible-content-pb'
610
+ | '--xh-collapsible-content-px'
611
+ | '--xh-collapsible-header-gap'
612
+ | '--xh-collapsible-icon-size'
613
+ | '--xh-collapsible-indicator-fg'
614
+ | '--xh-collapsible-trigger-bg'
615
+ | '--xh-collapsible-trigger-bg-hover'
616
+ | '--xh-collapsible-trigger-fg'
617
+ | '--xh-collapsible-trigger-fg-disabled'
618
+ | '--xh-collapsible-trigger-fg-open'
619
+ | '--xh-collapsible-trigger-font-size'
620
+ | '--xh-collapsible-trigger-font-weight'
621
+ | '--xh-collapsible-trigger-gap'
622
+ | '--xh-collapsible-trigger-h'
623
+ | '--xh-collapsible-trigger-px'
624
+ | '--xh-collapsible-trigger-py'
625
+ | '--xh-collapsible-trigger-radius'
626
+ | '--xh-color-field-action-bg'
627
+ | '--xh-color-field-action-bg-active'
628
+ | '--xh-color-field-action-bg-hover'
629
+ | '--xh-color-field-action-fg'
630
+ | '--xh-color-field-action-fg-hover'
631
+ | '--xh-color-field-action-font-size'
632
+ | '--xh-color-field-action-radius'
633
+ | '--xh-color-field-action-size'
634
+ | '--xh-color-field-control-bg'
635
+ | '--xh-color-field-control-bg-disabled'
636
+ | '--xh-color-field-control-bg-hover'
637
+ | '--xh-color-field-control-bg-readonly'
638
+ | '--xh-color-field-control-border'
639
+ | '--xh-color-field-control-border-focus'
640
+ | '--xh-color-field-control-border-hover'
641
+ | '--xh-color-field-control-border-invalid'
642
+ | '--xh-color-field-control-fg'
643
+ | '--xh-color-field-control-gap'
644
+ | '--xh-color-field-control-h'
645
+ | '--xh-color-field-control-min-w'
646
+ | '--xh-color-field-control-px'
647
+ | '--xh-color-field-control-radius'
648
+ | '--xh-color-field-control-shadow'
649
+ | '--xh-color-field-control-w'
650
+ | '--xh-color-field-gap'
651
+ | '--xh-color-field-icon-size'
652
+ | '--xh-color-field-input-autofill-bg'
653
+ | '--xh-color-field-input-autofill-fg'
654
+ | '--xh-color-field-input-fg'
655
+ | '--xh-color-field-input-font-size'
656
+ | '--xh-color-field-label-fg'
657
+ | '--xh-color-field-label-fg-disabled'
658
+ | '--xh-color-field-label-font-size'
659
+ | '--xh-color-field-label-font-weight'
660
+ | '--xh-color-field-placeholder-fg'
661
+ | '--xh-color-field-swatch-border'
662
+ | '--xh-color-field-swatch-radius'
663
+ | '--xh-color-field-swatch-size'
664
+ | '--xh-color-picker-action-bg'
665
+ | '--xh-color-picker-action-bg-active'
666
+ | '--xh-color-picker-action-bg-hover'
667
+ | '--xh-color-picker-action-border'
668
+ | '--xh-color-picker-action-border-active'
669
+ | '--xh-color-picker-action-fg'
670
+ | '--xh-color-picker-action-fg-hover'
671
+ | '--xh-color-picker-action-font-size'
672
+ | '--xh-color-picker-action-radius'
673
+ | '--xh-color-picker-action-size'
674
+ | '--xh-color-picker-alpha-slider-gap'
675
+ | '--xh-color-picker-content-bg'
676
+ | '--xh-color-picker-content-border'
677
+ | '--xh-color-picker-content-fg'
678
+ | '--xh-color-picker-content-gap'
679
+ | '--xh-color-picker-content-px'
680
+ | '--xh-color-picker-content-py'
681
+ | '--xh-color-picker-content-radius'
682
+ | '--xh-color-picker-content-shadow'
683
+ | '--xh-color-picker-content-w'
684
+ | '--xh-color-picker-control-bg'
685
+ | '--xh-color-picker-control-bg-disabled'
686
+ | '--xh-color-picker-control-bg-hover'
687
+ | '--xh-color-picker-control-bg-readonly'
688
+ | '--xh-color-picker-control-border'
689
+ | '--xh-color-picker-control-border-focus'
690
+ | '--xh-color-picker-control-border-hover'
691
+ | '--xh-color-picker-control-fg'
692
+ | '--xh-color-picker-control-gap'
693
+ | '--xh-color-picker-control-h'
694
+ | '--xh-color-picker-control-min-w'
695
+ | '--xh-color-picker-control-px'
696
+ | '--xh-color-picker-control-radius'
697
+ | '--xh-color-picker-control-shadow'
698
+ | '--xh-color-picker-control-w'
699
+ | '--xh-color-picker-gap'
700
+ | '--xh-color-picker-hue-slider-gap'
701
+ | '--xh-color-picker-input-bg'
702
+ | '--xh-color-picker-input-bg-disabled'
703
+ | '--xh-color-picker-input-bg-readonly'
704
+ | '--xh-color-picker-input-border'
705
+ | '--xh-color-picker-input-border-focus'
706
+ | '--xh-color-picker-input-border-invalid'
707
+ | '--xh-color-picker-input-font-size'
708
+ | '--xh-color-picker-input-h'
709
+ | '--xh-color-picker-input-px'
710
+ | '--xh-color-picker-input-radius'
711
+ | '--xh-color-picker-label-fg'
712
+ | '--xh-color-picker-label-font-size'
713
+ | '--xh-color-picker-label-font-weight'
714
+ | '--xh-color-picker-layer'
715
+ | '--xh-color-picker-max-h'
716
+ | '--xh-color-picker-saturation-area-h'
717
+ | '--xh-color-picker-saturation-area-radius'
718
+ | '--xh-color-picker-slider-thumb-size'
719
+ | '--xh-color-picker-slider-track-thickness'
720
+ | '--xh-color-picker-swatch-border'
721
+ | '--xh-color-picker-swatch-cell'
722
+ | '--xh-color-picker-swatch-gap'
723
+ | '--xh-color-picker-swatch-icon-size'
724
+ | '--xh-color-picker-swatch-picker-gap'
725
+ | '--xh-color-picker-swatch-radius'
726
+ | '--xh-color-picker-swatch-size'
727
+ | '--xh-color-picker-thumb-border'
728
+ | '--xh-color-picker-thumb-radius'
729
+ | '--xh-color-picker-thumb-scale-dragging'
730
+ | '--xh-color-picker-thumb-shadow'
731
+ | '--xh-color-picker-thumb-size'
732
+ | '--xh-color-picker-trigger-fg'
733
+ | '--xh-color-picker-trigger-font-size'
734
+ | '--xh-color-picker-trigger-gap'
735
+ | '--xh-color-picker-value-fg'
736
+ | '--xh-color-picker-value-font-size'
737
+ | '--xh-color-slider-checker'
738
+ | '--xh-color-slider-checker-base'
739
+ | '--xh-color-slider-gap'
740
+ | '--xh-color-slider-label-fg'
741
+ | '--xh-color-slider-label-fg-disabled'
742
+ | '--xh-color-slider-label-font-size'
743
+ | '--xh-color-slider-label-font-weight'
744
+ | '--xh-color-slider-thumb-bg'
745
+ | '--xh-color-slider-thumb-border'
746
+ | '--xh-color-slider-thumb-border-invalid'
747
+ | '--xh-color-slider-thumb-radius'
748
+ | '--xh-color-slider-thumb-scale-dragging'
749
+ | '--xh-color-slider-thumb-shadow'
750
+ | '--xh-color-slider-thumb-shadow-disabled'
751
+ | '--xh-color-slider-thumb-shadow-dragging'
752
+ | '--xh-color-slider-thumb-size'
753
+ | '--xh-color-slider-track-border'
754
+ | '--xh-color-slider-track-radius'
755
+ | '--xh-color-slider-track-thickness'
756
+ | '--xh-color-slider-value-text-bg'
757
+ | '--xh-color-slider-value-text-fg'
758
+ | '--xh-color-slider-value-text-font-size'
759
+ | '--xh-color-slider-value-text-offset'
760
+ | '--xh-color-slider-value-text-px'
761
+ | '--xh-color-slider-value-text-py'
762
+ | '--xh-color-slider-value-text-radius'
763
+ | '--xh-color-slider-vertical-length'
764
+ | '--xh-color-swatch-border'
765
+ | '--xh-color-swatch-border-invalid'
766
+ | '--xh-color-swatch-picker-gap'
767
+ | '--xh-color-swatch-picker-icon-size'
768
+ | '--xh-color-swatch-picker-indicator-bg'
769
+ | '--xh-color-swatch-picker-indicator-border'
770
+ | '--xh-color-swatch-picker-indicator-fg'
771
+ | '--xh-color-swatch-picker-indicator-size'
772
+ | '--xh-color-swatch-picker-item-radius'
773
+ | '--xh-color-swatch-picker-item-size'
774
+ | '--xh-color-swatch-picker-label-fg'
775
+ | '--xh-color-swatch-picker-label-fg-disabled'
776
+ | '--xh-color-swatch-picker-label-font-size'
777
+ | '--xh-color-swatch-picker-label-font-weight'
778
+ | '--xh-color-swatch-picker-label-gap'
779
+ | '--xh-color-swatch-picker-ring'
780
+ | '--xh-color-swatch-picker-swatch-border'
781
+ | '--xh-color-swatch-picker-swatch-border-hover'
782
+ | '--xh-color-swatch-picker-swatch-border-invalid'
783
+ | '--xh-color-swatch-picker-swatch-border-pressed'
784
+ | '--xh-color-swatch-radius'
785
+ | '--xh-color-swatch-size'
786
+ | '--xh-combobox-action-bg'
787
+ | '--xh-combobox-action-bg-active'
788
+ | '--xh-combobox-action-bg-hover'
789
+ | '--xh-combobox-action-fg'
790
+ | '--xh-combobox-action-fg-hover'
791
+ | '--xh-combobox-action-font-size'
792
+ | '--xh-combobox-action-radius'
793
+ | '--xh-combobox-action-size'
794
+ | '--xh-combobox-content-backdrop'
795
+ | '--xh-combobox-content-bg'
796
+ | '--xh-combobox-content-border'
797
+ | '--xh-combobox-content-fg'
798
+ | '--xh-combobox-content-gap'
799
+ | '--xh-combobox-content-highlight'
800
+ | '--xh-combobox-content-max-h'
801
+ | '--xh-combobox-content-max-w'
802
+ | '--xh-combobox-content-min-h'
803
+ | '--xh-combobox-content-min-w'
804
+ | '--xh-combobox-content-px'
805
+ | '--xh-combobox-content-py'
806
+ | '--xh-combobox-content-radius'
807
+ | '--xh-combobox-content-shadow'
808
+ | '--xh-combobox-control-bg'
809
+ | '--xh-combobox-control-bg-disabled'
810
+ | '--xh-combobox-control-bg-hover'
811
+ | '--xh-combobox-control-bg-readonly'
812
+ | '--xh-combobox-control-border'
813
+ | '--xh-combobox-control-border-focus'
814
+ | '--xh-combobox-control-border-hover'
815
+ | '--xh-combobox-control-border-invalid'
816
+ | '--xh-combobox-control-fg'
817
+ | '--xh-combobox-control-gap'
818
+ | '--xh-combobox-control-h'
819
+ | '--xh-combobox-control-min-w'
820
+ | '--xh-combobox-control-px'
821
+ | '--xh-combobox-control-radius'
822
+ | '--xh-combobox-control-shadow'
823
+ | '--xh-combobox-control-w'
824
+ | '--xh-combobox-empty-fg'
825
+ | '--xh-combobox-empty-font-size'
826
+ | '--xh-combobox-empty-px'
827
+ | '--xh-combobox-empty-py'
828
+ | '--xh-combobox-gap'
829
+ | '--xh-combobox-group-gap'
830
+ | '--xh-combobox-group-label-fg'
831
+ | '--xh-combobox-group-label-font-size'
832
+ | '--xh-combobox-group-label-font-weight'
833
+ | '--xh-combobox-group-label-px'
834
+ | '--xh-combobox-group-label-py'
835
+ | '--xh-combobox-group-spacing'
836
+ | '--xh-combobox-icon-size'
837
+ | '--xh-combobox-input-autofill-bg'
838
+ | '--xh-combobox-input-autofill-fg'
839
+ | '--xh-combobox-input-fg'
840
+ | '--xh-combobox-input-font-size'
841
+ | '--xh-combobox-item-bg-hover'
842
+ | '--xh-combobox-item-bg-pressed'
843
+ | '--xh-combobox-item-check-fg'
844
+ | '--xh-combobox-item-fg'
845
+ | '--xh-combobox-item-fg-selected'
846
+ | '--xh-combobox-item-font-size'
847
+ | '--xh-combobox-item-font-weight-selected'
848
+ | '--xh-combobox-item-gap'
849
+ | '--xh-combobox-item-indicator-fg'
850
+ | '--xh-combobox-item-indicator-size'
851
+ | '--xh-combobox-item-leading'
852
+ | '--xh-combobox-item-px'
853
+ | '--xh-combobox-item-py'
854
+ | '--xh-combobox-item-radius'
855
+ | '--xh-combobox-label-fg'
856
+ | '--xh-combobox-label-fg-disabled'
857
+ | '--xh-combobox-label-font-size'
858
+ | '--xh-combobox-label-font-weight'
859
+ | '--xh-combobox-layer'
860
+ | '--xh-combobox-loading-fg'
861
+ | '--xh-combobox-loading-font-size'
862
+ | '--xh-combobox-loading-px'
863
+ | '--xh-combobox-loading-py'
864
+ | '--xh-combobox-placeholder-fg'
865
+ | '--xh-command-backdrop-bg'
866
+ | '--xh-command-backdrop-blur'
867
+ | '--xh-command-backdrop-layer'
868
+ | '--xh-command-bg'
869
+ | '--xh-command-border'
870
+ | '--xh-command-empty-fg'
871
+ | '--xh-command-empty-font-size'
872
+ | '--xh-command-empty-px'
873
+ | '--xh-command-empty-py'
874
+ | '--xh-command-fg'
875
+ | '--xh-command-footer-border'
876
+ | '--xh-command-footer-fg'
877
+ | '--xh-command-footer-font-size'
878
+ | '--xh-command-footer-gap'
879
+ | '--xh-command-footer-px'
880
+ | '--xh-command-footer-py'
881
+ | '--xh-command-group-gap'
882
+ | '--xh-command-group-label-fg'
883
+ | '--xh-command-group-label-font-size'
884
+ | '--xh-command-group-label-font-weight'
885
+ | '--xh-command-group-label-px'
886
+ | '--xh-command-group-label-py'
887
+ | '--xh-command-group-spacing'
888
+ | '--xh-command-icon-size'
889
+ | '--xh-command-input-autofill-bg'
890
+ | '--xh-command-input-autofill-fg'
891
+ | '--xh-command-input-border'
892
+ | '--xh-command-input-fg'
893
+ | '--xh-command-input-font-size'
894
+ | '--xh-command-input-h'
895
+ | '--xh-command-input-px'
896
+ | '--xh-command-inset-block-start'
897
+ | '--xh-command-item-bg-hover'
898
+ | '--xh-command-item-bg-pressed'
899
+ | '--xh-command-item-fg'
900
+ | '--xh-command-item-font-size'
901
+ | '--xh-command-item-gap'
902
+ | '--xh-command-item-leading'
903
+ | '--xh-command-item-px'
904
+ | '--xh-command-item-py'
905
+ | '--xh-command-item-radius'
906
+ | '--xh-command-layer'
907
+ | '--xh-command-list-busy-opacity'
908
+ | '--xh-command-list-gap'
909
+ | '--xh-command-list-px'
910
+ | '--xh-command-list-py'
911
+ | '--xh-command-loading-fg'
912
+ | '--xh-command-loading-font-size'
913
+ | '--xh-command-loading-px'
914
+ | '--xh-command-loading-py'
915
+ | '--xh-command-max-h'
916
+ | '--xh-command-max-w'
917
+ | '--xh-command-placeholder-fg'
918
+ | '--xh-command-positioner-pb'
919
+ | '--xh-command-positioner-px'
920
+ | '--xh-command-radius'
921
+ | '--xh-command-shadow'
922
+ | '--xh-context-menu-arrow-size'
923
+ | '--xh-context-menu-backdrop'
924
+ | '--xh-context-menu-border'
925
+ | '--xh-context-menu-content-bg'
926
+ | '--xh-context-menu-content-fg'
927
+ | '--xh-context-menu-content-gap'
928
+ | '--xh-context-menu-content-px'
929
+ | '--xh-context-menu-content-py'
930
+ | '--xh-context-menu-content-radius'
931
+ | '--xh-context-menu-content-shadow'
932
+ | '--xh-context-menu-group-gap'
933
+ | '--xh-context-menu-group-label-fg'
934
+ | '--xh-context-menu-group-label-font-size'
935
+ | '--xh-context-menu-group-label-font-weight'
936
+ | '--xh-context-menu-group-label-px'
937
+ | '--xh-context-menu-group-label-py'
938
+ | '--xh-context-menu-highlight'
939
+ | '--xh-context-menu-icon-size'
940
+ | '--xh-context-menu-item-bg-active'
941
+ | '--xh-context-menu-item-bg-hover'
942
+ | '--xh-context-menu-item-bg-pressed'
943
+ | '--xh-context-menu-item-description-fg'
944
+ | '--xh-context-menu-item-description-font-size'
945
+ | '--xh-context-menu-item-fg'
946
+ | '--xh-context-menu-item-font-size'
947
+ | '--xh-context-menu-item-gap'
948
+ | '--xh-context-menu-item-indicator-fg'
949
+ | '--xh-context-menu-item-indicator-size'
950
+ | '--xh-context-menu-item-leading'
951
+ | '--xh-context-menu-item-px'
952
+ | '--xh-context-menu-item-py'
953
+ | '--xh-context-menu-item-radius'
954
+ | '--xh-context-menu-layer'
955
+ | '--xh-context-menu-max-h'
956
+ | '--xh-context-menu-max-w'
957
+ | '--xh-context-menu-min-w'
958
+ | '--xh-context-menu-separator-color'
959
+ | '--xh-context-menu-separator-my'
960
+ | '--xh-context-menu-separator-radius'
961
+ | '--xh-context-menu-separator-thickness'
962
+ | '--xh-context-menu-submenu-indicator-fg'
963
+ | '--xh-context-menu-submenu-indicator-size'
964
+ | '--xh-context-menu-trigger-bg-pressing'
965
+ | '--xh-date-field-action-bg'
966
+ | '--xh-date-field-action-bg-active'
967
+ | '--xh-date-field-action-bg-hover'
968
+ | '--xh-date-field-action-fg'
969
+ | '--xh-date-field-action-fg-hover'
970
+ | '--xh-date-field-action-font-size'
971
+ | '--xh-date-field-action-radius'
972
+ | '--xh-date-field-action-size'
973
+ | '--xh-date-field-control-bg'
974
+ | '--xh-date-field-control-bg-disabled'
975
+ | '--xh-date-field-control-bg-hover'
976
+ | '--xh-date-field-control-bg-readonly'
977
+ | '--xh-date-field-control-border'
978
+ | '--xh-date-field-control-border-focus'
979
+ | '--xh-date-field-control-border-hover'
980
+ | '--xh-date-field-control-border-invalid'
981
+ | '--xh-date-field-control-fg'
982
+ | '--xh-date-field-control-gap'
983
+ | '--xh-date-field-control-h'
984
+ | '--xh-date-field-control-min-w'
985
+ | '--xh-date-field-control-px'
986
+ | '--xh-date-field-control-radius'
987
+ | '--xh-date-field-control-shadow'
988
+ | '--xh-date-field-control-w'
989
+ | '--xh-date-field-font-size'
990
+ | '--xh-date-field-gap'
991
+ | '--xh-date-field-icon-size'
992
+ | '--xh-date-field-label-fg'
993
+ | '--xh-date-field-label-fg-disabled'
994
+ | '--xh-date-field-label-font-size'
995
+ | '--xh-date-field-label-font-weight'
996
+ | '--xh-date-field-literal-fg'
997
+ | '--xh-date-field-placeholder-fg'
998
+ | '--xh-date-field-segment-bg-focus'
999
+ | '--xh-date-field-segment-bg-invalid-focus'
1000
+ | '--xh-date-field-segment-fg-focus'
1001
+ | '--xh-date-field-segment-fg-invalid'
1002
+ | '--xh-date-field-segment-fg-invalid-focus'
1003
+ | '--xh-date-field-segment-px'
1004
+ | '--xh-date-field-segment-py'
1005
+ | '--xh-date-field-segment-radius'
1006
+ | '--xh-date-picker-action-bg'
1007
+ | '--xh-date-picker-action-bg-active'
1008
+ | '--xh-date-picker-action-bg-hover'
1009
+ | '--xh-date-picker-action-fg'
1010
+ | '--xh-date-picker-action-fg-hover'
1011
+ | '--xh-date-picker-action-font-size'
1012
+ | '--xh-date-picker-action-radius'
1013
+ | '--xh-date-picker-action-size'
1014
+ | '--xh-date-picker-calendar-gap'
1015
+ | '--xh-date-picker-column-divider'
1016
+ | '--xh-date-picker-confirm-trigger-bg'
1017
+ | '--xh-date-picker-confirm-trigger-bg-active'
1018
+ | '--xh-date-picker-confirm-trigger-bg-hover'
1019
+ | '--xh-date-picker-confirm-trigger-fg'
1020
+ | '--xh-date-picker-confirm-trigger-h'
1021
+ | '--xh-date-picker-confirm-trigger-px'
1022
+ | '--xh-date-picker-confirm-trigger-radius'
1023
+ | '--xh-date-picker-confirm-trigger-shadow'
1024
+ | '--xh-date-picker-content-bg'
1025
+ | '--xh-date-picker-content-border'
1026
+ | '--xh-date-picker-content-fg'
1027
+ | '--xh-date-picker-content-px'
1028
+ | '--xh-date-picker-content-py'
1029
+ | '--xh-date-picker-content-radius'
1030
+ | '--xh-date-picker-content-shadow'
1031
+ | '--xh-date-picker-control-bg'
1032
+ | '--xh-date-picker-control-bg-disabled'
1033
+ | '--xh-date-picker-control-bg-hover'
1034
+ | '--xh-date-picker-control-bg-readonly'
1035
+ | '--xh-date-picker-control-border'
1036
+ | '--xh-date-picker-control-border-focus'
1037
+ | '--xh-date-picker-control-border-hover'
1038
+ | '--xh-date-picker-control-border-invalid'
1039
+ | '--xh-date-picker-control-fg'
1040
+ | '--xh-date-picker-control-gap'
1041
+ | '--xh-date-picker-control-h'
1042
+ | '--xh-date-picker-control-min-w'
1043
+ | '--xh-date-picker-control-px'
1044
+ | '--xh-date-picker-control-radius'
1045
+ | '--xh-date-picker-control-shadow'
1046
+ | '--xh-date-picker-control-w'
1047
+ | '--xh-date-picker-font-size'
1048
+ | '--xh-date-picker-gap'
1049
+ | '--xh-date-picker-icon-size'
1050
+ | '--xh-date-picker-label-fg'
1051
+ | '--xh-date-picker-label-fg-disabled'
1052
+ | '--xh-date-picker-label-font-size'
1053
+ | '--xh-date-picker-label-font-weight'
1054
+ | '--xh-date-picker-layer'
1055
+ | '--xh-date-picker-literal-fg'
1056
+ | '--xh-date-picker-max-h'
1057
+ | '--xh-date-picker-panel-divider'
1058
+ | '--xh-date-picker-panel-gap'
1059
+ | '--xh-date-picker-preset-bg-hover'
1060
+ | '--xh-date-picker-preset-bg-pressed'
1061
+ | '--xh-date-picker-preset-check-fg'
1062
+ | '--xh-date-picker-preset-check-size'
1063
+ | '--xh-date-picker-preset-fg-disabled'
1064
+ | '--xh-date-picker-preset-fg-selected'
1065
+ | '--xh-date-picker-preset-group-gap'
1066
+ | '--xh-date-picker-preset-group-h'
1067
+ | '--xh-date-picker-preset-group-padding'
1068
+ | '--xh-date-picker-preset-px'
1069
+ | '--xh-date-picker-preset-py'
1070
+ | '--xh-date-picker-preset-radius'
1071
+ | '--xh-date-picker-time-column-gap'
1072
+ | '--xh-date-picker-time-column-h'
1073
+ | '--xh-date-picker-time-column-min-w'
1074
+ | '--xh-date-picker-time-column-min-w-mobile'
1075
+ | '--xh-date-picker-time-column-offset'
1076
+ | '--xh-date-picker-time-column-padding'
1077
+ | '--xh-date-picker-time-column-px'
1078
+ | '--xh-date-picker-time-column-px-mobile'
1079
+ | '--xh-date-picker-time-item-bg-hover'
1080
+ | '--xh-date-picker-time-item-bg-pressed'
1081
+ | '--xh-date-picker-time-item-check-fg'
1082
+ | '--xh-date-picker-time-item-check-size'
1083
+ | '--xh-date-picker-time-item-fg'
1084
+ | '--xh-date-picker-time-item-fg-selected'
1085
+ | '--xh-date-picker-time-item-font-weight-selected'
1086
+ | '--xh-date-picker-time-item-h'
1087
+ | '--xh-date-picker-time-item-px'
1088
+ | '--xh-date-picker-time-item-py'
1089
+ | '--xh-date-picker-time-item-radius'
1090
+ | '--xh-date-range-picker-action-bg'
1091
+ | '--xh-date-range-picker-action-bg-active'
1092
+ | '--xh-date-range-picker-action-bg-hover'
1093
+ | '--xh-date-range-picker-action-fg'
1094
+ | '--xh-date-range-picker-action-fg-hover'
1095
+ | '--xh-date-range-picker-action-font-size'
1096
+ | '--xh-date-range-picker-action-radius'
1097
+ | '--xh-date-range-picker-action-size'
1098
+ | '--xh-date-range-picker-calendar-gap'
1099
+ | '--xh-date-range-picker-column-divider'
1100
+ | '--xh-date-range-picker-content-bg'
1101
+ | '--xh-date-range-picker-content-border'
1102
+ | '--xh-date-range-picker-content-fg'
1103
+ | '--xh-date-range-picker-content-px'
1104
+ | '--xh-date-range-picker-content-py'
1105
+ | '--xh-date-range-picker-content-radius'
1106
+ | '--xh-date-range-picker-content-shadow'
1107
+ | '--xh-date-range-picker-control-bg'
1108
+ | '--xh-date-range-picker-control-bg-disabled'
1109
+ | '--xh-date-range-picker-control-bg-hover'
1110
+ | '--xh-date-range-picker-control-bg-readonly'
1111
+ | '--xh-date-range-picker-control-border'
1112
+ | '--xh-date-range-picker-control-border-focus'
1113
+ | '--xh-date-range-picker-control-border-hover'
1114
+ | '--xh-date-range-picker-control-border-invalid'
1115
+ | '--xh-date-range-picker-control-fg'
1116
+ | '--xh-date-range-picker-control-gap'
1117
+ | '--xh-date-range-picker-control-h'
1118
+ | '--xh-date-range-picker-control-min-w'
1119
+ | '--xh-date-range-picker-control-px'
1120
+ | '--xh-date-range-picker-control-radius'
1121
+ | '--xh-date-range-picker-control-shadow'
1122
+ | '--xh-date-range-picker-control-w'
1123
+ | '--xh-date-range-picker-font-size'
1124
+ | '--xh-date-range-picker-gap'
1125
+ | '--xh-date-range-picker-icon-size'
1126
+ | '--xh-date-range-picker-label-fg'
1127
+ | '--xh-date-range-picker-label-fg-disabled'
1128
+ | '--xh-date-range-picker-label-font-size'
1129
+ | '--xh-date-range-picker-label-font-weight'
1130
+ | '--xh-date-range-picker-layer'
1131
+ | '--xh-date-range-picker-literal-fg'
1132
+ | '--xh-date-range-picker-max-h'
1133
+ | '--xh-date-range-picker-panel-divider'
1134
+ | '--xh-date-range-picker-panel-gap'
1135
+ | '--xh-date-range-picker-preset-bg-hover'
1136
+ | '--xh-date-range-picker-preset-bg-pressed'
1137
+ | '--xh-date-range-picker-preset-check-fg'
1138
+ | '--xh-date-range-picker-preset-check-size'
1139
+ | '--xh-date-range-picker-preset-fg-disabled'
1140
+ | '--xh-date-range-picker-preset-fg-selected'
1141
+ | '--xh-date-range-picker-preset-group-gap'
1142
+ | '--xh-date-range-picker-preset-group-h'
1143
+ | '--xh-date-range-picker-preset-group-padding'
1144
+ | '--xh-date-range-picker-preset-px'
1145
+ | '--xh-date-range-picker-preset-py'
1146
+ | '--xh-date-range-picker-preset-radius'
1147
+ | '--xh-date-range-picker-range-separator-fg'
1148
+ | '--xh-date-range-picker-range-separator-mx'
1149
+ | '--xh-date-range-picker-range-separator-px'
1150
+ | '--xh-descriptions-bg'
1151
+ | '--xh-descriptions-border'
1152
+ | '--xh-descriptions-divider'
1153
+ | '--xh-descriptions-fg'
1154
+ | '--xh-descriptions-font-size'
1155
+ | '--xh-descriptions-gap'
1156
+ | '--xh-descriptions-item-px'
1157
+ | '--xh-descriptions-item-py'
1158
+ | '--xh-descriptions-label-fg'
1159
+ | '--xh-descriptions-label-font-weight'
1160
+ | '--xh-descriptions-label-gap'
1161
+ | '--xh-descriptions-label-w'
1162
+ | '--xh-descriptions-pair-gap'
1163
+ | '--xh-descriptions-radius'
1164
+ | '--xh-descriptions-value-fg'
1165
+ | '--xh-dialog-backdrop-bg'
1166
+ | '--xh-dialog-backdrop-blur'
1167
+ | '--xh-dialog-backdrop-filter'
1168
+ | '--xh-dialog-backdrop-layer'
1169
+ | '--xh-dialog-bg'
1170
+ | '--xh-dialog-border'
1171
+ | '--xh-dialog-close-bg-active'
1172
+ | '--xh-dialog-close-bg-focus'
1173
+ | '--xh-dialog-close-bg-hover'
1174
+ | '--xh-dialog-close-fg'
1175
+ | '--xh-dialog-close-fg-focus'
1176
+ | '--xh-dialog-close-fg-hover'
1177
+ | '--xh-dialog-close-radius'
1178
+ | '--xh-dialog-close-size'
1179
+ | '--xh-dialog-content-backdrop-filter'
1180
+ | '--xh-dialog-content-lens-bg'
1181
+ | '--xh-dialog-content-lens-depth'
1182
+ | '--xh-dialog-description-fg'
1183
+ | '--xh-dialog-description-font-size'
1184
+ | '--xh-dialog-fg'
1185
+ | '--xh-dialog-footer-gap'
1186
+ | '--xh-dialog-footer-pt'
1187
+ | '--xh-dialog-gap'
1188
+ | '--xh-dialog-header-bg'
1189
+ | '--xh-dialog-header-gap'
1190
+ | '--xh-dialog-header-lens-depth'
1191
+ | '--xh-dialog-header-pb'
1192
+ | '--xh-dialog-highlight'
1193
+ | '--xh-dialog-icon-size'
1194
+ | '--xh-dialog-indicator-bg'
1195
+ | '--xh-dialog-indicator-fg'
1196
+ | '--xh-dialog-indicator-mark-size'
1197
+ | '--xh-dialog-indicator-radius'
1198
+ | '--xh-dialog-indicator-size'
1199
+ | '--xh-dialog-layer'
1200
+ | '--xh-dialog-max-w'
1201
+ | '--xh-dialog-positioner-padding'
1202
+ | '--xh-dialog-px'
1203
+ | '--xh-dialog-py'
1204
+ | '--xh-dialog-radius'
1205
+ | '--xh-dialog-separator'
1206
+ | '--xh-dialog-shadow'
1207
+ | '--xh-dialog-title-fg'
1208
+ | '--xh-dialog-title-font-size'
1209
+ | '--xh-dialog-title-font-weight'
1210
+ | '--xh-diff-view-added-bg'
1211
+ | '--xh-diff-view-added-fg'
1212
+ | '--xh-diff-view-bg'
1213
+ | '--xh-diff-view-border'
1214
+ | '--xh-diff-view-change-bar'
1215
+ | '--xh-diff-view-comment-fg'
1216
+ | '--xh-diff-view-divider'
1217
+ | '--xh-diff-view-empty-bg'
1218
+ | '--xh-diff-view-empty-fg'
1219
+ | '--xh-diff-view-font'
1220
+ | '--xh-diff-view-font-size'
1221
+ | '--xh-diff-view-gap-bg'
1222
+ | '--xh-diff-view-gap-bg-hover'
1223
+ | '--xh-diff-view-gap-fg'
1224
+ | '--xh-diff-view-gutter'
1225
+ | '--xh-diff-view-header-fg'
1226
+ | '--xh-diff-view-header-font-size'
1227
+ | '--xh-diff-view-header-gap'
1228
+ | '--xh-diff-view-icon-size'
1229
+ | '--xh-diff-view-inline-change-radius'
1230
+ | '--xh-diff-view-keyword-fg'
1231
+ | '--xh-diff-view-keyword-weight'
1232
+ | '--xh-diff-view-line-height'
1233
+ | '--xh-diff-view-max-h'
1234
+ | '--xh-diff-view-number-fg'
1235
+ | '--xh-diff-view-number-token-fg'
1236
+ | '--xh-diff-view-punctuation-fg'
1237
+ | '--xh-diff-view-px'
1238
+ | '--xh-diff-view-py'
1239
+ | '--xh-diff-view-radius'
1240
+ | '--xh-diff-view-removed-bg'
1241
+ | '--xh-diff-view-removed-fg'
1242
+ | '--xh-diff-view-shadow'
1243
+ | '--xh-diff-view-string-fg'
1244
+ | '--xh-diff-view-truncation-bg'
1245
+ | '--xh-diff-view-truncation-border'
1246
+ | '--xh-diff-view-truncation-fg'
1247
+ | '--xh-diff-view-truncation-gap'
1248
+ | '--xh-download-trigger-bg'
1249
+ | '--xh-download-trigger-bg-active'
1250
+ | '--xh-download-trigger-bg-disabled'
1251
+ | '--xh-download-trigger-bg-hover'
1252
+ | '--xh-download-trigger-border'
1253
+ | '--xh-download-trigger-border-disabled'
1254
+ | '--xh-download-trigger-border-hover'
1255
+ | '--xh-download-trigger-fg'
1256
+ | '--xh-download-trigger-font-size'
1257
+ | '--xh-download-trigger-font-weight'
1258
+ | '--xh-download-trigger-gap'
1259
+ | '--xh-download-trigger-h'
1260
+ | '--xh-download-trigger-icon-size'
1261
+ | '--xh-download-trigger-loading-duration'
1262
+ | '--xh-download-trigger-loading-fg'
1263
+ | '--xh-download-trigger-px'
1264
+ | '--xh-download-trigger-radius'
1265
+ | '--xh-download-trigger-shadow-hover'
1266
+ | '--xh-drawer-backdrop-bg'
1267
+ | '--xh-drawer-backdrop-blur'
1268
+ | '--xh-drawer-backdrop-layer'
1269
+ | '--xh-drawer-bg'
1270
+ | '--xh-drawer-border'
1271
+ | '--xh-drawer-close-bg-active'
1272
+ | '--xh-drawer-close-bg-focus'
1273
+ | '--xh-drawer-close-bg-hover'
1274
+ | '--xh-drawer-close-fg'
1275
+ | '--xh-drawer-close-fg-focus'
1276
+ | '--xh-drawer-close-fg-hover'
1277
+ | '--xh-drawer-close-radius'
1278
+ | '--xh-drawer-close-size'
1279
+ | '--xh-drawer-description-fg'
1280
+ | '--xh-drawer-description-font-size'
1281
+ | '--xh-drawer-fg'
1282
+ | '--xh-drawer-footer-gap'
1283
+ | '--xh-drawer-footer-pt'
1284
+ | '--xh-drawer-gap'
1285
+ | '--xh-drawer-header-gap'
1286
+ | '--xh-drawer-header-pb'
1287
+ | '--xh-drawer-icon-size'
1288
+ | '--xh-drawer-layer'
1289
+ | '--xh-drawer-px'
1290
+ | '--xh-drawer-py'
1291
+ | '--xh-drawer-radius'
1292
+ | '--xh-drawer-shadow'
1293
+ | '--xh-drawer-size'
1294
+ | '--xh-drawer-title-fg'
1295
+ | '--xh-drawer-title-font-size'
1296
+ | '--xh-drawer-title-font-weight'
1297
+ | '--xh-drawer-trigger-bg'
1298
+ | '--xh-drawer-trigger-bg-active'
1299
+ | '--xh-drawer-trigger-bg-hover'
1300
+ | '--xh-drawer-trigger-bg-open'
1301
+ | '--xh-drawer-trigger-border'
1302
+ | '--xh-drawer-trigger-border-hover'
1303
+ | '--xh-drawer-trigger-border-open'
1304
+ | '--xh-drawer-trigger-fg'
1305
+ | '--xh-drawer-trigger-font-size'
1306
+ | '--xh-drawer-trigger-font-weight'
1307
+ | '--xh-drawer-trigger-gap'
1308
+ | '--xh-drawer-trigger-h'
1309
+ | '--xh-drawer-trigger-px'
1310
+ | '--xh-drawer-trigger-radius'
1311
+ | '--xh-editable-control-bg'
1312
+ | '--xh-editable-control-bg-disabled'
1313
+ | '--xh-editable-control-bg-hover'
1314
+ | '--xh-editable-control-bg-readonly'
1315
+ | '--xh-editable-control-border'
1316
+ | '--xh-editable-control-border-disabled'
1317
+ | '--xh-editable-control-border-focus'
1318
+ | '--xh-editable-control-border-hover'
1319
+ | '--xh-editable-control-border-invalid'
1320
+ | '--xh-editable-control-fg'
1321
+ | '--xh-editable-control-gap'
1322
+ | '--xh-editable-control-h'
1323
+ | '--xh-editable-control-min-w'
1324
+ | '--xh-editable-control-px'
1325
+ | '--xh-editable-control-radius'
1326
+ | '--xh-editable-control-shadow'
1327
+ | '--xh-editable-control-w'
1328
+ | '--xh-editable-gap'
1329
+ | '--xh-editable-icon-size'
1330
+ | '--xh-editable-input-autofill-bg'
1331
+ | '--xh-editable-input-autofill-fg'
1332
+ | '--xh-editable-input-fg'
1333
+ | '--xh-editable-input-font-size'
1334
+ | '--xh-editable-input-px'
1335
+ | '--xh-editable-label-fg'
1336
+ | '--xh-editable-label-fg-disabled'
1337
+ | '--xh-editable-label-font-size'
1338
+ | '--xh-editable-label-font-weight'
1339
+ | '--xh-editable-placeholder-fg'
1340
+ | '--xh-editable-preview-fg'
1341
+ | '--xh-editable-preview-font-size'
1342
+ | '--xh-editable-preview-min-h'
1343
+ | '--xh-editable-preview-px'
1344
+ | '--xh-editable-trigger-bg'
1345
+ | '--xh-editable-trigger-bg-active'
1346
+ | '--xh-editable-trigger-bg-disabled'
1347
+ | '--xh-editable-trigger-bg-hover'
1348
+ | '--xh-editable-trigger-divider'
1349
+ | '--xh-editable-trigger-divider-h'
1350
+ | '--xh-editable-trigger-fg'
1351
+ | '--xh-editable-trigger-fg-hover'
1352
+ | '--xh-editable-trigger-font-size'
1353
+ | '--xh-editable-trigger-radius'
1354
+ | '--xh-editable-trigger-size'
1355
+ | '--xh-empty-state-action-gap'
1356
+ | '--xh-empty-state-description-fg'
1357
+ | '--xh-empty-state-description-font-size'
1358
+ | '--xh-empty-state-description-leading'
1359
+ | '--xh-empty-state-description-max-w'
1360
+ | '--xh-empty-state-fg'
1361
+ | '--xh-empty-state-gap'
1362
+ | '--xh-empty-state-icon-size'
1363
+ | '--xh-empty-state-indicator-fg'
1364
+ | '--xh-empty-state-indicator-font-size'
1365
+ | '--xh-empty-state-media-fg'
1366
+ | '--xh-empty-state-media-size'
1367
+ | '--xh-empty-state-px'
1368
+ | '--xh-empty-state-py'
1369
+ | '--xh-empty-state-title-fg'
1370
+ | '--xh-empty-state-title-font-size'
1371
+ | '--xh-empty-state-title-font-weight'
1372
+ | '--xh-empty-state-title-leading'
1373
+ | '--xh-field-array-action-gap'
1374
+ | '--xh-field-array-add-bg'
1375
+ | '--xh-field-array-add-bg-active'
1376
+ | '--xh-field-array-add-bg-hover'
1377
+ | '--xh-field-array-add-border'
1378
+ | '--xh-field-array-add-border-disabled'
1379
+ | '--xh-field-array-add-border-hover'
1380
+ | '--xh-field-array-add-fg'
1381
+ | '--xh-field-array-add-font-size'
1382
+ | '--xh-field-array-add-height'
1383
+ | '--xh-field-array-add-px'
1384
+ | '--xh-field-array-add-radius'
1385
+ | '--xh-field-array-content-gap'
1386
+ | '--xh-field-array-gap'
1387
+ | '--xh-field-array-icon-size'
1388
+ | '--xh-field-array-item-delete-fg-hover'
1389
+ | '--xh-field-array-item-gap'
1390
+ | '--xh-field-array-item-label-fg'
1391
+ | '--xh-field-array-item-label-font-size'
1392
+ | '--xh-field-array-item-padding'
1393
+ | '--xh-field-array-item-radius'
1394
+ | '--xh-field-array-trigger-bg'
1395
+ | '--xh-field-array-trigger-bg-active'
1396
+ | '--xh-field-array-trigger-bg-hover'
1397
+ | '--xh-field-array-trigger-fg'
1398
+ | '--xh-field-array-trigger-fg-hover'
1399
+ | '--xh-field-array-trigger-font-size'
1400
+ | '--xh-field-array-trigger-radius'
1401
+ | '--xh-field-array-trigger-size'
1402
+ | '--xh-field-control-bg'
1403
+ | '--xh-field-control-bg-disabled'
1404
+ | '--xh-field-control-bg-hover'
1405
+ | '--xh-field-control-bg-readonly'
1406
+ | '--xh-field-control-border'
1407
+ | '--xh-field-control-border-focus'
1408
+ | '--xh-field-control-border-hover'
1409
+ | '--xh-field-control-border-invalid'
1410
+ | '--xh-field-control-fg'
1411
+ | '--xh-field-control-font-size'
1412
+ | '--xh-field-control-h'
1413
+ | '--xh-field-control-px'
1414
+ | '--xh-field-control-radius'
1415
+ | '--xh-field-control-shadow'
1416
+ | '--xh-field-description-fg'
1417
+ | '--xh-field-description-fg-disabled'
1418
+ | '--xh-field-description-font-size'
1419
+ | '--xh-field-error-fg'
1420
+ | '--xh-field-error-font-size'
1421
+ | '--xh-field-gap'
1422
+ | '--xh-field-label-fg'
1423
+ | '--xh-field-label-fg-disabled'
1424
+ | '--xh-field-label-fg-invalid'
1425
+ | '--xh-field-label-font-size'
1426
+ | '--xh-field-label-font-weight'
1427
+ | '--xh-field-label-gap'
1428
+ | '--xh-field-label-gap-block'
1429
+ | '--xh-field-label-leading'
1430
+ | '--xh-field-label-star'
1431
+ | '--xh-fieldset-actions-gap'
1432
+ | '--xh-fieldset-description-fg'
1433
+ | '--xh-fieldset-description-fg-disabled'
1434
+ | '--xh-fieldset-description-font-size'
1435
+ | '--xh-fieldset-error-fg'
1436
+ | '--xh-fieldset-error-font-size'
1437
+ | '--xh-fieldset-field-group-col-w'
1438
+ | '--xh-fieldset-field-group-gap'
1439
+ | '--xh-fieldset-gap'
1440
+ | '--xh-fieldset-legend-fg'
1441
+ | '--xh-fieldset-legend-fg-disabled'
1442
+ | '--xh-fieldset-legend-fg-invalid'
1443
+ | '--xh-fieldset-legend-font-size'
1444
+ | '--xh-fieldset-legend-font-weight'
1445
+ | '--xh-fieldset-legend-gap'
1446
+ | '--xh-fieldset-legend-star'
1447
+ | '--xh-file-upload-clear-bg-active'
1448
+ | '--xh-file-upload-clear-bg-hover'
1449
+ | '--xh-file-upload-clear-fg'
1450
+ | '--xh-file-upload-clear-fg-hover'
1451
+ | '--xh-file-upload-clear-font-size'
1452
+ | '--xh-file-upload-clear-gap'
1453
+ | '--xh-file-upload-clear-h'
1454
+ | '--xh-file-upload-clear-px'
1455
+ | '--xh-file-upload-clear-radius'
1456
+ | '--xh-file-upload-delete-bg-active'
1457
+ | '--xh-file-upload-delete-bg-hover'
1458
+ | '--xh-file-upload-delete-fg'
1459
+ | '--xh-file-upload-delete-fg-hover'
1460
+ | '--xh-file-upload-delete-radius'
1461
+ | '--xh-file-upload-delete-size'
1462
+ | '--xh-file-upload-dropzone-bg'
1463
+ | '--xh-file-upload-dropzone-bg-disabled'
1464
+ | '--xh-file-upload-dropzone-bg-dragging'
1465
+ | '--xh-file-upload-dropzone-bg-hover'
1466
+ | '--xh-file-upload-dropzone-border'
1467
+ | '--xh-file-upload-dropzone-border-dragging'
1468
+ | '--xh-file-upload-dropzone-border-focus'
1469
+ | '--xh-file-upload-dropzone-border-hover'
1470
+ | '--xh-file-upload-dropzone-border-invalid'
1471
+ | '--xh-file-upload-dropzone-fg'
1472
+ | '--xh-file-upload-dropzone-font-size'
1473
+ | '--xh-file-upload-dropzone-gap'
1474
+ | '--xh-file-upload-dropzone-min-h'
1475
+ | '--xh-file-upload-dropzone-px'
1476
+ | '--xh-file-upload-dropzone-py'
1477
+ | '--xh-file-upload-dropzone-radius'
1478
+ | '--xh-file-upload-gap'
1479
+ | '--xh-file-upload-icon-size'
1480
+ | '--xh-file-upload-item-bg'
1481
+ | '--xh-file-upload-item-border'
1482
+ | '--xh-file-upload-item-border-error'
1483
+ | '--xh-file-upload-item-fg'
1484
+ | '--xh-file-upload-item-fg-done'
1485
+ | '--xh-file-upload-item-fg-error'
1486
+ | '--xh-file-upload-item-font-size'
1487
+ | '--xh-file-upload-item-gap'
1488
+ | '--xh-file-upload-item-inner-gap'
1489
+ | '--xh-file-upload-item-mark-size'
1490
+ | '--xh-file-upload-item-name-min-w'
1491
+ | '--xh-file-upload-item-progress-fill'
1492
+ | '--xh-file-upload-item-progress-h'
1493
+ | '--xh-file-upload-item-progress-radius'
1494
+ | '--xh-file-upload-item-progress-track'
1495
+ | '--xh-file-upload-item-progress-w'
1496
+ | '--xh-file-upload-item-px'
1497
+ | '--xh-file-upload-item-py'
1498
+ | '--xh-file-upload-item-radius'
1499
+ | '--xh-file-upload-label-fg'
1500
+ | '--xh-file-upload-label-fg-disabled'
1501
+ | '--xh-file-upload-label-font-size'
1502
+ | '--xh-file-upload-label-font-weight'
1503
+ | '--xh-file-upload-list-max-h'
1504
+ | '--xh-file-upload-preview-bg'
1505
+ | '--xh-file-upload-preview-fg'
1506
+ | '--xh-file-upload-preview-fg-image'
1507
+ | '--xh-file-upload-preview-radius'
1508
+ | '--xh-file-upload-preview-size'
1509
+ | '--xh-file-upload-size-fg'
1510
+ | '--xh-file-upload-size-font-size'
1511
+ | '--xh-file-upload-trigger-bg'
1512
+ | '--xh-file-upload-trigger-bg-active'
1513
+ | '--xh-file-upload-trigger-bg-hover'
1514
+ | '--xh-file-upload-trigger-border'
1515
+ | '--xh-file-upload-trigger-fg'
1516
+ | '--xh-file-upload-trigger-font-size'
1517
+ | '--xh-file-upload-trigger-gap'
1518
+ | '--xh-file-upload-trigger-h'
1519
+ | '--xh-file-upload-trigger-px'
1520
+ | '--xh-file-upload-trigger-radius'
1521
+ | '--xh-file-upload-trigger-shadow-hover'
1522
+ | '--xh-flex-gap'
1523
+ | '--xh-float-button-bg'
1524
+ | '--xh-float-button-bg-active'
1525
+ | '--xh-float-button-bg-hover'
1526
+ | '--xh-float-button-border'
1527
+ | '--xh-float-button-border-hover'
1528
+ | '--xh-float-button-fg'
1529
+ | '--xh-float-button-gap'
1530
+ | '--xh-float-button-icon-size'
1531
+ | '--xh-float-button-layer'
1532
+ | '--xh-float-button-radius'
1533
+ | '--xh-float-button-shadow'
1534
+ | '--xh-float-button-size'
1535
+ | '--xh-floating-panel-action-bg-active'
1536
+ | '--xh-floating-panel-action-bg-hover'
1537
+ | '--xh-floating-panel-action-bg-on'
1538
+ | '--xh-floating-panel-action-bg-on-active'
1539
+ | '--xh-floating-panel-action-bg-on-hover'
1540
+ | '--xh-floating-panel-action-fg'
1541
+ | '--xh-floating-panel-action-fg-active'
1542
+ | '--xh-floating-panel-action-fg-hover'
1543
+ | '--xh-floating-panel-action-fg-on'
1544
+ | '--xh-floating-panel-action-radius'
1545
+ | '--xh-floating-panel-action-size'
1546
+ | '--xh-floating-panel-bg'
1547
+ | '--xh-floating-panel-body-px'
1548
+ | '--xh-floating-panel-body-py'
1549
+ | '--xh-floating-panel-border'
1550
+ | '--xh-floating-panel-close-radius'
1551
+ | '--xh-floating-panel-close-size'
1552
+ | '--xh-floating-panel-corner-size'
1553
+ | '--xh-floating-panel-fg'
1554
+ | '--xh-floating-panel-handle-size'
1555
+ | '--xh-floating-panel-header-bg'
1556
+ | '--xh-floating-panel-header-border'
1557
+ | '--xh-floating-panel-header-gap'
1558
+ | '--xh-floating-panel-header-px'
1559
+ | '--xh-floating-panel-header-py'
1560
+ | '--xh-floating-panel-icon-size'
1561
+ | '--xh-floating-panel-layer'
1562
+ | '--xh-floating-panel-radius'
1563
+ | '--xh-floating-panel-shadow'
1564
+ | '--xh-floating-panel-title-fg'
1565
+ | '--xh-floating-panel-title-font-size'
1566
+ | '--xh-floating-panel-title-font-weight'
1567
+ | '--xh-floating-panel-trigger-bg'
1568
+ | '--xh-floating-panel-trigger-border'
1569
+ | '--xh-floating-panel-trigger-fg'
1570
+ | '--xh-floating-panel-trigger-h'
1571
+ | '--xh-floating-panel-trigger-px'
1572
+ | '--xh-floating-panel-trigger-radius'
1573
+ | '--xh-form-field-gap'
1574
+ | '--xh-form-field-invalid-border'
1575
+ | '--xh-form-field-invalid-px'
1576
+ | '--xh-form-gap'
1577
+ | '--xh-form-inline-gap'
1578
+ | '--xh-form-label-w'
1579
+ | '--xh-form-submit-bg'
1580
+ | '--xh-form-submit-bg-active'
1581
+ | '--xh-form-submit-bg-hover'
1582
+ | '--xh-form-submit-border'
1583
+ | '--xh-form-submit-border-active'
1584
+ | '--xh-form-submit-border-hover'
1585
+ | '--xh-form-submit-fg'
1586
+ | '--xh-form-submit-shadow'
1587
+ | '--xh-form-summary-bg'
1588
+ | '--xh-form-summary-border'
1589
+ | '--xh-form-summary-fg'
1590
+ | '--xh-form-summary-font-size'
1591
+ | '--xh-form-summary-gap'
1592
+ | '--xh-form-summary-item-bg'
1593
+ | '--xh-form-summary-item-bg-hover'
1594
+ | '--xh-form-summary-item-bg-pressed'
1595
+ | '--xh-form-summary-item-fg-hover'
1596
+ | '--xh-form-summary-item-font-size'
1597
+ | '--xh-form-summary-item-px'
1598
+ | '--xh-form-summary-item-radius'
1599
+ | '--xh-form-summary-item-underline-offset'
1600
+ | '--xh-form-summary-px'
1601
+ | '--xh-form-summary-py'
1602
+ | '--xh-form-summary-radius'
1603
+ | '--xh-form-summary-shadow'
1604
+ | '--xh-form-trigger-bg'
1605
+ | '--xh-form-trigger-bg-active'
1606
+ | '--xh-form-trigger-bg-disabled'
1607
+ | '--xh-form-trigger-bg-hover'
1608
+ | '--xh-form-trigger-border'
1609
+ | '--xh-form-trigger-border-disabled'
1610
+ | '--xh-form-trigger-border-hover'
1611
+ | '--xh-form-trigger-fg'
1612
+ | '--xh-form-trigger-font-size'
1613
+ | '--xh-form-trigger-h'
1614
+ | '--xh-form-trigger-px'
1615
+ | '--xh-form-trigger-radius'
1616
+ | '--xh-gradient-text-from'
1617
+ | '--xh-gradient-text-to'
1618
+ | '--xh-grid-column-gap'
1619
+ | '--xh-grid-columns'
1620
+ | '--xh-grid-gap'
1621
+ | '--xh-grid-row-gap'
1622
+ | '--xh-grid-rows'
1623
+ | '--xh-heatmap-bg'
1624
+ | '--xh-heatmap-block-gap'
1625
+ | '--xh-heatmap-block-inner-gap'
1626
+ | '--xh-heatmap-cell-bg'
1627
+ | '--xh-heatmap-cell-border'
1628
+ | '--xh-heatmap-cell-radius'
1629
+ | '--xh-heatmap-cell-size'
1630
+ | '--xh-heatmap-column-w'
1631
+ | '--xh-heatmap-empty'
1632
+ | '--xh-heatmap-fg'
1633
+ | '--xh-heatmap-font-size'
1634
+ | '--xh-heatmap-gap'
1635
+ | '--xh-heatmap-grid-gap'
1636
+ | '--xh-heatmap-gutter'
1637
+ | '--xh-heatmap-ink'
1638
+ | '--xh-heatmap-label-fg'
1639
+ | '--xh-heatmap-legend-gap'
1640
+ | '--xh-heatmap-py'
1641
+ | '--xh-heatmap-row-gap'
1642
+ | '--xh-heatmap-row-h'
1643
+ | '--xh-heatmap-sticky-layer'
1644
+ | '--xh-heatmap-title-fg'
1645
+ | '--xh-heatmap-tooltip-bg'
1646
+ | '--xh-heatmap-tooltip-border'
1647
+ | '--xh-heatmap-tooltip-fg'
1648
+ | '--xh-heatmap-tooltip-font-size'
1649
+ | '--xh-heatmap-tooltip-layer'
1650
+ | '--xh-heatmap-tooltip-max-w'
1651
+ | '--xh-heatmap-tooltip-px'
1652
+ | '--xh-heatmap-tooltip-py'
1653
+ | '--xh-heatmap-tooltip-radius'
1654
+ | '--xh-heatmap-tooltip-shadow'
1655
+ | '--xh-heatmap-week-day-skip'
1656
+ | '--xh-highlight-mark-bg'
1657
+ | '--xh-highlight-mark-fg'
1658
+ | '--xh-highlight-mark-font-weight'
1659
+ | '--xh-highlight-mark-px'
1660
+ | '--xh-highlight-mark-radius'
1661
+ | '--xh-hover-card-arrow-size'
1662
+ | '--xh-hover-card-backdrop'
1663
+ | '--xh-hover-card-bg'
1664
+ | '--xh-hover-card-border'
1665
+ | '--xh-hover-card-description-fg'
1666
+ | '--xh-hover-card-description-font-size'
1667
+ | '--xh-hover-card-fg'
1668
+ | '--xh-hover-card-gap'
1669
+ | '--xh-hover-card-layer'
1670
+ | '--xh-hover-card-max-h'
1671
+ | '--xh-hover-card-max-w'
1672
+ | '--xh-hover-card-px'
1673
+ | '--xh-hover-card-py'
1674
+ | '--xh-hover-card-radius'
1675
+ | '--xh-hover-card-shadow'
1676
+ | '--xh-hover-card-title-fg'
1677
+ | '--xh-hover-card-title-font-size'
1678
+ | '--xh-hover-card-title-font-weight'
1679
+ | '--xh-hover-card-trigger-gap'
1680
+ | '--xh-icon-fg'
1681
+ | '--xh-icon-shift'
1682
+ | '--xh-icon-size'
1683
+ | '--xh-icon-stroke'
1684
+ | '--xh-icon-wrapper-bg'
1685
+ | '--xh-icon-wrapper-fg'
1686
+ | '--xh-icon-wrapper-glyph-size'
1687
+ | '--xh-icon-wrapper-radius'
1688
+ | '--xh-icon-wrapper-shadow'
1689
+ | '--xh-icon-wrapper-size'
1690
+ | '--xh-image-bg'
1691
+ | '--xh-image-cropper-bg'
1692
+ | '--xh-image-cropper-crop-area-radius'
1693
+ | '--xh-image-cropper-crop-border'
1694
+ | '--xh-image-cropper-grid-line'
1695
+ | '--xh-image-cropper-handle-bg'
1696
+ | '--xh-image-cropper-handle-bg-hover'
1697
+ | '--xh-image-cropper-handle-bg-resizing'
1698
+ | '--xh-image-cropper-handle-border'
1699
+ | '--xh-image-cropper-handle-length'
1700
+ | '--xh-image-cropper-handle-radius'
1701
+ | '--xh-image-cropper-handle-size'
1702
+ | '--xh-image-cropper-handle-thickness'
1703
+ | '--xh-image-cropper-mask'
1704
+ | '--xh-image-cropper-slider-accent'
1705
+ | '--xh-image-cropper-slider-w'
1706
+ | '--xh-image-cropper-viewport-radius'
1707
+ | '--xh-image-cropper-w'
1708
+ | '--xh-image-fallback-fg'
1709
+ | '--xh-image-fallback-font-size'
1710
+ | '--xh-image-fallback-min-h'
1711
+ | '--xh-image-fit'
1712
+ | '--xh-image-h'
1713
+ | '--xh-image-placeholder-bg'
1714
+ | '--xh-image-placeholder-fg'
1715
+ | '--xh-image-radius'
1716
+ | '--xh-image-ratio'
1717
+ | '--xh-image-viewer-action-bg-active'
1718
+ | '--xh-image-viewer-action-bg-hover'
1719
+ | '--xh-image-viewer-backdrop-bg'
1720
+ | '--xh-image-viewer-backdrop-blur'
1721
+ | '--xh-image-viewer-backdrop-layer'
1722
+ | '--xh-image-viewer-chrome-bg'
1723
+ | '--xh-image-viewer-close-bg-active'
1724
+ | '--xh-image-viewer-close-bg-hover'
1725
+ | '--xh-image-viewer-close-fg'
1726
+ | '--xh-image-viewer-close-radius'
1727
+ | '--xh-image-viewer-close-size'
1728
+ | '--xh-image-viewer-counter-padding'
1729
+ | '--xh-image-viewer-counter-radius'
1730
+ | '--xh-image-viewer-fg'
1731
+ | '--xh-image-viewer-icon-size'
1732
+ | '--xh-image-viewer-layer'
1733
+ | '--xh-image-viewer-loading-bg'
1734
+ | '--xh-image-viewer-loading-radius'
1735
+ | '--xh-image-viewer-loading-size'
1736
+ | '--xh-image-viewer-overlay-radius'
1737
+ | '--xh-image-viewer-toolbar-gap'
1738
+ | '--xh-image-viewer-toolbar-padding'
1739
+ | '--xh-image-viewer-toolbar-radius'
1740
+ | '--xh-image-viewer-toolbar-radius-outer'
1741
+ | '--xh-image-w'
1742
+ | '--xh-infinite-scroll-load-more-bg'
1743
+ | '--xh-infinite-scroll-load-more-bg-active'
1744
+ | '--xh-infinite-scroll-load-more-bg-hover'
1745
+ | '--xh-infinite-scroll-load-more-border'
1746
+ | '--xh-infinite-scroll-load-more-border-hover'
1747
+ | '--xh-infinite-scroll-load-more-fg'
1748
+ | '--xh-infinite-scroll-load-more-font-size'
1749
+ | '--xh-infinite-scroll-load-more-gap'
1750
+ | '--xh-infinite-scroll-load-more-h'
1751
+ | '--xh-infinite-scroll-load-more-icon-size'
1752
+ | '--xh-infinite-scroll-load-more-px'
1753
+ | '--xh-infinite-scroll-load-more-radius'
1754
+ | '--xh-infinite-scroll-sentinel-size'
1755
+ | '--xh-input-group-bg'
1756
+ | '--xh-input-group-bg-hover'
1757
+ | '--xh-input-group-border'
1758
+ | '--xh-input-group-border-focus'
1759
+ | '--xh-input-group-border-hover'
1760
+ | '--xh-input-group-border-invalid'
1761
+ | '--xh-input-group-item-fg'
1762
+ | '--xh-input-group-item-font-size'
1763
+ | '--xh-input-group-item-h'
1764
+ | '--xh-input-group-item-px'
1765
+ | '--xh-input-group-radius'
1766
+ | '--xh-input-group-ring-focus'
1767
+ | '--xh-input-group-ring-invalid'
1768
+ | '--xh-input-group-shadow'
1769
+ | '--xh-json-viewer-bg'
1770
+ | '--xh-json-viewer-boolean-fg'
1771
+ | '--xh-json-viewer-border'
1772
+ | '--xh-json-viewer-empty-fg'
1773
+ | '--xh-json-viewer-empty-gap'
1774
+ | '--xh-json-viewer-empty-px'
1775
+ | '--xh-json-viewer-empty-py'
1776
+ | '--xh-json-viewer-fg'
1777
+ | '--xh-json-viewer-font'
1778
+ | '--xh-json-viewer-font-size'
1779
+ | '--xh-json-viewer-icon-size'
1780
+ | '--xh-json-viewer-indent'
1781
+ | '--xh-json-viewer-indicator-fg'
1782
+ | '--xh-json-viewer-indicator-size'
1783
+ | '--xh-json-viewer-key-fg'
1784
+ | '--xh-json-viewer-key-font-weight'
1785
+ | '--xh-json-viewer-max-h'
1786
+ | '--xh-json-viewer-null-fg'
1787
+ | '--xh-json-viewer-number-fg'
1788
+ | '--xh-json-viewer-preview-fg'
1789
+ | '--xh-json-viewer-preview-font-size'
1790
+ | '--xh-json-viewer-punctuation-fg'
1791
+ | '--xh-json-viewer-px'
1792
+ | '--xh-json-viewer-py'
1793
+ | '--xh-json-viewer-radius'
1794
+ | '--xh-json-viewer-row-bg-active'
1795
+ | '--xh-json-viewer-row-bg-hover'
1796
+ | '--xh-json-viewer-row-gap'
1797
+ | '--xh-json-viewer-row-px'
1798
+ | '--xh-json-viewer-row-py'
1799
+ | '--xh-json-viewer-row-radius'
1800
+ | '--xh-json-viewer-shadow'
1801
+ | '--xh-json-viewer-string-fg'
1802
+ | '--xh-json-viewer-text-fg'
1803
+ | '--xh-kbd-bg'
1804
+ | '--xh-kbd-border'
1805
+ | '--xh-kbd-fg'
1806
+ | '--xh-kbd-fg-disabled'
1807
+ | '--xh-kbd-font'
1808
+ | '--xh-kbd-font-size'
1809
+ | '--xh-kbd-font-weight'
1810
+ | '--xh-kbd-gap'
1811
+ | '--xh-kbd-h'
1812
+ | '--xh-kbd-min-w'
1813
+ | '--xh-kbd-px'
1814
+ | '--xh-kbd-radius'
1815
+ | '--xh-layout-bg'
1816
+ | '--xh-layout-border'
1817
+ | '--xh-layout-content-padding'
1818
+ | '--xh-layout-fg'
1819
+ | '--xh-layout-footer-bg'
1820
+ | '--xh-layout-footer-padding'
1821
+ | '--xh-layout-header-bg'
1822
+ | '--xh-layout-header-gap'
1823
+ | '--xh-layout-header-h'
1824
+ | '--xh-layout-header-layer'
1825
+ | '--xh-layout-header-px'
1826
+ | '--xh-layout-scrollport-h'
1827
+ | '--xh-layout-sider-backdrop-bg'
1828
+ | '--xh-layout-sider-backdrop-layer'
1829
+ | '--xh-layout-sider-bg'
1830
+ | '--xh-layout-sider-collapsed-w'
1831
+ | '--xh-layout-sider-layer'
1832
+ | '--xh-layout-sider-padding'
1833
+ | '--xh-layout-sider-shadow'
1834
+ | '--xh-layout-sider-trigger-bg'
1835
+ | '--xh-layout-sider-trigger-bg-active'
1836
+ | '--xh-layout-sider-trigger-bg-hover'
1837
+ | '--xh-layout-sider-trigger-fg'
1838
+ | '--xh-layout-sider-trigger-gap'
1839
+ | '--xh-layout-sider-trigger-px'
1840
+ | '--xh-layout-sider-trigger-radius'
1841
+ | '--xh-layout-sider-w'
1842
+ | '--xh-list-action-gap'
1843
+ | '--xh-list-bg'
1844
+ | '--xh-list-border'
1845
+ | '--xh-list-content-gap'
1846
+ | '--xh-list-description-fg'
1847
+ | '--xh-list-description-font-size'
1848
+ | '--xh-list-divider'
1849
+ | '--xh-list-fg'
1850
+ | '--xh-list-item-bg-hover'
1851
+ | '--xh-list-item-gap'
1852
+ | '--xh-list-item-px'
1853
+ | '--xh-list-item-py'
1854
+ | '--xh-list-radius'
1855
+ | '--xh-list-title-fg'
1856
+ | '--xh-list-title-font-size'
1857
+ | '--xh-list-title-font-weight'
1858
+ | '--xh-listbox-content-bg'
1859
+ | '--xh-listbox-content-border'
1860
+ | '--xh-listbox-content-border-invalid'
1861
+ | '--xh-listbox-content-fg'
1862
+ | '--xh-listbox-content-gap'
1863
+ | '--xh-listbox-content-max-h'
1864
+ | '--xh-listbox-content-px'
1865
+ | '--xh-listbox-content-py'
1866
+ | '--xh-listbox-content-radius'
1867
+ | '--xh-listbox-empty-fg'
1868
+ | '--xh-listbox-empty-font-size'
1869
+ | '--xh-listbox-empty-px'
1870
+ | '--xh-listbox-empty-py'
1871
+ | '--xh-listbox-gap'
1872
+ | '--xh-listbox-group-gap'
1873
+ | '--xh-listbox-group-label-fg'
1874
+ | '--xh-listbox-group-label-font-size'
1875
+ | '--xh-listbox-group-label-font-weight'
1876
+ | '--xh-listbox-group-label-px'
1877
+ | '--xh-listbox-group-label-py'
1878
+ | '--xh-listbox-group-spacing'
1879
+ | '--xh-listbox-icon-size'
1880
+ | '--xh-listbox-item-bg-hover'
1881
+ | '--xh-listbox-item-bg-pressed'
1882
+ | '--xh-listbox-item-bg-selected'
1883
+ | '--xh-listbox-item-check-fg'
1884
+ | '--xh-listbox-item-fg'
1885
+ | '--xh-listbox-item-fg-selected'
1886
+ | '--xh-listbox-item-font-size'
1887
+ | '--xh-listbox-item-font-weight-selected'
1888
+ | '--xh-listbox-item-gap'
1889
+ | '--xh-listbox-item-indicator-fg'
1890
+ | '--xh-listbox-item-indicator-size'
1891
+ | '--xh-listbox-item-leading'
1892
+ | '--xh-listbox-item-px'
1893
+ | '--xh-listbox-item-py'
1894
+ | '--xh-listbox-item-radius'
1895
+ | '--xh-listbox-label-fg'
1896
+ | '--xh-listbox-label-font-size'
1897
+ | '--xh-listbox-label-font-weight'
1898
+ | '--xh-listbox-load-more-trigger-bg-hover'
1899
+ | '--xh-listbox-load-more-trigger-fg'
1900
+ | '--xh-listbox-load-more-trigger-font-size'
1901
+ | '--xh-listbox-load-more-trigger-gap'
1902
+ | '--xh-listbox-load-more-trigger-px'
1903
+ | '--xh-listbox-load-more-trigger-py'
1904
+ | '--xh-listbox-load-more-trigger-radius'
1905
+ | '--xh-listbox-loading-fg'
1906
+ | '--xh-listbox-loading-font-size'
1907
+ | '--xh-listbox-loading-px'
1908
+ | '--xh-listbox-loading-py'
1909
+ | '--xh-loading-bar-fade'
1910
+ | '--xh-loading-bar-layer'
1911
+ | '--xh-loading-bar-peg-fg'
1912
+ | '--xh-loading-bar-peg-w'
1913
+ | '--xh-loading-bar-range'
1914
+ | '--xh-loading-bar-speed'
1915
+ | '--xh-loading-bar-track'
1916
+ | '--xh-log-bg'
1917
+ | '--xh-log-border'
1918
+ | '--xh-log-content-px'
1919
+ | '--xh-log-fg'
1920
+ | '--xh-log-font'
1921
+ | '--xh-log-font-size'
1922
+ | '--xh-log-icon-size'
1923
+ | '--xh-log-level-debug-fg'
1924
+ | '--xh-log-level-error-fg'
1925
+ | '--xh-log-level-info-fg'
1926
+ | '--xh-log-level-warn-fg'
1927
+ | '--xh-log-line-height'
1928
+ | '--xh-log-radius'
1929
+ | '--xh-log-rows'
1930
+ | '--xh-log-scroll-to-end-trigger-bg'
1931
+ | '--xh-log-scroll-to-end-trigger-bg-hover'
1932
+ | '--xh-log-scroll-to-end-trigger-border'
1933
+ | '--xh-log-scroll-to-end-trigger-fg'
1934
+ | '--xh-log-scroll-to-end-trigger-inset'
1935
+ | '--xh-log-scroll-to-end-trigger-radius'
1936
+ | '--xh-log-scroll-to-end-trigger-shadow'
1937
+ | '--xh-log-scroll-to-end-trigger-size'
1938
+ | '--xh-log-shadow'
1939
+ | '--xh-log-tab-size'
1940
+ | '--xh-markdown-stream-caret-bg'
1941
+ | '--xh-markdown-stream-caret-duration'
1942
+ | '--xh-markdown-stream-caret-enter-duration'
1943
+ | '--xh-markdown-stream-caret-gap'
1944
+ | '--xh-markdown-stream-caret-h'
1945
+ | '--xh-markdown-stream-caret-radius'
1946
+ | '--xh-markdown-stream-caret-shift'
1947
+ | '--xh-markdown-stream-caret-w'
1948
+ | '--xh-markdown-stream-fg'
1949
+ | '--xh-markdown-stream-font-size'
1950
+ | '--xh-markdown-stream-gap'
1951
+ | '--xh-markdown-stream-leading'
1952
+ | '--xh-markdown-stream-mono'
1953
+ | '--xh-marquee-block-size'
1954
+ | '--xh-marquee-gap'
1955
+ | '--xh-marquee-span'
1956
+ | '--xh-marquee-speed'
1957
+ | '--xh-masonry-gap'
1958
+ | '--xh-matrix-code-bg'
1959
+ | '--xh-matrix-code-eye-fg'
1960
+ | '--xh-matrix-code-fg'
1961
+ | '--xh-matrix-code-placeholder-bg'
1962
+ | '--xh-matrix-code-placeholder-border'
1963
+ | '--xh-matrix-code-radius'
1964
+ | '--xh-mention-content-backdrop'
1965
+ | '--xh-mention-content-bg'
1966
+ | '--xh-mention-content-border'
1967
+ | '--xh-mention-content-fg'
1968
+ | '--xh-mention-content-gap'
1969
+ | '--xh-mention-content-highlight'
1970
+ | '--xh-mention-content-max-h'
1971
+ | '--xh-mention-content-max-w'
1972
+ | '--xh-mention-content-min-h'
1973
+ | '--xh-mention-content-min-w'
1974
+ | '--xh-mention-content-px'
1975
+ | '--xh-mention-content-py'
1976
+ | '--xh-mention-content-radius'
1977
+ | '--xh-mention-content-shadow'
1978
+ | '--xh-mention-empty-fg'
1979
+ | '--xh-mention-empty-font-size'
1980
+ | '--xh-mention-empty-px'
1981
+ | '--xh-mention-empty-py'
1982
+ | '--xh-mention-input-autofill-bg'
1983
+ | '--xh-mention-input-autofill-fg'
1984
+ | '--xh-mention-input-bg'
1985
+ | '--xh-mention-input-bg-disabled'
1986
+ | '--xh-mention-input-bg-hover'
1987
+ | '--xh-mention-input-bg-readonly'
1988
+ | '--xh-mention-input-border'
1989
+ | '--xh-mention-input-border-focus'
1990
+ | '--xh-mention-input-border-hover'
1991
+ | '--xh-mention-input-border-invalid'
1992
+ | '--xh-mention-input-fg'
1993
+ | '--xh-mention-input-font-size'
1994
+ | '--xh-mention-input-h'
1995
+ | '--xh-mention-input-min-w'
1996
+ | '--xh-mention-input-px'
1997
+ | '--xh-mention-input-radius'
1998
+ | '--xh-mention-input-shadow'
1999
+ | '--xh-mention-input-w'
2000
+ | '--xh-mention-item-bg-hover'
2001
+ | '--xh-mention-item-bg-pressed'
2002
+ | '--xh-mention-item-fg'
2003
+ | '--xh-mention-item-font-size'
2004
+ | '--xh-mention-item-gap'
2005
+ | '--xh-mention-item-leading'
2006
+ | '--xh-mention-item-px'
2007
+ | '--xh-mention-item-py'
2008
+ | '--xh-mention-item-radius'
2009
+ | '--xh-mention-label-fg'
2010
+ | '--xh-mention-label-fg-disabled'
2011
+ | '--xh-mention-label-font-size'
2012
+ | '--xh-mention-label-font-weight'
2013
+ | '--xh-mention-label-gap'
2014
+ | '--xh-mention-layer'
2015
+ | '--xh-mention-loading-fg'
2016
+ | '--xh-mention-loading-font-size'
2017
+ | '--xh-mention-loading-px'
2018
+ | '--xh-mention-loading-py'
2019
+ | '--xh-mention-placeholder-fg'
2020
+ | '--xh-menu-arrow-size'
2021
+ | '--xh-menu-backdrop'
2022
+ | '--xh-menu-border'
2023
+ | '--xh-menu-content-bg'
2024
+ | '--xh-menu-content-fg'
2025
+ | '--xh-menu-content-gap'
2026
+ | '--xh-menu-content-px'
2027
+ | '--xh-menu-content-py'
2028
+ | '--xh-menu-content-radius'
2029
+ | '--xh-menu-content-shadow'
2030
+ | '--xh-menu-group-gap'
2031
+ | '--xh-menu-group-label-fg'
2032
+ | '--xh-menu-group-label-font-size'
2033
+ | '--xh-menu-group-label-font-weight'
2034
+ | '--xh-menu-group-label-px'
2035
+ | '--xh-menu-group-label-py'
2036
+ | '--xh-menu-highlight'
2037
+ | '--xh-menu-icon-size'
2038
+ | '--xh-menu-item-bg-active'
2039
+ | '--xh-menu-item-bg-hover'
2040
+ | '--xh-menu-item-bg-pressed'
2041
+ | '--xh-menu-item-description-fg'
2042
+ | '--xh-menu-item-description-font-size'
2043
+ | '--xh-menu-item-fg'
2044
+ | '--xh-menu-item-font-size'
2045
+ | '--xh-menu-item-gap'
2046
+ | '--xh-menu-item-indicator-fg'
2047
+ | '--xh-menu-item-indicator-size'
2048
+ | '--xh-menu-item-leading'
2049
+ | '--xh-menu-item-px'
2050
+ | '--xh-menu-item-py'
2051
+ | '--xh-menu-item-radius'
2052
+ | '--xh-menu-layer'
2053
+ | '--xh-menu-max-h'
2054
+ | '--xh-menu-max-w'
2055
+ | '--xh-menu-min-w'
2056
+ | '--xh-menu-separator-color'
2057
+ | '--xh-menu-separator-my'
2058
+ | '--xh-menu-separator-radius'
2059
+ | '--xh-menu-separator-thickness'
2060
+ | '--xh-menu-submenu-indicator-fg'
2061
+ | '--xh-menu-submenu-indicator-size'
2062
+ | '--xh-menu-trigger-bg-active'
2063
+ | '--xh-menubar-arrow-size'
2064
+ | '--xh-menubar-backdrop'
2065
+ | '--xh-menubar-bg'
2066
+ | '--xh-menubar-border'
2067
+ | '--xh-menubar-content-bg'
2068
+ | '--xh-menubar-content-fg'
2069
+ | '--xh-menubar-content-gap'
2070
+ | '--xh-menubar-content-px'
2071
+ | '--xh-menubar-content-py'
2072
+ | '--xh-menubar-content-radius'
2073
+ | '--xh-menubar-content-shadow'
2074
+ | '--xh-menubar-fg'
2075
+ | '--xh-menubar-gap'
2076
+ | '--xh-menubar-group-gap'
2077
+ | '--xh-menubar-group-label-fg'
2078
+ | '--xh-menubar-group-label-font-size'
2079
+ | '--xh-menubar-group-label-font-weight'
2080
+ | '--xh-menubar-group-label-px'
2081
+ | '--xh-menubar-group-label-py'
2082
+ | '--xh-menubar-highlight'
2083
+ | '--xh-menubar-icon-size'
2084
+ | '--xh-menubar-item-bg-active'
2085
+ | '--xh-menubar-item-bg-hover'
2086
+ | '--xh-menubar-item-bg-pressed'
2087
+ | '--xh-menubar-item-description-fg'
2088
+ | '--xh-menubar-item-description-font-size'
2089
+ | '--xh-menubar-item-fg'
2090
+ | '--xh-menubar-item-font-size'
2091
+ | '--xh-menubar-item-gap'
2092
+ | '--xh-menubar-item-indicator-fg'
2093
+ | '--xh-menubar-item-indicator-size'
2094
+ | '--xh-menubar-item-leading'
2095
+ | '--xh-menubar-item-px'
2096
+ | '--xh-menubar-item-py'
2097
+ | '--xh-menubar-item-radius'
2098
+ | '--xh-menubar-layer'
2099
+ | '--xh-menubar-max-h'
2100
+ | '--xh-menubar-max-w'
2101
+ | '--xh-menubar-min-w'
2102
+ | '--xh-menubar-px'
2103
+ | '--xh-menubar-py'
2104
+ | '--xh-menubar-radius'
2105
+ | '--xh-menubar-separator-color'
2106
+ | '--xh-menubar-separator-my'
2107
+ | '--xh-menubar-separator-radius'
2108
+ | '--xh-menubar-separator-thickness'
2109
+ | '--xh-menubar-submenu-indicator-fg'
2110
+ | '--xh-menubar-submenu-indicator-size'
2111
+ | '--xh-menubar-trigger-bg-active'
2112
+ | '--xh-menubar-trigger-bg-hover'
2113
+ | '--xh-menubar-trigger-bg-pressed'
2114
+ | '--xh-menubar-trigger-fg'
2115
+ | '--xh-menubar-trigger-font-size'
2116
+ | '--xh-menubar-trigger-gap'
2117
+ | '--xh-menubar-trigger-px'
2118
+ | '--xh-menubar-trigger-py'
2119
+ | '--xh-menubar-trigger-radius'
2120
+ | '--xh-message-feed-gap'
2121
+ | '--xh-message-feed-icon-size'
2122
+ | '--xh-message-feed-item-gap'
2123
+ | '--xh-message-feed-item-radius'
2124
+ | '--xh-message-feed-label-fg'
2125
+ | '--xh-message-feed-label-font-size'
2126
+ | '--xh-message-feed-p'
2127
+ | '--xh-message-feed-scroll-to-end-trigger-bg'
2128
+ | '--xh-message-feed-scroll-to-end-trigger-bg-hover'
2129
+ | '--xh-message-feed-scroll-to-end-trigger-border'
2130
+ | '--xh-message-feed-scroll-to-end-trigger-fg'
2131
+ | '--xh-message-feed-scroll-to-end-trigger-inset'
2132
+ | '--xh-message-feed-scroll-to-end-trigger-radius'
2133
+ | '--xh-message-feed-scroll-to-end-trigger-shadow'
2134
+ | '--xh-message-feed-scroll-to-end-trigger-size'
2135
+ | '--xh-navigation-menu-content-bg'
2136
+ | '--xh-navigation-menu-content-border'
2137
+ | '--xh-navigation-menu-content-gap'
2138
+ | '--xh-navigation-menu-content-min-w'
2139
+ | '--xh-navigation-menu-content-offset'
2140
+ | '--xh-navigation-menu-content-p'
2141
+ | '--xh-navigation-menu-content-radius'
2142
+ | '--xh-navigation-menu-content-shadow'
2143
+ | '--xh-navigation-menu-fg'
2144
+ | '--xh-navigation-menu-font-size'
2145
+ | '--xh-navigation-menu-gap'
2146
+ | '--xh-navigation-menu-icon-size'
2147
+ | '--xh-navigation-menu-indicator-color'
2148
+ | '--xh-navigation-menu-indicator-radius'
2149
+ | '--xh-navigation-menu-indicator-thickness'
2150
+ | '--xh-navigation-menu-layer'
2151
+ | '--xh-navigation-menu-link-bg-hover'
2152
+ | '--xh-navigation-menu-link-bg-pressed'
2153
+ | '--xh-navigation-menu-link-fg'
2154
+ | '--xh-navigation-menu-link-fg-current'
2155
+ | '--xh-navigation-menu-link-font-size'
2156
+ | '--xh-navigation-menu-link-font-weight-current'
2157
+ | '--xh-navigation-menu-link-px'
2158
+ | '--xh-navigation-menu-link-py'
2159
+ | '--xh-navigation-menu-link-radius'
2160
+ | '--xh-navigation-menu-trigger-bg-active'
2161
+ | '--xh-navigation-menu-trigger-bg-hover'
2162
+ | '--xh-navigation-menu-trigger-bg-pressed'
2163
+ | '--xh-navigation-menu-trigger-fg'
2164
+ | '--xh-navigation-menu-trigger-font-weight'
2165
+ | '--xh-navigation-menu-trigger-gap'
2166
+ | '--xh-navigation-menu-trigger-h'
2167
+ | '--xh-navigation-menu-trigger-px'
2168
+ | '--xh-navigation-menu-trigger-radius'
2169
+ | '--xh-navigation-menu-viewport-p'
2170
+ | '--xh-notification-action-bg'
2171
+ | '--xh-notification-action-bg-active'
2172
+ | '--xh-notification-action-bg-hover'
2173
+ | '--xh-notification-action-border'
2174
+ | '--xh-notification-action-fg'
2175
+ | '--xh-notification-action-font-weight'
2176
+ | '--xh-notification-action-h'
2177
+ | '--xh-notification-action-px'
2178
+ | '--xh-notification-action-radius'
2179
+ | '--xh-notification-close-bg-active'
2180
+ | '--xh-notification-close-bg-hover'
2181
+ | '--xh-notification-close-fg'
2182
+ | '--xh-notification-close-fg-hover'
2183
+ | '--xh-notification-close-inset'
2184
+ | '--xh-notification-close-radius'
2185
+ | '--xh-notification-close-size'
2186
+ | '--xh-notification-description-fg'
2187
+ | '--xh-notification-description-font-size'
2188
+ | '--xh-notification-icon-size'
2189
+ | '--xh-notification-indicator-fg'
2190
+ | '--xh-notification-indicator-size'
2191
+ | '--xh-notification-inset'
2192
+ | '--xh-notification-item-bg'
2193
+ | '--xh-notification-item-border'
2194
+ | '--xh-notification-item-fg'
2195
+ | '--xh-notification-item-font-size'
2196
+ | '--xh-notification-item-gap'
2197
+ | '--xh-notification-item-leading'
2198
+ | '--xh-notification-item-px'
2199
+ | '--xh-notification-item-py'
2200
+ | '--xh-notification-item-radius'
2201
+ | '--xh-notification-item-row-gap'
2202
+ | '--xh-notification-item-shadow'
2203
+ | '--xh-notification-item-w'
2204
+ | '--xh-notification-layer'
2205
+ | '--xh-notification-progress-bg'
2206
+ | '--xh-notification-progress-duration'
2207
+ | '--xh-notification-progress-radius'
2208
+ | '--xh-notification-progress-thickness'
2209
+ | '--xh-notification-title-fg'
2210
+ | '--xh-notification-title-font-size'
2211
+ | '--xh-notification-title-font-weight'
2212
+ | '--xh-notification-title-leading'
2213
+ | '--xh-number-animation-fg'
2214
+ | '--xh-number-animation-font-size'
2215
+ | '--xh-number-field-affix-fg'
2216
+ | '--xh-number-field-affix-fg-disabled'
2217
+ | '--xh-number-field-affix-font-size'
2218
+ | '--xh-number-field-control-bg'
2219
+ | '--xh-number-field-control-bg-disabled'
2220
+ | '--xh-number-field-control-bg-hover'
2221
+ | '--xh-number-field-control-bg-readonly'
2222
+ | '--xh-number-field-control-border'
2223
+ | '--xh-number-field-control-border-focus'
2224
+ | '--xh-number-field-control-border-hover'
2225
+ | '--xh-number-field-control-border-invalid'
2226
+ | '--xh-number-field-control-fg'
2227
+ | '--xh-number-field-control-gap'
2228
+ | '--xh-number-field-control-h'
2229
+ | '--xh-number-field-control-min-w'
2230
+ | '--xh-number-field-control-px'
2231
+ | '--xh-number-field-control-radius'
2232
+ | '--xh-number-field-control-shadow'
2233
+ | '--xh-number-field-control-w'
2234
+ | '--xh-number-field-gap'
2235
+ | '--xh-number-field-icon-size'
2236
+ | '--xh-number-field-input-align'
2237
+ | '--xh-number-field-input-autofill-bg'
2238
+ | '--xh-number-field-input-autofill-fg'
2239
+ | '--xh-number-field-input-fg'
2240
+ | '--xh-number-field-input-font-size'
2241
+ | '--xh-number-field-input-px'
2242
+ | '--xh-number-field-input-w'
2243
+ | '--xh-number-field-label-fg'
2244
+ | '--xh-number-field-label-fg-disabled'
2245
+ | '--xh-number-field-label-font-size'
2246
+ | '--xh-number-field-label-font-weight'
2247
+ | '--xh-number-field-placeholder-fg'
2248
+ | '--xh-number-field-trigger-bg-active'
2249
+ | '--xh-number-field-trigger-divider'
2250
+ | '--xh-number-field-trigger-divider-h'
2251
+ | '--xh-number-field-trigger-fg'
2252
+ | '--xh-number-field-trigger-fg-hover'
2253
+ | '--xh-number-field-trigger-font-size'
2254
+ | '--xh-number-field-trigger-radius'
2255
+ | '--xh-number-field-trigger-size'
2256
+ | '--xh-page-header-bg'
2257
+ | '--xh-page-header-border'
2258
+ | '--xh-page-header-breadcrumb-fg'
2259
+ | '--xh-page-header-breadcrumb-font-size'
2260
+ | '--xh-page-header-column-gap'
2261
+ | '--xh-page-header-description-fg'
2262
+ | '--xh-page-header-description-font-size'
2263
+ | '--xh-page-header-extra-gap'
2264
+ | '--xh-page-header-fg'
2265
+ | '--xh-page-header-footer-fg'
2266
+ | '--xh-page-header-footer-font-size'
2267
+ | '--xh-page-header-px'
2268
+ | '--xh-page-header-py'
2269
+ | '--xh-page-header-radius'
2270
+ | '--xh-page-header-row-gap'
2271
+ | '--xh-page-header-title-fg'
2272
+ | '--xh-page-header-title-font-size'
2273
+ | '--xh-page-header-title-font-weight'
2274
+ | '--xh-pagination-content-bg'
2275
+ | '--xh-pagination-content-border'
2276
+ | '--xh-pagination-content-max-h'
2277
+ | '--xh-pagination-content-max-w'
2278
+ | '--xh-pagination-content-p'
2279
+ | '--xh-pagination-content-radius'
2280
+ | '--xh-pagination-content-shadow'
2281
+ | '--xh-pagination-ellipsis-trigger-fg'
2282
+ | '--xh-pagination-font-size'
2283
+ | '--xh-pagination-gap'
2284
+ | '--xh-pagination-icon-size'
2285
+ | '--xh-pagination-item-bg'
2286
+ | '--xh-pagination-item-bg-active'
2287
+ | '--xh-pagination-item-bg-hover'
2288
+ | '--xh-pagination-item-bg-selected'
2289
+ | '--xh-pagination-item-bg-selected-active'
2290
+ | '--xh-pagination-item-bg-selected-hover'
2291
+ | '--xh-pagination-item-border-selected'
2292
+ | '--xh-pagination-item-border-selected-active'
2293
+ | '--xh-pagination-item-border-selected-hover'
2294
+ | '--xh-pagination-item-fg'
2295
+ | '--xh-pagination-item-fg-selected'
2296
+ | '--xh-pagination-item-font-weight'
2297
+ | '--xh-pagination-item-h'
2298
+ | '--xh-pagination-item-min-size'
2299
+ | '--xh-pagination-item-px'
2300
+ | '--xh-pagination-item-radius'
2301
+ | '--xh-pagination-item-shadow'
2302
+ | '--xh-pagination-jumper-bg'
2303
+ | '--xh-pagination-jumper-bg-hover'
2304
+ | '--xh-pagination-jumper-border'
2305
+ | '--xh-pagination-jumper-border-hover'
2306
+ | '--xh-pagination-jumper-w'
2307
+ | '--xh-pagination-layer'
2308
+ | '--xh-pagination-summary-fg'
2309
+ | '--xh-password-input-caps-lock-fg'
2310
+ | '--xh-password-input-caps-lock-fg-disabled'
2311
+ | '--xh-password-input-caps-lock-font-size'
2312
+ | '--xh-password-input-control-bg'
2313
+ | '--xh-password-input-control-bg-disabled'
2314
+ | '--xh-password-input-control-bg-hover'
2315
+ | '--xh-password-input-control-bg-readonly'
2316
+ | '--xh-password-input-control-border'
2317
+ | '--xh-password-input-control-border-focus'
2318
+ | '--xh-password-input-control-border-hover'
2319
+ | '--xh-password-input-control-border-invalid'
2320
+ | '--xh-password-input-control-fg'
2321
+ | '--xh-password-input-control-gap'
2322
+ | '--xh-password-input-control-h'
2323
+ | '--xh-password-input-control-min-w'
2324
+ | '--xh-password-input-control-px'
2325
+ | '--xh-password-input-control-radius'
2326
+ | '--xh-password-input-control-shadow'
2327
+ | '--xh-password-input-control-w'
2328
+ | '--xh-password-input-gap'
2329
+ | '--xh-password-input-icon-size'
2330
+ | '--xh-password-input-input-autofill-bg'
2331
+ | '--xh-password-input-input-autofill-fg'
2332
+ | '--xh-password-input-input-fg'
2333
+ | '--xh-password-input-input-font-size'
2334
+ | '--xh-password-input-label-fg'
2335
+ | '--xh-password-input-label-fg-disabled'
2336
+ | '--xh-password-input-label-font-size'
2337
+ | '--xh-password-input-label-font-weight'
2338
+ | '--xh-password-input-placeholder-fg'
2339
+ | '--xh-password-input-strength-fg'
2340
+ | '--xh-password-input-strength-radius'
2341
+ | '--xh-password-input-strength-thickness'
2342
+ | '--xh-password-input-strength-track'
2343
+ | '--xh-password-input-trigger-bg'
2344
+ | '--xh-password-input-trigger-bg-active'
2345
+ | '--xh-password-input-trigger-bg-hover'
2346
+ | '--xh-password-input-trigger-fg'
2347
+ | '--xh-password-input-trigger-fg-hover'
2348
+ | '--xh-password-input-trigger-font-size'
2349
+ | '--xh-password-input-trigger-radius'
2350
+ | '--xh-password-input-trigger-size'
2351
+ | '--xh-password-input-visibility-trigger-separator-color'
2352
+ | '--xh-password-input-visibility-trigger-separator-h'
2353
+ | '--xh-pin-input-box-autofill-bg'
2354
+ | '--xh-pin-input-box-autofill-fg'
2355
+ | '--xh-pin-input-box-bg'
2356
+ | '--xh-pin-input-box-bg-disabled'
2357
+ | '--xh-pin-input-box-bg-hover'
2358
+ | '--xh-pin-input-box-bg-readonly'
2359
+ | '--xh-pin-input-box-border'
2360
+ | '--xh-pin-input-box-border-complete'
2361
+ | '--xh-pin-input-box-border-focus'
2362
+ | '--xh-pin-input-box-border-hover'
2363
+ | '--xh-pin-input-box-border-invalid'
2364
+ | '--xh-pin-input-box-fg'
2365
+ | '--xh-pin-input-box-font-size'
2366
+ | '--xh-pin-input-box-gap'
2367
+ | '--xh-pin-input-box-radius'
2368
+ | '--xh-pin-input-box-shadow'
2369
+ | '--xh-pin-input-box-size'
2370
+ | '--xh-pin-input-gap'
2371
+ | '--xh-pin-input-label-fg'
2372
+ | '--xh-pin-input-label-fg-disabled'
2373
+ | '--xh-pin-input-label-font-size'
2374
+ | '--xh-pin-input-label-font-weight'
2375
+ | '--xh-pin-input-placeholder-fg'
2376
+ | '--xh-pin-input-separator-fg'
2377
+ | '--xh-pin-input-separator-fg-disabled'
2378
+ | '--xh-pin-input-separator-font-size'
2379
+ | '--xh-pin-input-separator-gap'
2380
+ | '--xh-popconfirm-action-font-weight'
2381
+ | '--xh-popconfirm-action-px'
2382
+ | '--xh-popconfirm-action-radius'
2383
+ | '--xh-popconfirm-action-shadow'
2384
+ | '--xh-popconfirm-arrow-size'
2385
+ | '--xh-popconfirm-backdrop'
2386
+ | '--xh-popconfirm-bg'
2387
+ | '--xh-popconfirm-border'
2388
+ | '--xh-popconfirm-cancel-bg'
2389
+ | '--xh-popconfirm-cancel-bg-active'
2390
+ | '--xh-popconfirm-cancel-bg-focus'
2391
+ | '--xh-popconfirm-cancel-bg-hover'
2392
+ | '--xh-popconfirm-cancel-border'
2393
+ | '--xh-popconfirm-cancel-border-hover'
2394
+ | '--xh-popconfirm-cancel-fg'
2395
+ | '--xh-popconfirm-cancel-fg-focus'
2396
+ | '--xh-popconfirm-confirm-bg'
2397
+ | '--xh-popconfirm-confirm-fg'
2398
+ | '--xh-popconfirm-confirm-shadow'
2399
+ | '--xh-popconfirm-description-fg'
2400
+ | '--xh-popconfirm-description-font-size'
2401
+ | '--xh-popconfirm-fg'
2402
+ | '--xh-popconfirm-gap'
2403
+ | '--xh-popconfirm-icon-size'
2404
+ | '--xh-popconfirm-layer'
2405
+ | '--xh-popconfirm-loading-duration'
2406
+ | '--xh-popconfirm-max-h'
2407
+ | '--xh-popconfirm-max-w'
2408
+ | '--xh-popconfirm-px'
2409
+ | '--xh-popconfirm-py'
2410
+ | '--xh-popconfirm-radius'
2411
+ | '--xh-popconfirm-shadow'
2412
+ | '--xh-popconfirm-title-fg'
2413
+ | '--xh-popconfirm-title-font-size'
2414
+ | '--xh-popconfirm-title-font-weight'
2415
+ | '--xh-popover-arrow-size'
2416
+ | '--xh-popover-backdrop'
2417
+ | '--xh-popover-bg'
2418
+ | '--xh-popover-border'
2419
+ | '--xh-popover-close-bg-active'
2420
+ | '--xh-popover-close-bg-focus'
2421
+ | '--xh-popover-close-bg-hover'
2422
+ | '--xh-popover-close-fg'
2423
+ | '--xh-popover-close-fg-focus'
2424
+ | '--xh-popover-close-fg-hover'
2425
+ | '--xh-popover-close-radius'
2426
+ | '--xh-popover-close-size'
2427
+ | '--xh-popover-description-fg'
2428
+ | '--xh-popover-description-font-size'
2429
+ | '--xh-popover-fg'
2430
+ | '--xh-popover-gap'
2431
+ | '--xh-popover-icon-size'
2432
+ | '--xh-popover-layer'
2433
+ | '--xh-popover-max-h'
2434
+ | '--xh-popover-max-w'
2435
+ | '--xh-popover-px'
2436
+ | '--xh-popover-py'
2437
+ | '--xh-popover-radius'
2438
+ | '--xh-popover-shadow'
2439
+ | '--xh-popover-title-fg'
2440
+ | '--xh-popover-title-font-size'
2441
+ | '--xh-popover-title-font-weight'
2442
+ | '--xh-progress-indeterminate-duration'
2443
+ | '--xh-progress-label-fg'
2444
+ | '--xh-progress-label-font-size'
2445
+ | '--xh-progress-linecap'
2446
+ | '--xh-progress-range'
2447
+ | '--xh-progress-range-radius'
2448
+ | '--xh-progress-size'
2449
+ | '--xh-progress-thickness'
2450
+ | '--xh-progress-track'
2451
+ | '--xh-progress-track-radius'
2452
+ | '--xh-prompt-input-bg'
2453
+ | '--xh-prompt-input-bg-disabled'
2454
+ | '--xh-prompt-input-bg-hover'
2455
+ | '--xh-prompt-input-border'
2456
+ | '--xh-prompt-input-border-focus'
2457
+ | '--xh-prompt-input-border-hover'
2458
+ | '--xh-prompt-input-gap'
2459
+ | '--xh-prompt-input-icon-size'
2460
+ | '--xh-prompt-input-input-autofill-bg'
2461
+ | '--xh-prompt-input-input-autofill-fg'
2462
+ | '--xh-prompt-input-input-fg'
2463
+ | '--xh-prompt-input-input-font-size'
2464
+ | '--xh-prompt-input-input-radius'
2465
+ | '--xh-prompt-input-max-h'
2466
+ | '--xh-prompt-input-p'
2467
+ | '--xh-prompt-input-placeholder-fg'
2468
+ | '--xh-prompt-input-radius'
2469
+ | '--xh-prompt-input-row-gap'
2470
+ | '--xh-prompt-input-send-bg'
2471
+ | '--xh-prompt-input-send-bg-active'
2472
+ | '--xh-prompt-input-send-bg-hover'
2473
+ | '--xh-prompt-input-send-bg-off'
2474
+ | '--xh-prompt-input-send-fg'
2475
+ | '--xh-prompt-input-shadow'
2476
+ | '--xh-prompt-input-stop-bg'
2477
+ | '--xh-prompt-input-stop-bg-active'
2478
+ | '--xh-prompt-input-stop-bg-hover'
2479
+ | '--xh-prompt-input-stop-fg'
2480
+ | '--xh-prompt-input-stop-mark-radius'
2481
+ | '--xh-prompt-input-stop-mark-size'
2482
+ | '--xh-prompt-input-submit-font-size'
2483
+ | '--xh-prompt-input-submit-font-weight'
2484
+ | '--xh-prompt-input-submit-px'
2485
+ | '--xh-prompt-input-submit-radius'
2486
+ | '--xh-prompt-input-submit-shadow'
2487
+ | '--xh-question-flow-action-font-size'
2488
+ | '--xh-question-flow-action-font-weight'
2489
+ | '--xh-question-flow-action-gap'
2490
+ | '--xh-question-flow-action-h'
2491
+ | '--xh-question-flow-action-px'
2492
+ | '--xh-question-flow-action-radius'
2493
+ | '--xh-question-flow-bg'
2494
+ | '--xh-question-flow-border'
2495
+ | '--xh-question-flow-counter-fg'
2496
+ | '--xh-question-flow-counter-font-size'
2497
+ | '--xh-question-flow-dot-radius'
2498
+ | '--xh-question-flow-dot-size'
2499
+ | '--xh-question-flow-footer-gap'
2500
+ | '--xh-question-flow-gap'
2501
+ | '--xh-question-flow-group-gap'
2502
+ | '--xh-question-flow-icon-size'
2503
+ | '--xh-question-flow-indicator-bg'
2504
+ | '--xh-question-flow-indicator-bg-checked'
2505
+ | '--xh-question-flow-indicator-border'
2506
+ | '--xh-question-flow-indicator-border-checked'
2507
+ | '--xh-question-flow-indicator-fg'
2508
+ | '--xh-question-flow-indicator-icon-size'
2509
+ | '--xh-question-flow-indicator-radius'
2510
+ | '--xh-question-flow-indicator-radius-single'
2511
+ | '--xh-question-flow-indicator-size'
2512
+ | '--xh-question-flow-item-bg'
2513
+ | '--xh-question-flow-item-bg-hover'
2514
+ | '--xh-question-flow-item-fg'
2515
+ | '--xh-question-flow-item-fg-checked'
2516
+ | '--xh-question-flow-item-font-size'
2517
+ | '--xh-question-flow-item-gap'
2518
+ | '--xh-question-flow-item-px'
2519
+ | '--xh-question-flow-item-py'
2520
+ | '--xh-question-flow-item-radius'
2521
+ | '--xh-question-flow-note-bg'
2522
+ | '--xh-question-flow-note-border'
2523
+ | '--xh-question-flow-note-fg'
2524
+ | '--xh-question-flow-note-font-size'
2525
+ | '--xh-question-flow-note-px'
2526
+ | '--xh-question-flow-note-py'
2527
+ | '--xh-question-flow-note-radius'
2528
+ | '--xh-question-flow-padding'
2529
+ | '--xh-question-flow-placeholder-fg'
2530
+ | '--xh-question-flow-prompt-fg'
2531
+ | '--xh-question-flow-prompt-font-size'
2532
+ | '--xh-question-flow-prompt-font-weight'
2533
+ | '--xh-question-flow-question-gap'
2534
+ | '--xh-question-flow-radius'
2535
+ | '--xh-question-flow-result-bg'
2536
+ | '--xh-question-flow-result-fg'
2537
+ | '--xh-question-flow-result-font-size'
2538
+ | '--xh-question-flow-result-font-weight'
2539
+ | '--xh-question-flow-result-gap'
2540
+ | '--xh-question-flow-result-px'
2541
+ | '--xh-question-flow-result-py'
2542
+ | '--xh-question-flow-result-radius'
2543
+ | '--xh-question-flow-shadow'
2544
+ | '--xh-question-flow-skip-bg'
2545
+ | '--xh-question-flow-skip-bg-hover'
2546
+ | '--xh-question-flow-skip-fg'
2547
+ | '--xh-question-flow-skip-fg-hover'
2548
+ | '--xh-question-flow-step-bg'
2549
+ | '--xh-question-flow-step-bg-hover'
2550
+ | '--xh-question-flow-step-fg'
2551
+ | '--xh-question-flow-step-fg-hover'
2552
+ | '--xh-question-flow-step-padding'
2553
+ | '--xh-question-flow-step-radius'
2554
+ | '--xh-question-flow-step-size'
2555
+ | '--xh-question-flow-submit-bg'
2556
+ | '--xh-question-flow-submit-bg-active'
2557
+ | '--xh-question-flow-submit-bg-hover'
2558
+ | '--xh-question-flow-submit-bg-off'
2559
+ | '--xh-question-flow-submit-fg'
2560
+ | '--xh-question-flow-submit-shadow'
2561
+ | '--xh-question-flow-track-gap'
2562
+ | '--xh-question-flow-track-y'
2563
+ | '--xh-question-flow-viewport-h'
2564
+ | '--xh-radio-group-gap'
2565
+ | '--xh-radio-group-indicator-bg'
2566
+ | '--xh-radio-group-indicator-bg-disabled'
2567
+ | '--xh-radio-group-indicator-bg-pressed'
2568
+ | '--xh-radio-group-indicator-border'
2569
+ | '--xh-radio-group-indicator-border-checked'
2570
+ | '--xh-radio-group-indicator-border-disabled'
2571
+ | '--xh-radio-group-indicator-border-hover'
2572
+ | '--xh-radio-group-indicator-border-invalid'
2573
+ | '--xh-radio-group-indicator-dot'
2574
+ | '--xh-radio-group-indicator-dot-disabled'
2575
+ | '--xh-radio-group-indicator-dot-pressed'
2576
+ | '--xh-radio-group-indicator-radius'
2577
+ | '--xh-radio-group-indicator-size'
2578
+ | '--xh-radio-group-item-bg-hover'
2579
+ | '--xh-radio-group-item-bg-pressed'
2580
+ | '--xh-radio-group-item-fg'
2581
+ | '--xh-radio-group-item-fg-disabled'
2582
+ | '--xh-radio-group-item-font-size'
2583
+ | '--xh-radio-group-item-gap'
2584
+ | '--xh-radio-group-item-radius'
2585
+ | '--xh-radio-group-label-fg'
2586
+ | '--xh-radio-group-label-fg-disabled'
2587
+ | '--xh-radio-group-label-font-size'
2588
+ | '--xh-radio-group-label-font-weight'
2589
+ | '--xh-rating-gap'
2590
+ | '--xh-rating-item-bg-pressed'
2591
+ | '--xh-rating-item-fg'
2592
+ | '--xh-rating-item-fg-highlighted'
2593
+ | '--xh-rating-item-font-size'
2594
+ | '--xh-rating-item-gap'
2595
+ | '--xh-rating-item-radius'
2596
+ | '--xh-rating-label-fg'
2597
+ | '--xh-rating-label-fg-disabled'
2598
+ | '--xh-rating-label-font-size'
2599
+ | '--xh-rating-label-font-weight'
2600
+ | '--xh-rating-value-text-fg'
2601
+ | '--xh-rating-value-text-fg-disabled'
2602
+ | '--xh-rating-value-text-font-size'
2603
+ | '--xh-reasoning-bg'
2604
+ | '--xh-reasoning-border'
2605
+ | '--xh-reasoning-content-fg'
2606
+ | '--xh-reasoning-content-font-size'
2607
+ | '--xh-reasoning-content-leading'
2608
+ | '--xh-reasoning-content-pe'
2609
+ | '--xh-reasoning-content-ps'
2610
+ | '--xh-reasoning-duration-fg'
2611
+ | '--xh-reasoning-duration-font-size'
2612
+ | '--xh-reasoning-font-size'
2613
+ | '--xh-reasoning-icon-fg'
2614
+ | '--xh-reasoning-icon-size'
2615
+ | '--xh-reasoning-icon-streaming-fg'
2616
+ | '--xh-reasoning-indicator-fg'
2617
+ | '--xh-reasoning-label-font-weight'
2618
+ | '--xh-reasoning-label-streaming-fg'
2619
+ | '--xh-reasoning-px'
2620
+ | '--xh-reasoning-py'
2621
+ | '--xh-reasoning-radius'
2622
+ | '--xh-reasoning-rail'
2623
+ | '--xh-reasoning-rail-inset'
2624
+ | '--xh-reasoning-rail-width'
2625
+ | '--xh-reasoning-shadow'
2626
+ | '--xh-reasoning-shimmer-duration'
2627
+ | '--xh-reasoning-shimmer-from'
2628
+ | '--xh-reasoning-shimmer-to'
2629
+ | '--xh-reasoning-tone-bar'
2630
+ | '--xh-reasoning-tone-fg'
2631
+ | '--xh-reasoning-trigger-bg-hover'
2632
+ | '--xh-reasoning-trigger-fg'
2633
+ | '--xh-reasoning-trigger-gap'
2634
+ | '--xh-reasoning-trigger-radius'
2635
+ | '--xh-resizable-corner'
2636
+ | '--xh-resizable-corner-inset'
2637
+ | '--xh-resizable-grip'
2638
+ | '--xh-resizable-handle-bg'
2639
+ | '--xh-resizable-handle-bg-active'
2640
+ | '--xh-resizable-handle-bg-hover'
2641
+ | '--xh-resizable-handle-radius'
2642
+ | '--xh-resizable-indicator-inset'
2643
+ | '--xh-resizable-indicator-length'
2644
+ | '--xh-resizable-indicator-thickness'
2645
+ | '--xh-scroll-area-fade-size'
2646
+ | '--xh-scrollbar-corner-bg'
2647
+ | '--xh-scrollbar-thumb-bg'
2648
+ | '--xh-scrollbar-thumb-bg-active'
2649
+ | '--xh-scrollbar-thumb-bg-disabled'
2650
+ | '--xh-scrollbar-thumb-bg-hover'
2651
+ | '--xh-scrollbar-thumb-radius'
2652
+ | '--xh-scrollbar-track-bg'
2653
+ | '--xh-segmented-bg'
2654
+ | '--xh-segmented-bg-disabled'
2655
+ | '--xh-segmented-border'
2656
+ | '--xh-segmented-border-invalid'
2657
+ | '--xh-segmented-font-size'
2658
+ | '--xh-segmented-h'
2659
+ | '--xh-segmented-indicator-bg'
2660
+ | '--xh-segmented-indicator-border'
2661
+ | '--xh-segmented-indicator-radius'
2662
+ | '--xh-segmented-indicator-shadow'
2663
+ | '--xh-segmented-indicator-shadow-disabled'
2664
+ | '--xh-segmented-item-bg-hover'
2665
+ | '--xh-segmented-item-bg-pressed'
2666
+ | '--xh-segmented-item-fg'
2667
+ | '--xh-segmented-item-fg-checked'
2668
+ | '--xh-segmented-item-fg-checked-disabled'
2669
+ | '--xh-segmented-item-fg-hover'
2670
+ | '--xh-segmented-item-font-weight'
2671
+ | '--xh-segmented-item-gap'
2672
+ | '--xh-segmented-item-h'
2673
+ | '--xh-segmented-item-px'
2674
+ | '--xh-segmented-item-radius'
2675
+ | '--xh-segmented-radius'
2676
+ | '--xh-segmented-track-padding'
2677
+ | '--xh-select-action-bg'
2678
+ | '--xh-select-action-bg-active'
2679
+ | '--xh-select-action-bg-hover'
2680
+ | '--xh-select-action-fg'
2681
+ | '--xh-select-action-fg-hover'
2682
+ | '--xh-select-action-font-size'
2683
+ | '--xh-select-action-radius'
2684
+ | '--xh-select-action-size'
2685
+ | '--xh-select-content-backdrop'
2686
+ | '--xh-select-content-bg'
2687
+ | '--xh-select-content-border'
2688
+ | '--xh-select-content-fg'
2689
+ | '--xh-select-content-highlight'
2690
+ | '--xh-select-content-max-h'
2691
+ | '--xh-select-content-max-w'
2692
+ | '--xh-select-content-min-w'
2693
+ | '--xh-select-content-px'
2694
+ | '--xh-select-content-py'
2695
+ | '--xh-select-content-radius'
2696
+ | '--xh-select-content-shadow'
2697
+ | '--xh-select-control-bg'
2698
+ | '--xh-select-control-bg-disabled'
2699
+ | '--xh-select-control-bg-hover'
2700
+ | '--xh-select-control-bg-readonly'
2701
+ | '--xh-select-control-border'
2702
+ | '--xh-select-control-border-focus'
2703
+ | '--xh-select-control-border-hover'
2704
+ | '--xh-select-control-border-invalid'
2705
+ | '--xh-select-control-fg'
2706
+ | '--xh-select-control-gap'
2707
+ | '--xh-select-control-h'
2708
+ | '--xh-select-control-min-w'
2709
+ | '--xh-select-control-px'
2710
+ | '--xh-select-control-radius'
2711
+ | '--xh-select-control-shadow'
2712
+ | '--xh-select-control-w'
2713
+ | '--xh-select-empty-fg'
2714
+ | '--xh-select-empty-font-size'
2715
+ | '--xh-select-empty-px'
2716
+ | '--xh-select-empty-py'
2717
+ | '--xh-select-footer-border'
2718
+ | '--xh-select-footer-fg'
2719
+ | '--xh-select-footer-font-size'
2720
+ | '--xh-select-footer-gap'
2721
+ | '--xh-select-footer-px'
2722
+ | '--xh-select-footer-py'
2723
+ | '--xh-select-gap'
2724
+ | '--xh-select-group-gap'
2725
+ | '--xh-select-group-label-fg'
2726
+ | '--xh-select-group-label-font-size'
2727
+ | '--xh-select-group-label-font-weight'
2728
+ | '--xh-select-group-label-px'
2729
+ | '--xh-select-group-label-py'
2730
+ | '--xh-select-group-separator-color'
2731
+ | '--xh-select-group-spacing'
2732
+ | '--xh-select-icon-size'
2733
+ | '--xh-select-indicator-fg'
2734
+ | '--xh-select-item-bg-hover'
2735
+ | '--xh-select-item-bg-pressed'
2736
+ | '--xh-select-item-check-fg'
2737
+ | '--xh-select-item-fg'
2738
+ | '--xh-select-item-fg-selected'
2739
+ | '--xh-select-item-font-size'
2740
+ | '--xh-select-item-font-weight-selected'
2741
+ | '--xh-select-item-gap'
2742
+ | '--xh-select-item-indicator-size'
2743
+ | '--xh-select-item-leading'
2744
+ | '--xh-select-item-px'
2745
+ | '--xh-select-item-py'
2746
+ | '--xh-select-item-radius'
2747
+ | '--xh-select-label-fg'
2748
+ | '--xh-select-label-fg-disabled'
2749
+ | '--xh-select-label-font-size'
2750
+ | '--xh-select-label-font-weight'
2751
+ | '--xh-select-layer'
2752
+ | '--xh-select-list-gap'
2753
+ | '--xh-select-loading-fg'
2754
+ | '--xh-select-loading-font-size'
2755
+ | '--xh-select-loading-px'
2756
+ | '--xh-select-loading-py'
2757
+ | '--xh-select-placeholder-fg'
2758
+ | '--xh-select-tag-list-gap'
2759
+ | '--xh-select-trigger-fg'
2760
+ | '--xh-select-trigger-font-size'
2761
+ | '--xh-select-trigger-gap'
2762
+ | '--xh-separator-align-length'
2763
+ | '--xh-separator-color'
2764
+ | '--xh-separator-content-fg'
2765
+ | '--xh-separator-content-font-size'
2766
+ | '--xh-separator-dash-gap'
2767
+ | '--xh-separator-dash-length'
2768
+ | '--xh-separator-gap'
2769
+ | '--xh-separator-radius'
2770
+ | '--xh-separator-thickness'
2771
+ | '--xh-side-nav-branch-indicator-size'
2772
+ | '--xh-side-nav-collapsed-w'
2773
+ | '--xh-side-nav-fg'
2774
+ | '--xh-side-nav-gap'
2775
+ | '--xh-side-nav-group-label-px'
2776
+ | '--xh-side-nav-group-label-py'
2777
+ | '--xh-side-nav-icon-size'
2778
+ | '--xh-side-nav-indent'
2779
+ | '--xh-side-nav-indicator-color'
2780
+ | '--xh-side-nav-link-font-size'
2781
+ | '--xh-side-nav-link-gap'
2782
+ | '--xh-side-nav-link-h'
2783
+ | '--xh-side-nav-link-px'
2784
+ | '--xh-side-nav-link-radius'
2785
+ | '--xh-side-nav-p'
2786
+ | '--xh-side-nav-popout-bg'
2787
+ | '--xh-side-nav-popout-border'
2788
+ | '--xh-side-nav-popout-layer'
2789
+ | '--xh-side-nav-popout-max-h'
2790
+ | '--xh-side-nav-popout-max-w'
2791
+ | '--xh-side-nav-popout-min-w'
2792
+ | '--xh-side-nav-popout-p'
2793
+ | '--xh-side-nav-popout-radius'
2794
+ | '--xh-side-nav-popout-shadow'
2795
+ | '--xh-side-nav-row-bg-active'
2796
+ | '--xh-side-nav-row-bg-hover'
2797
+ | '--xh-side-nav-row-bg-in-path'
2798
+ | '--xh-side-nav-row-bg-pressed'
2799
+ | '--xh-side-nav-row-fg'
2800
+ | '--xh-side-nav-row-fg-active'
2801
+ | '--xh-side-nav-row-fg-in-path'
2802
+ | '--xh-side-nav-row-font-weight-active'
2803
+ | '--xh-side-nav-w'
2804
+ | '--xh-signature-pad-aspect-ratio'
2805
+ | '--xh-signature-pad-bg'
2806
+ | '--xh-signature-pad-bg-disabled'
2807
+ | '--xh-signature-pad-bg-readonly'
2808
+ | '--xh-signature-pad-border'
2809
+ | '--xh-signature-pad-border-disabled'
2810
+ | '--xh-signature-pad-border-drawing'
2811
+ | '--xh-signature-pad-clear-bg'
2812
+ | '--xh-signature-pad-clear-bg-active'
2813
+ | '--xh-signature-pad-clear-bg-disabled'
2814
+ | '--xh-signature-pad-clear-bg-hover'
2815
+ | '--xh-signature-pad-clear-border'
2816
+ | '--xh-signature-pad-clear-border-hover'
2817
+ | '--xh-signature-pad-clear-fg'
2818
+ | '--xh-signature-pad-clear-fg-empty'
2819
+ | '--xh-signature-pad-clear-font-size'
2820
+ | '--xh-signature-pad-clear-gap'
2821
+ | '--xh-signature-pad-clear-h'
2822
+ | '--xh-signature-pad-clear-icon-size'
2823
+ | '--xh-signature-pad-clear-px'
2824
+ | '--xh-signature-pad-clear-radius'
2825
+ | '--xh-signature-pad-clear-shadow-hover'
2826
+ | '--xh-signature-pad-control-border-invalid'
2827
+ | '--xh-signature-pad-gap'
2828
+ | '--xh-signature-pad-guide-stroke'
2829
+ | '--xh-signature-pad-ink'
2830
+ | '--xh-signature-pad-label-fg'
2831
+ | '--xh-signature-pad-label-fg-disabled'
2832
+ | '--xh-signature-pad-label-font-size'
2833
+ | '--xh-signature-pad-label-font-weight'
2834
+ | '--xh-signature-pad-label-gap'
2835
+ | '--xh-signature-pad-radius'
2836
+ | '--xh-signature-pad-status-fg'
2837
+ | '--xh-signature-pad-status-font-size'
2838
+ | '--xh-skeleton-bg'
2839
+ | '--xh-skeleton-circle-radius'
2840
+ | '--xh-skeleton-circle-size'
2841
+ | '--xh-skeleton-duration'
2842
+ | '--xh-skeleton-gap'
2843
+ | '--xh-skeleton-pulse-duration'
2844
+ | '--xh-skeleton-radius'
2845
+ | '--xh-skeleton-rect-block-size'
2846
+ | '--xh-skeleton-rect-radius'
2847
+ | '--xh-skeleton-sheen'
2848
+ | '--xh-skeleton-text-block-size'
2849
+ | '--xh-skeleton-text-radius'
2850
+ | '--xh-slider-control-gutter'
2851
+ | '--xh-slider-gap'
2852
+ | '--xh-slider-label-fg'
2853
+ | '--xh-slider-label-fg-disabled'
2854
+ | '--xh-slider-label-font-size'
2855
+ | '--xh-slider-label-font-weight'
2856
+ | '--xh-slider-range-bg'
2857
+ | '--xh-slider-range-bg-disabled'
2858
+ | '--xh-slider-range-bg-invalid'
2859
+ | '--xh-slider-range-radius'
2860
+ | '--xh-slider-thumb-bg'
2861
+ | '--xh-slider-thumb-bg-disabled'
2862
+ | '--xh-slider-thumb-bg-invalid'
2863
+ | '--xh-slider-thumb-border'
2864
+ | '--xh-slider-thumb-radius'
2865
+ | '--xh-slider-thumb-scale-dragging'
2866
+ | '--xh-slider-thumb-shadow'
2867
+ | '--xh-slider-thumb-shadow-disabled'
2868
+ | '--xh-slider-thumb-shadow-dragging'
2869
+ | '--xh-slider-thumb-size'
2870
+ | '--xh-slider-tick-bg'
2871
+ | '--xh-slider-tick-bg-active'
2872
+ | '--xh-slider-tick-bg-active-disabled'
2873
+ | '--xh-slider-tick-bg-disabled'
2874
+ | '--xh-slider-tick-label-fg'
2875
+ | '--xh-slider-tick-label-fg-active'
2876
+ | '--xh-slider-tick-label-fg-disabled'
2877
+ | '--xh-slider-tick-label-font-size'
2878
+ | '--xh-slider-tick-label-gap'
2879
+ | '--xh-slider-tick-radius'
2880
+ | '--xh-slider-tick-size'
2881
+ | '--xh-slider-track-bg'
2882
+ | '--xh-slider-track-bg-disabled'
2883
+ | '--xh-slider-track-radius'
2884
+ | '--xh-slider-track-thickness'
2885
+ | '--xh-slider-value-text-bg'
2886
+ | '--xh-slider-value-text-fg'
2887
+ | '--xh-slider-value-text-font-size'
2888
+ | '--xh-slider-value-text-offset'
2889
+ | '--xh-slider-value-text-px'
2890
+ | '--xh-slider-value-text-py'
2891
+ | '--xh-slider-value-text-radius'
2892
+ | '--xh-slider-vertical-length'
2893
+ | '--xh-sortable-drag-bg-active'
2894
+ | '--xh-sortable-drag-bg-hover'
2895
+ | '--xh-sortable-drag-fg'
2896
+ | '--xh-sortable-drag-fg-disabled'
2897
+ | '--xh-sortable-drag-fg-hover'
2898
+ | '--xh-sortable-drag-grip-h'
2899
+ | '--xh-sortable-drag-grip-w'
2900
+ | '--xh-sortable-drag-icon-size'
2901
+ | '--xh-sortable-drag-radius'
2902
+ | '--xh-sortable-drag-size'
2903
+ | '--xh-sortable-drop-indicator-bg'
2904
+ | '--xh-sortable-drop-indicator-radius'
2905
+ | '--xh-sortable-drop-indicator-size'
2906
+ | '--xh-sortable-gap'
2907
+ | '--xh-sortable-item-opacity-dragging'
2908
+ | '--xh-sortable-item-shadow-dragging'
2909
+ | '--xh-spinner-duration'
2910
+ | '--xh-spinner-fg'
2911
+ | '--xh-spinner-gap'
2912
+ | '--xh-spinner-label-fg'
2913
+ | '--xh-spinner-label-size'
2914
+ | '--xh-spinner-radius'
2915
+ | '--xh-spinner-size'
2916
+ | '--xh-spinner-thickness'
2917
+ | '--xh-spinner-track'
2918
+ | '--xh-splitter-disabled-opacity'
2919
+ | '--xh-splitter-radius'
2920
+ | '--xh-splitter-trigger-bg'
2921
+ | '--xh-splitter-trigger-bg-disabled'
2922
+ | '--xh-splitter-trigger-bg-dragging'
2923
+ | '--xh-splitter-trigger-bg-hover'
2924
+ | '--xh-splitter-trigger-thickness'
2925
+ | '--xh-statistic-affix-fg'
2926
+ | '--xh-statistic-affix-font-size'
2927
+ | '--xh-statistic-fg'
2928
+ | '--xh-statistic-gap'
2929
+ | '--xh-statistic-icon-size'
2930
+ | '--xh-statistic-label-fg'
2931
+ | '--xh-statistic-label-font-size'
2932
+ | '--xh-statistic-row-gap'
2933
+ | '--xh-statistic-trend-fg'
2934
+ | '--xh-statistic-trend-font-size'
2935
+ | '--xh-statistic-trend-gap'
2936
+ | '--xh-statistic-trend-offset'
2937
+ | '--xh-statistic-value-fg'
2938
+ | '--xh-statistic-value-font-size'
2939
+ | '--xh-steps-content-fg'
2940
+ | '--xh-steps-content-min-inline-size'
2941
+ | '--xh-steps-content-py'
2942
+ | '--xh-steps-description-fg'
2943
+ | '--xh-steps-description-font-size'
2944
+ | '--xh-steps-gap'
2945
+ | '--xh-steps-icon-size'
2946
+ | '--xh-steps-indicator-bg'
2947
+ | '--xh-steps-indicator-bg-completed'
2948
+ | '--xh-steps-indicator-bg-completed-hover'
2949
+ | '--xh-steps-indicator-bg-current'
2950
+ | '--xh-steps-indicator-bg-current-pressed'
2951
+ | '--xh-steps-indicator-bg-disabled'
2952
+ | '--xh-steps-indicator-bg-hover'
2953
+ | '--xh-steps-indicator-bg-pressed'
2954
+ | '--xh-steps-indicator-bg-toned'
2955
+ | '--xh-steps-indicator-border'
2956
+ | '--xh-steps-indicator-border-completed'
2957
+ | '--xh-steps-indicator-border-current'
2958
+ | '--xh-steps-indicator-border-disabled'
2959
+ | '--xh-steps-indicator-border-toned'
2960
+ | '--xh-steps-indicator-fg'
2961
+ | '--xh-steps-indicator-fg-completed'
2962
+ | '--xh-steps-indicator-fg-current'
2963
+ | '--xh-steps-indicator-fg-disabled'
2964
+ | '--xh-steps-indicator-fg-hover'
2965
+ | '--xh-steps-indicator-fg-toned'
2966
+ | '--xh-steps-indicator-font-size'
2967
+ | '--xh-steps-indicator-mark-size'
2968
+ | '--xh-steps-indicator-radius'
2969
+ | '--xh-steps-indicator-shadow'
2970
+ | '--xh-steps-indicator-size'
2971
+ | '--xh-steps-item-gap'
2972
+ | '--xh-steps-item-min-inline-size'
2973
+ | '--xh-steps-list-gap'
2974
+ | '--xh-steps-separator-bg'
2975
+ | '--xh-steps-separator-bg-completed'
2976
+ | '--xh-steps-separator-min-length'
2977
+ | '--xh-steps-separator-radius'
2978
+ | '--xh-steps-separator-thickness'
2979
+ | '--xh-steps-title-fg'
2980
+ | '--xh-steps-title-fg-active'
2981
+ | '--xh-steps-title-fg-toned'
2982
+ | '--xh-steps-title-font-size'
2983
+ | '--xh-steps-title-font-weight'
2984
+ | '--xh-steps-trigger-bg-hover'
2985
+ | '--xh-steps-trigger-bg-pressed'
2986
+ | '--xh-steps-trigger-gap'
2987
+ | '--xh-steps-trigger-p'
2988
+ | '--xh-steps-trigger-radius'
2989
+ | '--xh-switch-bg'
2990
+ | '--xh-switch-bg-checked'
2991
+ | '--xh-switch-bg-checked-pressed'
2992
+ | '--xh-switch-bg-checked-readonly'
2993
+ | '--xh-switch-bg-disabled'
2994
+ | '--xh-switch-bg-pressed'
2995
+ | '--xh-switch-border'
2996
+ | '--xh-switch-border-checked'
2997
+ | '--xh-switch-border-checked-readonly'
2998
+ | '--xh-switch-border-disabled'
2999
+ | '--xh-switch-border-invalid'
3000
+ | '--xh-switch-fg'
3001
+ | '--xh-switch-fg-checked'
3002
+ | '--xh-switch-fg-checked-readonly'
3003
+ | '--xh-switch-fg-disabled'
3004
+ | '--xh-switch-label-fg'
3005
+ | '--xh-switch-label-fg-disabled'
3006
+ | '--xh-switch-label-font-size'
3007
+ | '--xh-switch-label-gap'
3008
+ | '--xh-switch-label-leading'
3009
+ | '--xh-switch-loading-duration'
3010
+ | '--xh-switch-loading-fg'
3011
+ | '--xh-switch-radius'
3012
+ | '--xh-switch-thumb'
3013
+ | '--xh-switch-thumb-border'
3014
+ | '--xh-switch-thumb-fg'
3015
+ | '--xh-switch-thumb-fg-disabled'
3016
+ | '--xh-switch-thumb-press-stretch'
3017
+ | '--xh-switch-thumb-radius'
3018
+ | '--xh-switch-thumb-shadow'
3019
+ | '--xh-switch-thumb-shadow-disabled'
3020
+ | '--xh-switch-thumb-shadow-pressed'
3021
+ | '--xh-switch-thumb-shadow-readonly'
3022
+ | '--xh-table-bg'
3023
+ | '--xh-table-border'
3024
+ | '--xh-table-caption-fg'
3025
+ | '--xh-table-caption-font-size'
3026
+ | '--xh-table-caption-font-weight'
3027
+ | '--xh-table-caption-px'
3028
+ | '--xh-table-caption-py'
3029
+ | '--xh-table-cell-gap'
3030
+ | '--xh-table-cell-min-w'
3031
+ | '--xh-table-cell-px'
3032
+ | '--xh-table-cell-py'
3033
+ | '--xh-table-column-fg'
3034
+ | '--xh-table-column-font-weight'
3035
+ | '--xh-table-column-list-fg'
3036
+ | '--xh-table-column-list-font-size'
3037
+ | '--xh-table-column-list-gap'
3038
+ | '--xh-table-detail-bg'
3039
+ | '--xh-table-detail-px'
3040
+ | '--xh-table-detail-py'
3041
+ | '--xh-table-drag-fg'
3042
+ | '--xh-table-drag-fg-active'
3043
+ | '--xh-table-drag-fg-disabled'
3044
+ | '--xh-table-drag-grip-h'
3045
+ | '--xh-table-drag-grip-w'
3046
+ | '--xh-table-drag-size'
3047
+ | '--xh-table-dragging-opacity'
3048
+ | '--xh-table-drop-fg'
3049
+ | '--xh-table-drop-inside-bg'
3050
+ | '--xh-table-drop-line'
3051
+ | '--xh-table-expand-fg'
3052
+ | '--xh-table-fg'
3053
+ | '--xh-table-font-size'
3054
+ | '--xh-table-footer-bg'
3055
+ | '--xh-table-footer-font-weight'
3056
+ | '--xh-table-header-bg'
3057
+ | '--xh-table-icon-size'
3058
+ | '--xh-table-load-more-trigger-bg-hover'
3059
+ | '--xh-table-load-more-trigger-fg'
3060
+ | '--xh-table-load-more-trigger-font-size'
3061
+ | '--xh-table-load-more-trigger-gap'
3062
+ | '--xh-table-load-more-trigger-px'
3063
+ | '--xh-table-load-more-trigger-py'
3064
+ | '--xh-table-load-more-trigger-radius'
3065
+ | '--xh-table-loading-duration'
3066
+ | '--xh-table-max-h'
3067
+ | '--xh-table-radius'
3068
+ | '--xh-table-resize-fg'
3069
+ | '--xh-table-resize-fg-active'
3070
+ | '--xh-table-resize-line'
3071
+ | '--xh-table-resize-line-length'
3072
+ | '--xh-table-resize-radius'
3073
+ | '--xh-table-resize-width'
3074
+ | '--xh-table-row-bg'
3075
+ | '--xh-table-row-bg-hover'
3076
+ | '--xh-table-row-bg-pressed'
3077
+ | '--xh-table-row-bg-selected'
3078
+ | '--xh-table-row-bg-striped'
3079
+ | '--xh-table-row-border'
3080
+ | '--xh-table-row-cursor'
3081
+ | '--xh-table-row-drag-fg'
3082
+ | '--xh-table-row-drag-fg-active'
3083
+ | '--xh-table-row-drag-fg-disabled'
3084
+ | '--xh-table-row-drag-grip-long'
3085
+ | '--xh-table-row-drag-grip-short'
3086
+ | '--xh-table-row-drag-size'
3087
+ | '--xh-table-row-fg-selected'
3088
+ | '--xh-table-sort-bg-hover'
3089
+ | '--xh-table-sort-bg-pressed'
3090
+ | '--xh-table-sort-fg'
3091
+ | '--xh-table-sort-fg-active'
3092
+ | '--xh-table-sort-size'
3093
+ | '--xh-table-state-fg'
3094
+ | '--xh-table-state-gap'
3095
+ | '--xh-table-state-min-h'
3096
+ | '--xh-table-state-px'
3097
+ | '--xh-table-state-py'
3098
+ | '--xh-table-sticky-column-layer'
3099
+ | '--xh-table-sticky-header-layer'
3100
+ | '--xh-table-sticky-inset'
3101
+ | '--xh-table-toolbar-fg'
3102
+ | '--xh-table-toolbar-gap'
3103
+ | '--xh-table-toolbar-py'
3104
+ | '--xh-table-trigger-bg-checked'
3105
+ | '--xh-table-trigger-bg-checked-pressed'
3106
+ | '--xh-table-trigger-bg-pressed'
3107
+ | '--xh-table-trigger-border'
3108
+ | '--xh-table-trigger-border-checked'
3109
+ | '--xh-table-trigger-fg'
3110
+ | '--xh-table-trigger-radius'
3111
+ | '--xh-table-trigger-size'
3112
+ | '--xh-tabs-content-fg'
3113
+ | '--xh-tabs-content-py'
3114
+ | '--xh-tabs-drag-fg'
3115
+ | '--xh-tabs-drag-fg-active'
3116
+ | '--xh-tabs-drag-fg-disabled'
3117
+ | '--xh-tabs-drag-grip-long'
3118
+ | '--xh-tabs-drag-grip-short'
3119
+ | '--xh-tabs-drag-radius'
3120
+ | '--xh-tabs-drag-size'
3121
+ | '--xh-tabs-dragging-opacity'
3122
+ | '--xh-tabs-drop-fg'
3123
+ | '--xh-tabs-drop-line'
3124
+ | '--xh-tabs-gap'
3125
+ | '--xh-tabs-indicator-color'
3126
+ | '--xh-tabs-indicator-radius'
3127
+ | '--xh-tabs-indicator-thickness'
3128
+ | '--xh-tabs-list-bg'
3129
+ | '--xh-tabs-list-border'
3130
+ | '--xh-tabs-list-gap'
3131
+ | '--xh-tabs-list-p'
3132
+ | '--xh-tabs-list-radius'
3133
+ | '--xh-tabs-scroll-icon-size'
3134
+ | '--xh-tabs-scroll-trigger-bg'
3135
+ | '--xh-tabs-scroll-trigger-fg'
3136
+ | '--xh-tabs-separator-color'
3137
+ | '--xh-tabs-separator-radius'
3138
+ | '--xh-tabs-separator-size'
3139
+ | '--xh-tabs-separator-thickness'
3140
+ | '--xh-tabs-trigger-bg'
3141
+ | '--xh-tabs-trigger-bg-active'
3142
+ | '--xh-tabs-trigger-bg-active-hover'
3143
+ | '--xh-tabs-trigger-bg-hover'
3144
+ | '--xh-tabs-trigger-bg-pressed'
3145
+ | '--xh-tabs-trigger-border'
3146
+ | '--xh-tabs-trigger-border-active'
3147
+ | '--xh-tabs-trigger-fg'
3148
+ | '--xh-tabs-trigger-fg-active'
3149
+ | '--xh-tabs-trigger-fg-hover'
3150
+ | '--xh-tabs-trigger-fg-pressed'
3151
+ | '--xh-tabs-trigger-font-size'
3152
+ | '--xh-tabs-trigger-font-weight'
3153
+ | '--xh-tabs-trigger-font-weight-active'
3154
+ | '--xh-tabs-trigger-gap'
3155
+ | '--xh-tabs-trigger-h'
3156
+ | '--xh-tabs-trigger-px'
3157
+ | '--xh-tabs-trigger-radius'
3158
+ | '--xh-tabs-trigger-shadow-active'
3159
+ | '--xh-tag-bg'
3160
+ | '--xh-tag-bg-disabled'
3161
+ | '--xh-tag-border'
3162
+ | '--xh-tag-border-disabled'
3163
+ | '--xh-tag-close-bg-active'
3164
+ | '--xh-tag-close-bg-hover'
3165
+ | '--xh-tag-close-fg'
3166
+ | '--xh-tag-close-radius'
3167
+ | '--xh-tag-close-size'
3168
+ | '--xh-tag-fg'
3169
+ | '--xh-tag-font-size'
3170
+ | '--xh-tag-font-weight'
3171
+ | '--xh-tag-gap'
3172
+ | '--xh-tag-group-gap'
3173
+ | '--xh-tag-group-item-bg-hover'
3174
+ | '--xh-tag-group-item-bg-pressed'
3175
+ | '--xh-tag-group-item-bg-pressed-solid'
3176
+ | '--xh-tag-group-item-bg-selected'
3177
+ | '--xh-tag-group-item-bg-selected-hover'
3178
+ | '--xh-tag-group-item-bg-selected-pressed'
3179
+ | '--xh-tag-group-item-border-selected'
3180
+ | '--xh-tag-group-item-fg-selected'
3181
+ | '--xh-tag-group-item-indicator-fg'
3182
+ | '--xh-tag-group-item-indicator-size'
3183
+ | '--xh-tag-group-label-fg'
3184
+ | '--xh-tag-group-label-font-size'
3185
+ | '--xh-tag-group-label-font-weight'
3186
+ | '--xh-tag-group-list-gap'
3187
+ | '--xh-tag-icon-size'
3188
+ | '--xh-tag-px'
3189
+ | '--xh-tag-py'
3190
+ | '--xh-tag-radius'
3191
+ | '--xh-tag-shadow'
3192
+ | '--xh-tags-input-action-bg'
3193
+ | '--xh-tags-input-action-bg-active'
3194
+ | '--xh-tags-input-action-bg-hover'
3195
+ | '--xh-tags-input-action-fg'
3196
+ | '--xh-tags-input-action-fg-hover'
3197
+ | '--xh-tags-input-action-font-size'
3198
+ | '--xh-tags-input-action-radius'
3199
+ | '--xh-tags-input-action-size'
3200
+ | '--xh-tags-input-control-bg'
3201
+ | '--xh-tags-input-control-bg-disabled'
3202
+ | '--xh-tags-input-control-bg-hover'
3203
+ | '--xh-tags-input-control-bg-readonly'
3204
+ | '--xh-tags-input-control-border'
3205
+ | '--xh-tags-input-control-border-at-max'
3206
+ | '--xh-tags-input-control-border-focus'
3207
+ | '--xh-tags-input-control-border-hover'
3208
+ | '--xh-tags-input-control-border-invalid'
3209
+ | '--xh-tags-input-control-fg'
3210
+ | '--xh-tags-input-control-gap'
3211
+ | '--xh-tags-input-control-h'
3212
+ | '--xh-tags-input-control-max-h'
3213
+ | '--xh-tags-input-control-min-w'
3214
+ | '--xh-tags-input-control-px'
3215
+ | '--xh-tags-input-control-radius'
3216
+ | '--xh-tags-input-control-shadow'
3217
+ | '--xh-tags-input-control-w'
3218
+ | '--xh-tags-input-count-fg'
3219
+ | '--xh-tags-input-count-fg-at-max'
3220
+ | '--xh-tags-input-count-fg-disabled'
3221
+ | '--xh-tags-input-count-font-size'
3222
+ | '--xh-tags-input-gap'
3223
+ | '--xh-tags-input-icon-size'
3224
+ | '--xh-tags-input-input-autofill-bg'
3225
+ | '--xh-tags-input-input-autofill-fg'
3226
+ | '--xh-tags-input-input-basis'
3227
+ | '--xh-tags-input-input-fg'
3228
+ | '--xh-tags-input-input-font-size'
3229
+ | '--xh-tags-input-input-min-w'
3230
+ | '--xh-tags-input-item-bg-highlight'
3231
+ | '--xh-tags-input-item-fg-highlight'
3232
+ | '--xh-tags-input-item-font-size'
3233
+ | '--xh-tags-input-item-input-bg'
3234
+ | '--xh-tags-input-item-input-border'
3235
+ | '--xh-tags-input-item-input-fg'
3236
+ | '--xh-tags-input-item-px'
3237
+ | '--xh-tags-input-item-py'
3238
+ | '--xh-tags-input-item-radius'
3239
+ | '--xh-tags-input-label-fg'
3240
+ | '--xh-tags-input-label-fg-disabled'
3241
+ | '--xh-tags-input-label-font-size'
3242
+ | '--xh-tags-input-label-font-weight'
3243
+ | '--xh-tags-input-placeholder-fg'
3244
+ | '--xh-text-field-action-bg'
3245
+ | '--xh-text-field-action-bg-active'
3246
+ | '--xh-text-field-action-bg-hover'
3247
+ | '--xh-text-field-action-fg'
3248
+ | '--xh-text-field-action-fg-hover'
3249
+ | '--xh-text-field-action-font-size'
3250
+ | '--xh-text-field-action-radius'
3251
+ | '--xh-text-field-action-size'
3252
+ | '--xh-text-field-affix-fg'
3253
+ | '--xh-text-field-affix-fg-disabled'
3254
+ | '--xh-text-field-affix-font-size'
3255
+ | '--xh-text-field-control-bg'
3256
+ | '--xh-text-field-control-bg-disabled'
3257
+ | '--xh-text-field-control-bg-hover'
3258
+ | '--xh-text-field-control-bg-readonly'
3259
+ | '--xh-text-field-control-border'
3260
+ | '--xh-text-field-control-border-at-max'
3261
+ | '--xh-text-field-control-border-focus'
3262
+ | '--xh-text-field-control-border-hover'
3263
+ | '--xh-text-field-control-border-invalid'
3264
+ | '--xh-text-field-control-fg'
3265
+ | '--xh-text-field-control-gap'
3266
+ | '--xh-text-field-control-h'
3267
+ | '--xh-text-field-control-max-h'
3268
+ | '--xh-text-field-control-min-w'
3269
+ | '--xh-text-field-control-px'
3270
+ | '--xh-text-field-control-radius'
3271
+ | '--xh-text-field-control-shadow'
3272
+ | '--xh-text-field-control-w'
3273
+ | '--xh-text-field-count-fg'
3274
+ | '--xh-text-field-count-fg-at-max'
3275
+ | '--xh-text-field-count-fg-disabled'
3276
+ | '--xh-text-field-count-font-size'
3277
+ | '--xh-text-field-gap'
3278
+ | '--xh-text-field-icon-size'
3279
+ | '--xh-text-field-input-autofill-bg'
3280
+ | '--xh-text-field-input-autofill-fg'
3281
+ | '--xh-text-field-input-fg'
3282
+ | '--xh-text-field-input-font-size'
3283
+ | '--xh-text-field-label-fg'
3284
+ | '--xh-text-field-label-fg-disabled'
3285
+ | '--xh-text-field-label-font-size'
3286
+ | '--xh-text-field-label-font-weight'
3287
+ | '--xh-text-field-placeholder-fg'
3288
+ | '--xh-text-field-textarea-py'
3289
+ | '--xh-time-field-action-bg'
3290
+ | '--xh-time-field-action-bg-active'
3291
+ | '--xh-time-field-action-bg-hover'
3292
+ | '--xh-time-field-action-fg'
3293
+ | '--xh-time-field-action-fg-hover'
3294
+ | '--xh-time-field-action-font-size'
3295
+ | '--xh-time-field-action-radius'
3296
+ | '--xh-time-field-action-size'
3297
+ | '--xh-time-field-control-bg'
3298
+ | '--xh-time-field-control-bg-disabled'
3299
+ | '--xh-time-field-control-bg-hover'
3300
+ | '--xh-time-field-control-bg-readonly'
3301
+ | '--xh-time-field-control-border'
3302
+ | '--xh-time-field-control-border-focus'
3303
+ | '--xh-time-field-control-border-hover'
3304
+ | '--xh-time-field-control-border-invalid'
3305
+ | '--xh-time-field-control-fg'
3306
+ | '--xh-time-field-control-gap'
3307
+ | '--xh-time-field-control-h'
3308
+ | '--xh-time-field-control-min-w'
3309
+ | '--xh-time-field-control-px'
3310
+ | '--xh-time-field-control-radius'
3311
+ | '--xh-time-field-control-shadow'
3312
+ | '--xh-time-field-control-w'
3313
+ | '--xh-time-field-font-size'
3314
+ | '--xh-time-field-gap'
3315
+ | '--xh-time-field-icon-size'
3316
+ | '--xh-time-field-label-fg'
3317
+ | '--xh-time-field-label-fg-disabled'
3318
+ | '--xh-time-field-label-font-size'
3319
+ | '--xh-time-field-label-font-weight'
3320
+ | '--xh-time-field-literal-fg'
3321
+ | '--xh-time-field-placeholder-fg'
3322
+ | '--xh-time-field-segment-bg-focus'
3323
+ | '--xh-time-field-segment-bg-hover'
3324
+ | '--xh-time-field-segment-bg-invalid-focus'
3325
+ | '--xh-time-field-segment-fg-focus'
3326
+ | '--xh-time-field-segment-fg-invalid'
3327
+ | '--xh-time-field-segment-fg-invalid-focus'
3328
+ | '--xh-time-field-segment-px'
3329
+ | '--xh-time-field-segment-py'
3330
+ | '--xh-time-field-segment-radius'
3331
+ | '--xh-time-picker-action-bg'
3332
+ | '--xh-time-picker-action-bg-active'
3333
+ | '--xh-time-picker-action-bg-hover'
3334
+ | '--xh-time-picker-action-fg'
3335
+ | '--xh-time-picker-action-fg-hover'
3336
+ | '--xh-time-picker-action-font-size'
3337
+ | '--xh-time-picker-action-radius'
3338
+ | '--xh-time-picker-action-size'
3339
+ | '--xh-time-picker-column-divider'
3340
+ | '--xh-time-picker-column-gap'
3341
+ | '--xh-time-picker-column-h'
3342
+ | '--xh-time-picker-column-min-w'
3343
+ | '--xh-time-picker-column-px'
3344
+ | '--xh-time-picker-content-bg'
3345
+ | '--xh-time-picker-content-border'
3346
+ | '--xh-time-picker-content-fg'
3347
+ | '--xh-time-picker-content-max-h'
3348
+ | '--xh-time-picker-content-px'
3349
+ | '--xh-time-picker-content-py'
3350
+ | '--xh-time-picker-content-radius'
3351
+ | '--xh-time-picker-content-shadow'
3352
+ | '--xh-time-picker-control-bg'
3353
+ | '--xh-time-picker-control-bg-disabled'
3354
+ | '--xh-time-picker-control-bg-hover'
3355
+ | '--xh-time-picker-control-bg-readonly'
3356
+ | '--xh-time-picker-control-border'
3357
+ | '--xh-time-picker-control-border-focus'
3358
+ | '--xh-time-picker-control-border-hover'
3359
+ | '--xh-time-picker-control-border-invalid'
3360
+ | '--xh-time-picker-control-fg'
3361
+ | '--xh-time-picker-control-gap'
3362
+ | '--xh-time-picker-control-h'
3363
+ | '--xh-time-picker-control-min-w'
3364
+ | '--xh-time-picker-control-px'
3365
+ | '--xh-time-picker-control-radius'
3366
+ | '--xh-time-picker-control-shadow'
3367
+ | '--xh-time-picker-control-w'
3368
+ | '--xh-time-picker-font-size'
3369
+ | '--xh-time-picker-gap'
3370
+ | '--xh-time-picker-icon-size'
3371
+ | '--xh-time-picker-item-bg-hover'
3372
+ | '--xh-time-picker-item-bg-pressed'
3373
+ | '--xh-time-picker-item-check-fg'
3374
+ | '--xh-time-picker-item-check-size'
3375
+ | '--xh-time-picker-item-fg'
3376
+ | '--xh-time-picker-item-fg-selected'
3377
+ | '--xh-time-picker-item-font-size'
3378
+ | '--xh-time-picker-item-font-weight-selected'
3379
+ | '--xh-time-picker-item-h'
3380
+ | '--xh-time-picker-item-px'
3381
+ | '--xh-time-picker-item-py'
3382
+ | '--xh-time-picker-item-radius'
3383
+ | '--xh-time-picker-label-fg'
3384
+ | '--xh-time-picker-label-fg-disabled'
3385
+ | '--xh-time-picker-label-font-size'
3386
+ | '--xh-time-picker-label-font-weight'
3387
+ | '--xh-time-picker-layer'
3388
+ | '--xh-time-picker-literal-fg'
3389
+ | '--xh-time-picker-placeholder-fg'
3390
+ | '--xh-time-picker-preset-bg-hover'
3391
+ | '--xh-time-picker-preset-bg-pressed'
3392
+ | '--xh-time-picker-preset-check-fg'
3393
+ | '--xh-time-picker-preset-check-size'
3394
+ | '--xh-time-picker-preset-fg'
3395
+ | '--xh-time-picker-preset-fg-checked'
3396
+ | '--xh-time-picker-preset-fg-disabled'
3397
+ | '--xh-time-picker-preset-group-gap'
3398
+ | '--xh-time-picker-preset-group-h'
3399
+ | '--xh-time-picker-preset-group-px'
3400
+ | '--xh-time-picker-preset-px'
3401
+ | '--xh-time-picker-preset-py'
3402
+ | '--xh-time-picker-preset-radius'
3403
+ | '--xh-time-picker-segment-bg-focus'
3404
+ | '--xh-time-picker-segment-bg-hover'
3405
+ | '--xh-time-picker-segment-bg-invalid-focus'
3406
+ | '--xh-time-picker-segment-fg-focus'
3407
+ | '--xh-time-picker-segment-fg-invalid'
3408
+ | '--xh-time-picker-segment-fg-invalid-focus'
3409
+ | '--xh-time-picker-segment-px'
3410
+ | '--xh-time-picker-segment-radius'
3411
+ | '--xh-time-range-picker-action-bg'
3412
+ | '--xh-time-range-picker-action-bg-active'
3413
+ | '--xh-time-range-picker-action-bg-hover'
3414
+ | '--xh-time-range-picker-action-fg'
3415
+ | '--xh-time-range-picker-action-fg-hover'
3416
+ | '--xh-time-range-picker-action-font-size'
3417
+ | '--xh-time-range-picker-action-radius'
3418
+ | '--xh-time-range-picker-action-size'
3419
+ | '--xh-time-range-picker-column-divider'
3420
+ | '--xh-time-range-picker-column-gap'
3421
+ | '--xh-time-range-picker-column-group-divider'
3422
+ | '--xh-time-range-picker-column-group-gap'
3423
+ | '--xh-time-range-picker-column-group-label-fg'
3424
+ | '--xh-time-range-picker-column-group-label-px'
3425
+ | '--xh-time-range-picker-column-group-label-py'
3426
+ | '--xh-time-range-picker-column-group-py'
3427
+ | '--xh-time-range-picker-column-h'
3428
+ | '--xh-time-range-picker-column-min-w'
3429
+ | '--xh-time-range-picker-column-px'
3430
+ | '--xh-time-range-picker-content-bg'
3431
+ | '--xh-time-range-picker-content-border'
3432
+ | '--xh-time-range-picker-content-fg'
3433
+ | '--xh-time-range-picker-content-max-h'
3434
+ | '--xh-time-range-picker-content-px'
3435
+ | '--xh-time-range-picker-content-py'
3436
+ | '--xh-time-range-picker-content-radius'
3437
+ | '--xh-time-range-picker-content-shadow'
3438
+ | '--xh-time-range-picker-control-bg'
3439
+ | '--xh-time-range-picker-control-bg-disabled'
3440
+ | '--xh-time-range-picker-control-bg-hover'
3441
+ | '--xh-time-range-picker-control-bg-readonly'
3442
+ | '--xh-time-range-picker-control-border'
3443
+ | '--xh-time-range-picker-control-border-focus'
3444
+ | '--xh-time-range-picker-control-border-hover'
3445
+ | '--xh-time-range-picker-control-border-invalid'
3446
+ | '--xh-time-range-picker-control-fg'
3447
+ | '--xh-time-range-picker-control-gap'
3448
+ | '--xh-time-range-picker-control-h'
3449
+ | '--xh-time-range-picker-control-min-w'
3450
+ | '--xh-time-range-picker-control-px'
3451
+ | '--xh-time-range-picker-control-radius'
3452
+ | '--xh-time-range-picker-control-shadow'
3453
+ | '--xh-time-range-picker-control-w'
3454
+ | '--xh-time-range-picker-font-size'
3455
+ | '--xh-time-range-picker-gap'
3456
+ | '--xh-time-range-picker-icon-size'
3457
+ | '--xh-time-range-picker-item-bg-hover'
3458
+ | '--xh-time-range-picker-item-bg-pressed'
3459
+ | '--xh-time-range-picker-item-check-fg'
3460
+ | '--xh-time-range-picker-item-check-size'
3461
+ | '--xh-time-range-picker-item-fg'
3462
+ | '--xh-time-range-picker-item-fg-selected'
3463
+ | '--xh-time-range-picker-item-font-size'
3464
+ | '--xh-time-range-picker-item-font-weight-selected'
3465
+ | '--xh-time-range-picker-item-h'
3466
+ | '--xh-time-range-picker-item-px'
3467
+ | '--xh-time-range-picker-item-py'
3468
+ | '--xh-time-range-picker-item-radius'
3469
+ | '--xh-time-range-picker-label-fg'
3470
+ | '--xh-time-range-picker-label-fg-disabled'
3471
+ | '--xh-time-range-picker-label-font-size'
3472
+ | '--xh-time-range-picker-label-font-weight'
3473
+ | '--xh-time-range-picker-layer'
3474
+ | '--xh-time-range-picker-literal-fg'
3475
+ | '--xh-time-range-picker-placeholder-fg'
3476
+ | '--xh-time-range-picker-preset-bg-hover'
3477
+ | '--xh-time-range-picker-preset-bg-pressed'
3478
+ | '--xh-time-range-picker-preset-check-fg'
3479
+ | '--xh-time-range-picker-preset-check-size'
3480
+ | '--xh-time-range-picker-preset-fg'
3481
+ | '--xh-time-range-picker-preset-fg-checked'
3482
+ | '--xh-time-range-picker-preset-fg-disabled'
3483
+ | '--xh-time-range-picker-preset-group-gap'
3484
+ | '--xh-time-range-picker-preset-group-h'
3485
+ | '--xh-time-range-picker-preset-group-px'
3486
+ | '--xh-time-range-picker-preset-px'
3487
+ | '--xh-time-range-picker-preset-py'
3488
+ | '--xh-time-range-picker-preset-radius'
3489
+ | '--xh-time-range-picker-range-separator-fg'
3490
+ | '--xh-time-range-picker-range-separator-mx'
3491
+ | '--xh-time-range-picker-range-separator-px'
3492
+ | '--xh-time-range-picker-segment-bg-focus'
3493
+ | '--xh-time-range-picker-segment-bg-hover'
3494
+ | '--xh-time-range-picker-segment-bg-invalid-focus'
3495
+ | '--xh-time-range-picker-segment-fg-focus'
3496
+ | '--xh-time-range-picker-segment-fg-invalid'
3497
+ | '--xh-time-range-picker-segment-fg-invalid-focus'
3498
+ | '--xh-time-range-picker-segment-px'
3499
+ | '--xh-time-range-picker-segment-radius'
3500
+ | '--xh-timeline-connector-bg'
3501
+ | '--xh-timeline-connector-min-length'
3502
+ | '--xh-timeline-connector-radius'
3503
+ | '--xh-timeline-connector-thickness'
3504
+ | '--xh-timeline-content-gap'
3505
+ | '--xh-timeline-content-pb'
3506
+ | '--xh-timeline-content-pt'
3507
+ | '--xh-timeline-description-fg'
3508
+ | '--xh-timeline-description-font-size'
3509
+ | '--xh-timeline-fg'
3510
+ | '--xh-timeline-gutter'
3511
+ | '--xh-timeline-indicator-bg'
3512
+ | '--xh-timeline-indicator-fg'
3513
+ | '--xh-timeline-indicator-font-size'
3514
+ | '--xh-timeline-indicator-radius'
3515
+ | '--xh-timeline-indicator-size'
3516
+ | '--xh-timeline-item-gap'
3517
+ | '--xh-timeline-label-fg'
3518
+ | '--xh-timeline-label-font-size'
3519
+ | '--xh-timeline-time-fg'
3520
+ | '--xh-timeline-time-font-size'
3521
+ | '--xh-timeline-title-fg'
3522
+ | '--xh-timeline-title-font-size'
3523
+ | '--xh-timeline-title-font-weight'
3524
+ | '--xh-timer-completed-fg'
3525
+ | '--xh-timer-control-bg'
3526
+ | '--xh-timer-control-bg-active'
3527
+ | '--xh-timer-control-bg-disabled'
3528
+ | '--xh-timer-control-bg-hover'
3529
+ | '--xh-timer-control-border'
3530
+ | '--xh-timer-control-border-disabled'
3531
+ | '--xh-timer-control-border-focus'
3532
+ | '--xh-timer-control-border-hover'
3533
+ | '--xh-timer-control-fg'
3534
+ | '--xh-timer-control-gap'
3535
+ | '--xh-timer-control-h'
3536
+ | '--xh-timer-control-px'
3537
+ | '--xh-timer-control-radius'
3538
+ | '--xh-timer-control-shadow-active'
3539
+ | '--xh-timer-control-shadow-hover'
3540
+ | '--xh-timer-digit-font-size'
3541
+ | '--xh-timer-display-fg'
3542
+ | '--xh-timer-fg'
3543
+ | '--xh-timer-gap'
3544
+ | '--xh-timer-icon-size'
3545
+ | '--xh-timer-item-fg'
3546
+ | '--xh-timer-separator-fg'
3547
+ | '--xh-timer-separator-px'
3548
+ | '--xh-timestamp-fg'
3549
+ | '--xh-timestamp-placeholder-fg'
3550
+ | '--xh-toast-action-bg'
3551
+ | '--xh-toast-action-bg-active'
3552
+ | '--xh-toast-action-bg-hover'
3553
+ | '--xh-toast-action-border'
3554
+ | '--xh-toast-action-fg'
3555
+ | '--xh-toast-action-font-weight'
3556
+ | '--xh-toast-action-h'
3557
+ | '--xh-toast-action-px'
3558
+ | '--xh-toast-action-radius'
3559
+ | '--xh-toast-bg'
3560
+ | '--xh-toast-border'
3561
+ | '--xh-toast-close-bg'
3562
+ | '--xh-toast-close-bg-active'
3563
+ | '--xh-toast-close-bg-hover'
3564
+ | '--xh-toast-close-border'
3565
+ | '--xh-toast-close-fg'
3566
+ | '--xh-toast-close-fg-hover'
3567
+ | '--xh-toast-close-radius'
3568
+ | '--xh-toast-close-size'
3569
+ | '--xh-toast-description-fg'
3570
+ | '--xh-toast-description-font-size'
3571
+ | '--xh-toast-description-leading'
3572
+ | '--xh-toast-dir'
3573
+ | '--xh-toast-fg'
3574
+ | '--xh-toast-font-size'
3575
+ | '--xh-toast-front-height'
3576
+ | '--xh-toast-gap'
3577
+ | '--xh-toast-height'
3578
+ | '--xh-toast-icon-fg'
3579
+ | '--xh-toast-icon-size'
3580
+ | '--xh-toast-indicator-p'
3581
+ | '--xh-toast-inline-size'
3582
+ | '--xh-toast-inset'
3583
+ | '--xh-toast-layer'
3584
+ | '--xh-toast-leading'
3585
+ | '--xh-toast-offset-collapsed'
3586
+ | '--xh-toast-offset-expanded'
3587
+ | '--xh-toast-progress-bg'
3588
+ | '--xh-toast-progress-duration'
3589
+ | '--xh-toast-progress-thickness'
3590
+ | '--xh-toast-px'
3591
+ | '--xh-toast-py'
3592
+ | '--xh-toast-radius'
3593
+ | '--xh-toast-scale'
3594
+ | '--xh-toast-scale-collapsed'
3595
+ | '--xh-toast-shadow'
3596
+ | '--xh-toast-title-fg'
3597
+ | '--xh-toast-title-font-size'
3598
+ | '--xh-toast-title-font-weight'
3599
+ | '--xh-toast-title-leading'
3600
+ | '--xh-toast-y'
3601
+ | '--xh-toggle-bg'
3602
+ | '--xh-toggle-bg-active'
3603
+ | '--xh-toggle-bg-disabled'
3604
+ | '--xh-toggle-bg-hover'
3605
+ | '--xh-toggle-bg-on'
3606
+ | '--xh-toggle-bg-on-active'
3607
+ | '--xh-toggle-bg-on-disabled'
3608
+ | '--xh-toggle-bg-on-hover'
3609
+ | '--xh-toggle-border'
3610
+ | '--xh-toggle-border-disabled'
3611
+ | '--xh-toggle-border-on'
3612
+ | '--xh-toggle-fg'
3613
+ | '--xh-toggle-fg-disabled'
3614
+ | '--xh-toggle-fg-on'
3615
+ | '--xh-toggle-fg-on-disabled'
3616
+ | '--xh-toggle-font-size'
3617
+ | '--xh-toggle-font-weight'
3618
+ | '--xh-toggle-gap'
3619
+ | '--xh-toggle-group-item-bg'
3620
+ | '--xh-toggle-group-item-bg-active'
3621
+ | '--xh-toggle-group-item-bg-disabled'
3622
+ | '--xh-toggle-group-item-bg-hover'
3623
+ | '--xh-toggle-group-item-bg-on'
3624
+ | '--xh-toggle-group-item-bg-on-active'
3625
+ | '--xh-toggle-group-item-bg-on-disabled'
3626
+ | '--xh-toggle-group-item-bg-on-hover'
3627
+ | '--xh-toggle-group-item-border'
3628
+ | '--xh-toggle-group-item-border-disabled'
3629
+ | '--xh-toggle-group-item-border-on'
3630
+ | '--xh-toggle-group-item-border-on-disabled'
3631
+ | '--xh-toggle-group-item-fg'
3632
+ | '--xh-toggle-group-item-fg-disabled'
3633
+ | '--xh-toggle-group-item-fg-on'
3634
+ | '--xh-toggle-group-item-fg-on-disabled'
3635
+ | '--xh-toggle-group-item-font-size'
3636
+ | '--xh-toggle-group-item-font-weight'
3637
+ | '--xh-toggle-group-item-gap'
3638
+ | '--xh-toggle-group-item-h'
3639
+ | '--xh-toggle-group-item-px'
3640
+ | '--xh-toggle-group-item-radius'
3641
+ | '--xh-toggle-group-item-shadow'
3642
+ | '--xh-toggle-group-outline-color'
3643
+ | '--xh-toggle-group-separator-color'
3644
+ | '--xh-toggle-group-separator-color-disabled'
3645
+ | '--xh-toggle-group-separator-opacity'
3646
+ | '--xh-toggle-group-separator-opacity-disabled'
3647
+ | '--xh-toggle-group-separator-radius'
3648
+ | '--xh-toggle-group-separator-size'
3649
+ | '--xh-toggle-group-separator-thickness'
3650
+ | '--xh-toggle-h'
3651
+ | '--xh-toggle-icon-size'
3652
+ | '--xh-toggle-px'
3653
+ | '--xh-toggle-radius'
3654
+ | '--xh-toggle-shadow'
3655
+ | '--xh-tool-call-bg'
3656
+ | '--xh-tool-call-border'
3657
+ | '--xh-tool-call-border-error'
3658
+ | '--xh-tool-call-content-gap'
3659
+ | '--xh-tool-call-divider'
3660
+ | '--xh-tool-call-duration-fg'
3661
+ | '--xh-tool-call-error-fg'
3662
+ | '--xh-tool-call-font-size'
3663
+ | '--xh-tool-call-icon-size'
3664
+ | '--xh-tool-call-indicator-fg'
3665
+ | '--xh-tool-call-label-font'
3666
+ | '--xh-tool-call-px'
3667
+ | '--xh-tool-call-py'
3668
+ | '--xh-tool-call-radius'
3669
+ | '--xh-tool-call-shadow'
3670
+ | '--xh-tool-call-shimmer-duration'
3671
+ | '--xh-tool-call-status-bg-approval'
3672
+ | '--xh-tool-call-status-bg-done'
3673
+ | '--xh-tool-call-status-bg-error'
3674
+ | '--xh-tool-call-status-fg'
3675
+ | '--xh-tool-call-status-fg-approval'
3676
+ | '--xh-tool-call-status-fg-done'
3677
+ | '--xh-tool-call-status-fg-error'
3678
+ | '--xh-tool-call-status-font-size'
3679
+ | '--xh-tool-call-status-px'
3680
+ | '--xh-tool-call-status-py'
3681
+ | '--xh-tool-call-status-radius'
3682
+ | '--xh-tool-call-status-shimmer-base'
3683
+ | '--xh-tool-call-status-shimmer-sheen'
3684
+ | '--xh-tool-call-summary-bg'
3685
+ | '--xh-tool-call-summary-fg'
3686
+ | '--xh-tool-call-summary-font-size'
3687
+ | '--xh-tool-call-summary-px'
3688
+ | '--xh-tool-call-summary-radius'
3689
+ | '--xh-tool-call-tone-bar'
3690
+ | '--xh-tool-call-tone-fg'
3691
+ | '--xh-tool-call-trigger-bg-hover'
3692
+ | '--xh-tool-call-trigger-fg'
3693
+ | '--xh-tool-call-trigger-gap'
3694
+ | '--xh-tool-call-trigger-radius'
3695
+ | '--xh-toolbar-bg'
3696
+ | '--xh-toolbar-bg-disabled'
3697
+ | '--xh-toolbar-border'
3698
+ | '--xh-toolbar-fg'
3699
+ | '--xh-toolbar-gap'
3700
+ | '--xh-toolbar-group-gap'
3701
+ | '--xh-toolbar-icon-size'
3702
+ | '--xh-toolbar-item-bg'
3703
+ | '--xh-toolbar-item-bg-active'
3704
+ | '--xh-toolbar-item-bg-disabled'
3705
+ | '--xh-toolbar-item-bg-hover'
3706
+ | '--xh-toolbar-item-bg-pressed'
3707
+ | '--xh-toolbar-item-bg-pressed-active'
3708
+ | '--xh-toolbar-item-bg-pressed-hover'
3709
+ | '--xh-toolbar-item-fg'
3710
+ | '--xh-toolbar-item-fg-pressed'
3711
+ | '--xh-toolbar-item-font-size'
3712
+ | '--xh-toolbar-item-font-weight'
3713
+ | '--xh-toolbar-item-gap'
3714
+ | '--xh-toolbar-item-h'
3715
+ | '--xh-toolbar-item-px'
3716
+ | '--xh-toolbar-item-radius'
3717
+ | '--xh-toolbar-px'
3718
+ | '--xh-toolbar-py'
3719
+ | '--xh-toolbar-radius'
3720
+ | '--xh-toolbar-separator-color'
3721
+ | '--xh-toolbar-separator-gap'
3722
+ | '--xh-toolbar-separator-inset'
3723
+ | '--xh-toolbar-separator-opacity'
3724
+ | '--xh-toolbar-separator-radius'
3725
+ | '--xh-toolbar-separator-thickness'
3726
+ | '--xh-toolbar-shadow'
3727
+ | '--xh-tooltip-arrow-size'
3728
+ | '--xh-tooltip-backdrop'
3729
+ | '--xh-tooltip-bg'
3730
+ | '--xh-tooltip-border'
3731
+ | '--xh-tooltip-fg'
3732
+ | '--xh-tooltip-font-size'
3733
+ | '--xh-tooltip-highlight'
3734
+ | '--xh-tooltip-layer'
3735
+ | '--xh-tooltip-max-w'
3736
+ | '--xh-tooltip-px'
3737
+ | '--xh-tooltip-py'
3738
+ | '--xh-tooltip-radius'
3739
+ | '--xh-tooltip-shadow'
3740
+ | '--xh-tooltip-trigger-gap'
3741
+ | '--xh-tour-action-radius'
3742
+ | '--xh-tour-arrow-size'
3743
+ | '--xh-tour-backdrop-bg'
3744
+ | '--xh-tour-backdrop-layer'
3745
+ | '--xh-tour-bg'
3746
+ | '--xh-tour-border'
3747
+ | '--xh-tour-close-bg-active'
3748
+ | '--xh-tour-close-bg-hover'
3749
+ | '--xh-tour-close-fg'
3750
+ | '--xh-tour-close-fg-hover'
3751
+ | '--xh-tour-close-radius'
3752
+ | '--xh-tour-close-size'
3753
+ | '--xh-tour-description-fg'
3754
+ | '--xh-tour-fg'
3755
+ | '--xh-tour-gap'
3756
+ | '--xh-tour-icon-size'
3757
+ | '--xh-tour-max-h'
3758
+ | '--xh-tour-max-w'
3759
+ | '--xh-tour-next-bg'
3760
+ | '--xh-tour-next-bg-hover'
3761
+ | '--xh-tour-next-fg'
3762
+ | '--xh-tour-next-shadow'
3763
+ | '--xh-tour-positioner-layer'
3764
+ | '--xh-tour-positioner-padding'
3765
+ | '--xh-tour-progress-dot-bg'
3766
+ | '--xh-tour-progress-dot-bg-complete'
3767
+ | '--xh-tour-progress-dot-bg-current'
3768
+ | '--xh-tour-progress-fg'
3769
+ | '--xh-tour-progress-font-size'
3770
+ | '--xh-tour-progress-indicator-gap'
3771
+ | '--xh-tour-px'
3772
+ | '--xh-tour-py'
3773
+ | '--xh-tour-radius'
3774
+ | '--xh-tour-shadow'
3775
+ | '--xh-tour-skip-trigger-px'
3776
+ | '--xh-tour-spotlight-layer'
3777
+ | '--xh-tour-spotlight-radius'
3778
+ | '--xh-tour-spotlight-ring'
3779
+ | '--xh-tour-spotlight-shroud'
3780
+ | '--xh-tour-title-fg'
3781
+ | '--xh-tour-title-font-size'
3782
+ | '--xh-tour-title-font-weight'
3783
+ | '--xh-transfer-checkbox-bg'
3784
+ | '--xh-transfer-checkbox-bg-checked'
3785
+ | '--xh-transfer-checkbox-bg-disabled'
3786
+ | '--xh-transfer-checkbox-border'
3787
+ | '--xh-transfer-checkbox-border-checked'
3788
+ | '--xh-transfer-checkbox-border-disabled'
3789
+ | '--xh-transfer-checkbox-fg'
3790
+ | '--xh-transfer-checkbox-font-size'
3791
+ | '--xh-transfer-checkbox-radius'
3792
+ | '--xh-transfer-checkbox-size'
3793
+ | '--xh-transfer-empty-fg'
3794
+ | '--xh-transfer-empty-font-size'
3795
+ | '--xh-transfer-empty-px'
3796
+ | '--xh-transfer-empty-py'
3797
+ | '--xh-transfer-fg'
3798
+ | '--xh-transfer-gap'
3799
+ | '--xh-transfer-group-gap'
3800
+ | '--xh-transfer-group-label-fg'
3801
+ | '--xh-transfer-group-label-font-size'
3802
+ | '--xh-transfer-group-label-font-weight'
3803
+ | '--xh-transfer-group-label-px'
3804
+ | '--xh-transfer-group-label-py'
3805
+ | '--xh-transfer-group-spacing'
3806
+ | '--xh-transfer-icon-size'
3807
+ | '--xh-transfer-item-bg-hover'
3808
+ | '--xh-transfer-item-bg-pressed'
3809
+ | '--xh-transfer-item-bg-selected'
3810
+ | '--xh-transfer-item-fg'
3811
+ | '--xh-transfer-item-fg-selected'
3812
+ | '--xh-transfer-item-font-size'
3813
+ | '--xh-transfer-item-gap'
3814
+ | '--xh-transfer-item-leading'
3815
+ | '--xh-transfer-item-px'
3816
+ | '--xh-transfer-item-py'
3817
+ | '--xh-transfer-item-radius'
3818
+ | '--xh-transfer-list-gap'
3819
+ | '--xh-transfer-list-h'
3820
+ | '--xh-transfer-list-px'
3821
+ | '--xh-transfer-list-py'
3822
+ | '--xh-transfer-loading-fg'
3823
+ | '--xh-transfer-loading-font-size'
3824
+ | '--xh-transfer-loading-px'
3825
+ | '--xh-transfer-loading-py'
3826
+ | '--xh-transfer-panel-bg'
3827
+ | '--xh-transfer-panel-bg-disabled'
3828
+ | '--xh-transfer-panel-border'
3829
+ | '--xh-transfer-panel-border-invalid'
3830
+ | '--xh-transfer-panel-count-fg'
3831
+ | '--xh-transfer-panel-count-font-size'
3832
+ | '--xh-transfer-panel-header-gap'
3833
+ | '--xh-transfer-panel-header-px'
3834
+ | '--xh-transfer-panel-header-py'
3835
+ | '--xh-transfer-panel-radius'
3836
+ | '--xh-transfer-panel-title-fg'
3837
+ | '--xh-transfer-panel-title-font-size'
3838
+ | '--xh-transfer-panel-title-font-weight'
3839
+ | '--xh-transfer-search-bg'
3840
+ | '--xh-transfer-search-border'
3841
+ | '--xh-transfer-search-fg'
3842
+ | '--xh-transfer-search-font-size'
3843
+ | '--xh-transfer-search-h'
3844
+ | '--xh-transfer-search-px'
3845
+ | '--xh-transfer-select-all-bg-hover'
3846
+ | '--xh-transfer-select-all-bg-pressed'
3847
+ | '--xh-transfer-select-all-fg'
3848
+ | '--xh-transfer-select-all-font-size'
3849
+ | '--xh-transfer-select-all-gap'
3850
+ | '--xh-transfer-select-all-radius'
3851
+ | '--xh-transfer-trigger-bg'
3852
+ | '--xh-transfer-trigger-bg-active'
3853
+ | '--xh-transfer-trigger-bg-hover'
3854
+ | '--xh-transfer-trigger-border'
3855
+ | '--xh-transfer-trigger-fg'
3856
+ | '--xh-transfer-trigger-font-size'
3857
+ | '--xh-transfer-trigger-px'
3858
+ | '--xh-transfer-trigger-radius'
3859
+ | '--xh-transfer-trigger-shadow-active'
3860
+ | '--xh-transfer-trigger-shadow-hover'
3861
+ | '--xh-transfer-trigger-size'
3862
+ | '--xh-tree-bg'
3863
+ | '--xh-tree-border'
3864
+ | '--xh-tree-branch-content-gap'
3865
+ | '--xh-tree-branch-gap'
3866
+ | '--xh-tree-branch-indicator-fg'
3867
+ | '--xh-tree-checkbox-bg'
3868
+ | '--xh-tree-checkbox-bg-checked'
3869
+ | '--xh-tree-checkbox-border'
3870
+ | '--xh-tree-checkbox-border-checked'
3871
+ | '--xh-tree-checkbox-border-disabled'
3872
+ | '--xh-tree-checkbox-fg'
3873
+ | '--xh-tree-checkbox-radius'
3874
+ | '--xh-tree-checkbox-size'
3875
+ | '--xh-tree-drag-fg'
3876
+ | '--xh-tree-drag-fg-active'
3877
+ | '--xh-tree-drag-fg-disabled'
3878
+ | '--xh-tree-drag-grip-long'
3879
+ | '--xh-tree-drag-grip-short'
3880
+ | '--xh-tree-drag-radius'
3881
+ | '--xh-tree-drag-size'
3882
+ | '--xh-tree-dragging-opacity'
3883
+ | '--xh-tree-drop-fg'
3884
+ | '--xh-tree-drop-inside-bg'
3885
+ | '--xh-tree-drop-line'
3886
+ | '--xh-tree-empty-fg'
3887
+ | '--xh-tree-empty-font-size'
3888
+ | '--xh-tree-empty-px'
3889
+ | '--xh-tree-empty-py'
3890
+ | '--xh-tree-fg'
3891
+ | '--xh-tree-gap'
3892
+ | '--xh-tree-icon-size'
3893
+ | '--xh-tree-indent'
3894
+ | '--xh-tree-indicator-size'
3895
+ | '--xh-tree-item-check-fg'
3896
+ | '--xh-tree-item-indicator-fg'
3897
+ | '--xh-tree-label-fg'
3898
+ | '--xh-tree-label-font-size'
3899
+ | '--xh-tree-label-font-weight'
3900
+ | '--xh-tree-leaf-row-gap'
3901
+ | '--xh-tree-loading-fg'
3902
+ | '--xh-tree-loading-font-size'
3903
+ | '--xh-tree-loading-px'
3904
+ | '--xh-tree-loading-py'
3905
+ | '--xh-tree-max-h'
3906
+ | '--xh-tree-px'
3907
+ | '--xh-tree-py'
3908
+ | '--xh-tree-radius'
3909
+ | '--xh-tree-row-bg-hover'
3910
+ | '--xh-tree-row-bg-pressed'
3911
+ | '--xh-tree-row-bg-selected'
3912
+ | '--xh-tree-row-fg'
3913
+ | '--xh-tree-row-fg-selected'
3914
+ | '--xh-tree-row-font-size'
3915
+ | '--xh-tree-row-gap'
3916
+ | '--xh-tree-row-leading'
3917
+ | '--xh-tree-row-px'
3918
+ | '--xh-tree-row-py'
3919
+ | '--xh-tree-row-radius'
3920
+ | '--xh-tree-row-selected-font-weight'
3921
+ | '--xh-tree-select-action-bg'
3922
+ | '--xh-tree-select-action-bg-active'
3923
+ | '--xh-tree-select-action-bg-hover'
3924
+ | '--xh-tree-select-action-fg'
3925
+ | '--xh-tree-select-action-fg-hover'
3926
+ | '--xh-tree-select-action-font-size'
3927
+ | '--xh-tree-select-action-radius'
3928
+ | '--xh-tree-select-action-size'
3929
+ | '--xh-tree-select-branch-content-gap'
3930
+ | '--xh-tree-select-branch-gap'
3931
+ | '--xh-tree-select-branch-indicator-fg'
3932
+ | '--xh-tree-select-branch-indicator-size'
3933
+ | '--xh-tree-select-content-backdrop'
3934
+ | '--xh-tree-select-content-bg'
3935
+ | '--xh-tree-select-content-border'
3936
+ | '--xh-tree-select-content-fg'
3937
+ | '--xh-tree-select-content-highlight'
3938
+ | '--xh-tree-select-content-max-h'
3939
+ | '--xh-tree-select-content-max-w'
3940
+ | '--xh-tree-select-content-min-w'
3941
+ | '--xh-tree-select-content-px'
3942
+ | '--xh-tree-select-content-py'
3943
+ | '--xh-tree-select-content-radius'
3944
+ | '--xh-tree-select-content-shadow'
3945
+ | '--xh-tree-select-control-bg'
3946
+ | '--xh-tree-select-control-bg-disabled'
3947
+ | '--xh-tree-select-control-bg-hover'
3948
+ | '--xh-tree-select-control-bg-readonly'
3949
+ | '--xh-tree-select-control-border'
3950
+ | '--xh-tree-select-control-border-focus'
3951
+ | '--xh-tree-select-control-border-hover'
3952
+ | '--xh-tree-select-control-border-invalid'
3953
+ | '--xh-tree-select-control-fg'
3954
+ | '--xh-tree-select-control-gap'
3955
+ | '--xh-tree-select-control-h'
3956
+ | '--xh-tree-select-control-min-w'
3957
+ | '--xh-tree-select-control-px'
3958
+ | '--xh-tree-select-control-radius'
3959
+ | '--xh-tree-select-control-shadow'
3960
+ | '--xh-tree-select-control-w'
3961
+ | '--xh-tree-select-empty-fg'
3962
+ | '--xh-tree-select-empty-font-size'
3963
+ | '--xh-tree-select-empty-px'
3964
+ | '--xh-tree-select-empty-py'
3965
+ | '--xh-tree-select-footer-border'
3966
+ | '--xh-tree-select-footer-fg'
3967
+ | '--xh-tree-select-footer-font-size'
3968
+ | '--xh-tree-select-footer-gap'
3969
+ | '--xh-tree-select-footer-px'
3970
+ | '--xh-tree-select-footer-py'
3971
+ | '--xh-tree-select-gap'
3972
+ | '--xh-tree-select-icon-size'
3973
+ | '--xh-tree-select-indent'
3974
+ | '--xh-tree-select-indicator-fg'
3975
+ | '--xh-tree-select-item-bg-hover'
3976
+ | '--xh-tree-select-item-bg-pressed'
3977
+ | '--xh-tree-select-item-check-fg'
3978
+ | '--xh-tree-select-item-fg'
3979
+ | '--xh-tree-select-item-fg-selected'
3980
+ | '--xh-tree-select-item-font-size'
3981
+ | '--xh-tree-select-item-font-weight-selected'
3982
+ | '--xh-tree-select-item-gap'
3983
+ | '--xh-tree-select-item-indicator-fg'
3984
+ | '--xh-tree-select-item-indicator-size'
3985
+ | '--xh-tree-select-item-leading'
3986
+ | '--xh-tree-select-item-px'
3987
+ | '--xh-tree-select-item-py'
3988
+ | '--xh-tree-select-item-radius'
3989
+ | '--xh-tree-select-label-fg'
3990
+ | '--xh-tree-select-label-font-size'
3991
+ | '--xh-tree-select-label-font-weight'
3992
+ | '--xh-tree-select-layer'
3993
+ | '--xh-tree-select-loading-fg'
3994
+ | '--xh-tree-select-loading-font-size'
3995
+ | '--xh-tree-select-loading-px'
3996
+ | '--xh-tree-select-loading-py'
3997
+ | '--xh-tree-select-placeholder-fg'
3998
+ | '--xh-tree-select-tree-gap'
3999
+ | '--xh-tree-select-trigger-fg'
4000
+ | '--xh-tree-select-trigger-font-size'
4001
+ | '--xh-tree-select-trigger-gap'
4002
+ | '--xh-tree-select-value-leading'
4003
+ | '--xh-tree-tree-gap'
4004
+ | '--xh-truncate-lines'
4005
+ | '--xh-typography-block-gap'
4006
+ | '--xh-typography-code-bg'
4007
+ | '--xh-typography-code-font'
4008
+ | '--xh-typography-code-font-size'
4009
+ | '--xh-typography-code-px'
4010
+ | '--xh-typography-code-py'
4011
+ | '--xh-typography-code-radius'
4012
+ | '--xh-typography-fg'
4013
+ | '--xh-typography-font-size'
4014
+ | '--xh-typography-font-weight'
4015
+ | '--xh-typography-heading-fg'
4016
+ | '--xh-typography-heading-font-size'
4017
+ | '--xh-typography-heading-font-weight'
4018
+ | '--xh-typography-heading-gap'
4019
+ | '--xh-typography-heading-leading'
4020
+ | '--xh-typography-leading'
4021
+ | '--xh-typography-link-fg'
4022
+ | '--xh-typography-link-fg-hover'
4023
+ | '--xh-typography-link-radius'
4024
+ | '--xh-typography-link-underline-offset'
4025
+ | '--xh-typography-measure'
4026
+ | '--xh-typography-prose-block-gap'
4027
+ | '--xh-typography-prose-cell-border'
4028
+ | '--xh-typography-prose-cell-px'
4029
+ | '--xh-typography-prose-cell-py'
4030
+ | '--xh-typography-prose-fg'
4031
+ | '--xh-typography-prose-font-size'
4032
+ | '--xh-typography-prose-h1'
4033
+ | '--xh-typography-prose-h2'
4034
+ | '--xh-typography-prose-h3'
4035
+ | '--xh-typography-prose-h4'
4036
+ | '--xh-typography-prose-h5'
4037
+ | '--xh-typography-prose-h6'
4038
+ | '--xh-typography-prose-heading-fg'
4039
+ | '--xh-typography-prose-heading-font-weight'
4040
+ | '--xh-typography-prose-heading-gap'
4041
+ | '--xh-typography-prose-item-gap'
4042
+ | '--xh-typography-prose-leading'
4043
+ | '--xh-typography-prose-link-fg'
4044
+ | '--xh-typography-prose-link-radius'
4045
+ | '--xh-typography-prose-link-underline-offset'
4046
+ | '--xh-typography-prose-list-ps'
4047
+ | '--xh-typography-prose-pre-bg'
4048
+ | '--xh-typography-prose-pre-padding'
4049
+ | '--xh-typography-prose-pre-radius'
4050
+ | '--xh-typography-prose-quote-border'
4051
+ | '--xh-typography-prose-quote-fg'
4052
+ | '--xh-typography-prose-quote-ps'
4053
+ | '--xh-typography-prose-rule-border'
4054
+ | '--xh-typography-prose-strong-font-weight'
4055
+ | '--xh-typography-prose-th-font-weight'
4056
+ | '--xh-typography-text-fg-muted'
4057
+ | '--xh-typography-text-fg-tone'
4058
+ | '--xh-typography-text-font-weight'
4059
+ | '--xh-watermark-fg'
4060
+ | '--xh-watermark-image'
4061
+ | '--xh-watermark-tile'
4062
+
4063
+ export type ComponentTokenComponent
4064
+ = | 'accordion'
4065
+ | 'affix'
4066
+ | 'alert'
4067
+ | 'anchor'
4068
+ | 'approval'
4069
+ | 'avatar'
4070
+ | 'avatar-group'
4071
+ | 'back-top'
4072
+ | 'badge'
4073
+ | 'bar-code'
4074
+ | 'breadcrumb'
4075
+ | 'button'
4076
+ | 'button-group'
4077
+ | 'calendar-picker'
4078
+ | 'calendar-range-picker'
4079
+ | 'card'
4080
+ | 'carousel'
4081
+ | 'cascader'
4082
+ | 'checkbox'
4083
+ | 'checkbox-group'
4084
+ | 'clipboard'
4085
+ | 'code-view'
4086
+ | 'collapsible'
4087
+ | 'color-field'
4088
+ | 'color-picker'
4089
+ | 'color-slider'
4090
+ | 'color-swatch'
4091
+ | 'color-swatch-picker'
4092
+ | 'combobox'
4093
+ | 'command'
4094
+ | 'context-menu'
4095
+ | 'date-field'
4096
+ | 'date-picker'
4097
+ | 'date-range-picker'
4098
+ | 'descriptions'
4099
+ | 'dialog'
4100
+ | 'diff-view'
4101
+ | 'download-trigger'
4102
+ | 'drawer'
4103
+ | 'editable'
4104
+ | 'empty-state'
4105
+ | 'field'
4106
+ | 'field-array'
4107
+ | 'fieldset'
4108
+ | 'file-upload'
4109
+ | 'flex'
4110
+ | 'float-button'
4111
+ | 'floating-panel'
4112
+ | 'form'
4113
+ | 'gradient-text'
4114
+ | 'grid'
4115
+ | 'heatmap'
4116
+ | 'highlight'
4117
+ | 'hover-card'
4118
+ | 'icon'
4119
+ | 'icon-wrapper'
4120
+ | 'image'
4121
+ | 'image-cropper'
4122
+ | 'image-viewer'
4123
+ | 'infinite-scroll'
4124
+ | 'input-group'
4125
+ | 'json-viewer'
4126
+ | 'kbd'
4127
+ | 'layout'
4128
+ | 'list'
4129
+ | 'listbox'
4130
+ | 'loading-bar'
4131
+ | 'log'
4132
+ | 'markdown-stream'
4133
+ | 'marquee'
4134
+ | 'masonry'
4135
+ | 'matrix-code'
4136
+ | 'mention'
4137
+ | 'menu'
4138
+ | 'menubar'
4139
+ | 'message-feed'
4140
+ | 'navigation-menu'
4141
+ | 'notification'
4142
+ | 'number-animation'
4143
+ | 'number-field'
4144
+ | 'page-header'
4145
+ | 'pagination'
4146
+ | 'password-input'
4147
+ | 'pin-input'
4148
+ | 'popconfirm'
4149
+ | 'popover'
4150
+ | 'progress'
4151
+ | 'prompt-input'
4152
+ | 'question-flow'
4153
+ | 'radio-group'
4154
+ | 'rating'
4155
+ | 'reasoning'
4156
+ | 'resizable'
4157
+ | 'scroll-area'
4158
+ | 'scrollbar'
4159
+ | 'segmented'
4160
+ | 'select'
4161
+ | 'separator'
4162
+ | 'side-nav'
4163
+ | 'signature-pad'
4164
+ | 'skeleton'
4165
+ | 'slider'
4166
+ | 'sortable'
4167
+ | 'spinner'
4168
+ | 'splitter'
4169
+ | 'statistic'
4170
+ | 'steps'
4171
+ | 'switch'
4172
+ | 'table'
4173
+ | 'tabs'
4174
+ | 'tag'
4175
+ | 'tag-group'
4176
+ | 'tags-input'
4177
+ | 'text-field'
4178
+ | 'time-field'
4179
+ | 'time-picker'
4180
+ | 'time-range-picker'
4181
+ | 'timeline'
4182
+ | 'timer'
4183
+ | 'timestamp'
4184
+ | 'toast'
4185
+ | 'toggle'
4186
+ | 'toggle-group'
4187
+ | 'tool-call'
4188
+ | 'toolbar'
4189
+ | 'tooltip'
4190
+ | 'tour'
4191
+ | 'transfer'
4192
+ | 'tree'
4193
+ | 'tree-select'
4194
+ | 'truncate'
4195
+ | 'typography'
4196
+ | 'watermark'
4197
+
4198
+ export interface ComponentTokenDefinition {
4199
+ readonly name: ComponentTokenName
4200
+ readonly component: ComponentTokenComponent
4201
+ readonly part: readonly string[]
4202
+ readonly property: readonly string[]
4203
+ readonly state: readonly string[]
4204
+ readonly defaultToken: readonly string[]
4205
+ readonly visibility: 'public'
4206
+ readonly description: string
4207
+ }
4208
+
4209
+ export interface ComponentTokenManifest {
4210
+ readonly version: 1
4211
+ readonly tokens: readonly ComponentTokenDefinition[]
4212
+ }