@dialpad/dialtone 9.129.2 → 9.129.3-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/dist/css/dialtone-default-theme.css +589 -175
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/tokens-docs.json +1 -1
  4. package/dist/tokens/css/tokens-aegean-dark.css +467 -0
  5. package/dist/tokens/css/tokens-aegean-light.css +467 -0
  6. package/dist/tokens/css/tokens-base-dark.css +132 -132
  7. package/dist/tokens/css/tokens-base-deca-dark.css +132 -132
  8. package/dist/tokens/css/tokens-ceruleo-dark.css +488 -0
  9. package/dist/tokens/css/tokens-ceruleo-default.css +488 -0
  10. package/dist/tokens/css/tokens-debug-dp.css +574 -160
  11. package/dist/tokens/css/tokens-deca-dark.css +41 -1846
  12. package/dist/tokens/css/tokens-deca-light.css +62 -1874
  13. package/dist/tokens/css/tokens-dp-dark.css +575 -154
  14. package/dist/tokens/css/tokens-dp-light.css +589 -175
  15. package/dist/tokens/css/tokens-expressive-dark.css +547 -154
  16. package/dist/tokens/css/tokens-expressive-light.css +589 -175
  17. package/dist/tokens/css/tokens-expressive-sm-dark.css +575 -154
  18. package/dist/tokens/css/tokens-expressive-sm-light.css +589 -175
  19. package/dist/tokens/css/tokens-melon-dark.css +467 -0
  20. package/dist/tokens/css/tokens-melon-light.css +467 -0
  21. package/dist/tokens/css/tokens-sunflower-dark.css +467 -0
  22. package/dist/tokens/css/tokens-sunflower-light.css +467 -0
  23. package/dist/tokens/css/tokens-tmo-dark.css +866 -445
  24. package/dist/tokens/css/tokens-tmo-light.css +883 -469
  25. package/dist/tokens/css/tokens-verdant-haze-dark.css +474 -0
  26. package/dist/tokens/css/tokens-verdant-haze-light.css +474 -0
  27. package/dist/tokens/doc.json +145693 -129068
  28. package/dist/tokens/themes/chunks/{tokens-base-dark-CKvoqrK2.js → tokens-base-dark-Cjejq-jP.js} +1 -1
  29. package/dist/tokens/themes/chunks/{tokens-base-dark-CLL9Sz8C.js → tokens-base-dark-DD916YAg.js} +1 -1
  30. package/dist/tokens/themes/debug.cjs +1 -1
  31. package/dist/tokens/themes/debug.js +1 -1
  32. package/dist/tokens/themes/dp-dark.cjs +1 -1
  33. package/dist/tokens/themes/dp-dark.js +3 -3
  34. package/dist/tokens/themes/dp-deca-dark.cjs +1 -1
  35. package/dist/tokens/themes/dp-deca-dark.js +3 -3
  36. package/dist/tokens/themes/dp-deca-light.cjs +1 -1
  37. package/dist/tokens/themes/dp-deca-light.js +4 -4
  38. package/dist/tokens/themes/dp-light.cjs +1 -1
  39. package/dist/tokens/themes/dp-light.js +2 -2
  40. package/dist/tokens/themes/expressive-dark.cjs +1 -1
  41. package/dist/tokens/themes/expressive-dark.js +2 -2
  42. package/dist/tokens/themes/expressive-light.cjs +1 -1
  43. package/dist/tokens/themes/expressive-light.js +2 -2
  44. package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
  45. package/dist/tokens/themes/expressive-sm-dark.js +3 -3
  46. package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
  47. package/dist/tokens/themes/expressive-sm-light.js +2 -2
  48. package/dist/tokens/themes/tmo-dark.cjs +1 -1
  49. package/dist/tokens/themes/tmo-dark.js +3 -3
  50. package/dist/tokens/themes/tmo-light.cjs +1 -1
  51. package/dist/tokens/themes/tmo-light.js +2 -2
  52. package/dist/tokens/tokens-aegean-dark.json +121 -0
  53. package/dist/tokens/tokens-aegean-light.json +121 -0
  54. package/dist/tokens/tokens-base-dark.json +132 -132
  55. package/dist/tokens/tokens-base-deca-dark.json +132 -132
  56. package/dist/tokens/tokens-ceruleo-dark.json +124 -0
  57. package/dist/tokens/tokens-ceruleo-default.json +124 -0
  58. package/dist/tokens/tokens-deca-dark.json +52 -472
  59. package/dist/tokens/tokens-deca-light.json +4 -425
  60. package/dist/tokens/tokens-dp-dark.json +254 -193
  61. package/dist/tokens/tokens-dp-light.json +85 -25
  62. package/dist/tokens/tokens-expressive-dark.json +250 -193
  63. package/dist/tokens/tokens-expressive-light.json +85 -25
  64. package/dist/tokens/tokens-expressive-sm-dark.json +254 -193
  65. package/dist/tokens/tokens-expressive-sm-light.json +85 -25
  66. package/dist/tokens/tokens-melon-dark.json +121 -0
  67. package/dist/tokens/tokens-melon-light.json +121 -0
  68. package/dist/tokens/tokens-sunflower-dark.json +121 -0
  69. package/dist/tokens/tokens-sunflower-light.json +121 -0
  70. package/dist/tokens/tokens-tmo-dark.json +257 -196
  71. package/dist/tokens/tokens-tmo-light.json +127 -67
  72. package/dist/tokens/tokens-verdant-haze-dark.json +122 -0
  73. package/dist/tokens/tokens-verdant-haze-light.json +122 -0
  74. package/dist/vue2/localization/index.cjs +1 -1
  75. package/dist/vue2/localization/index.cjs.map +1 -1
  76. package/dist/vue2/localization/index.js +25 -27
  77. package/dist/vue2/localization/index.js.map +1 -1
  78. package/dist/vue3/localization/index.cjs +1 -1
  79. package/dist/vue3/localization/index.cjs.map +1 -1
  80. package/dist/vue3/localization/index.js +28 -30
  81. package/dist/vue3/localization/index.js.map +1 -1
  82. package/package.json +1 -1
@@ -138,6 +138,7 @@
138
138
  --dt-avatar-color-background-100-hsl: var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l);
139
139
  --dt-avatar-color-background-100-hsla: hsl(var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l) / var(--alpha, 100%));
140
140
  --dt-avatar-color-background-100: #ff5c00;
141
+ --dt-shell-foo: #392bff;
141
142
  --dt-radio-color-foreground-default-h: 22;
142
143
  --dt-radio-color-foreground-default-s: 100%;
143
144
  --dt-radio-color-foreground-default-l: 50%;
@@ -146,6 +147,34 @@
146
147
  --dt-radio-color-foreground-default-hsla: var(--dt-color-neutral-transparent-hsla);
147
148
  --dt-radio-color-foreground-default: #ff5c00;
148
149
  --dt-radio-size-width: var(--dt-size-500);
150
+ --dt-presence-color-offline-h: 22;
151
+ --dt-presence-color-offline-s: 100%;
152
+ --dt-presence-color-offline-l: 50%;
153
+ --dt-presence-color-offline-a: 100%;
154
+ --dt-presence-color-offline-hsl: var(--dt-color-black-500-hsl);
155
+ --dt-presence-color-offline-hsla: var(--dt-color-black-500-hsla);
156
+ --dt-presence-color-offline: #ff5c00;
157
+ --dt-presence-color-busy-h: 22;
158
+ --dt-presence-color-busy-s: 100%;
159
+ --dt-presence-color-busy-l: 50%;
160
+ --dt-presence-color-busy-a: 100%;
161
+ --dt-presence-color-busy-hsl: var(--dt-color-gold-400-hsl);
162
+ --dt-presence-color-busy-hsla: var(--dt-color-gold-400-hsla);
163
+ --dt-presence-color-busy: #ff5c00;
164
+ --dt-presence-color-unavailable-h: 22;
165
+ --dt-presence-color-unavailable-s: 100%;
166
+ --dt-presence-color-unavailable-l: 50%;
167
+ --dt-presence-color-unavailable-a: 100%;
168
+ --dt-presence-color-unavailable-hsl: var(--dt-color-red-450-hsl);
169
+ --dt-presence-color-unavailable-hsla: var(--dt-color-red-450-hsla);
170
+ --dt-presence-color-unavailable: #ff5c00;
171
+ --dt-presence-color-available-h: 22;
172
+ --dt-presence-color-available-s: 100%;
173
+ --dt-presence-color-available-l: 50%;
174
+ --dt-presence-color-available-a: 100%;
175
+ --dt-presence-color-available-hsl: var(--dt-color-green-475-hsl);
176
+ --dt-presence-color-available-hsla: var(--dt-color-green-475-hsla);
177
+ --dt-presence-color-available: #ff5c00;
149
178
  --dt-icon-size-border-100: var(--dt-size-border-100);
150
179
  --dt-checkbox-color-foreground-default-h: 22;
151
180
  --dt-checkbox-color-foreground-default-s: 100%;
@@ -248,6 +277,97 @@
248
277
  --dt-avatar-color-foreground-hsl: var(--dt-color-neutral-black-hsl);
249
278
  --dt-avatar-color-foreground-hsla: var(--dt-color-neutral-black-hsla);
250
279
  --dt-avatar-color-foreground: #ff5c00;
280
+ --dt-shell-logo-color-wordmark-h: 22;
281
+ --dt-shell-logo-color-wordmark-s: 100%;
282
+ --dt-shell-logo-color-wordmark-l: 50%;
283
+ --dt-shell-logo-color-wordmark-a: 100%;
284
+ --dt-shell-logo-color-wordmark-hsl: var(--dt-color-purple-1000-hsl);
285
+ --dt-shell-logo-color-wordmark-hsla: var(--dt-color-purple-1000-hsla);
286
+ --dt-shell-logo-color-wordmark: #ff5c00;
287
+ --dt-shell-logo-color-star-h: 22;
288
+ --dt-shell-logo-color-star-s: 100%;
289
+ --dt-shell-logo-color-star-l: 50%;
290
+ --dt-shell-logo-color-star-a: 100%;
291
+ --dt-shell-logo-color-star-hsl: var(--dt-color-purple-400-hsl);
292
+ --dt-shell-logo-color-star-hsla: var(--dt-color-purple-400-hsla);
293
+ --dt-shell-logo-color-star: #ff5c00;
294
+ --dt-shell-mention-color-foreground-secondary-h: 22;
295
+ --dt-shell-mention-color-foreground-secondary-s: 100%;
296
+ --dt-shell-mention-color-foreground-secondary-l: 50%;
297
+ --dt-shell-mention-color-foreground-secondary-a: 100%;
298
+ --dt-shell-mention-color-foreground-secondary-hsl: var(--dt-color-black-100-hsl);
299
+ --dt-shell-mention-color-foreground-secondary-hsla: var(--dt-color-black-100-hsla);
300
+ --dt-shell-mention-color-foreground-secondary: #ff5c00;
301
+ --dt-shell-mention-color-foreground-primary-h: 22;
302
+ --dt-shell-mention-color-foreground-primary-s: 100%;
303
+ --dt-shell-mention-color-foreground-primary-l: 50%;
304
+ --dt-shell-mention-color-foreground-primary-a: 100%;
305
+ --dt-shell-mention-color-foreground-primary-hsl: var(--dt-color-black-50-hsl);
306
+ --dt-shell-mention-color-foreground-primary-hsla: var(--dt-color-black-50-hsla);
307
+ --dt-shell-mention-color-foreground-primary: #ff5c00;
308
+ --dt-shell-base-action-color-background-muted-h: 22;
309
+ --dt-shell-base-action-color-background-muted-s: 100%;
310
+ --dt-shell-base-action-color-background-muted-l: 50%;
311
+ --dt-shell-base-action-color-background-muted-a: 100%;
312
+ --dt-shell-base-action-color-background-muted-hsl: var(--dt-color-black-800-hsl);
313
+ --dt-shell-base-action-color-background-muted-hsla: var(--dt-color-black-800-hsla);
314
+ --dt-shell-base-action-color-background-muted: #ff5c00;
315
+ --dt-shell-base-action-color-background-secondary-h: 22;
316
+ --dt-shell-base-action-color-background-secondary-s: 100%;
317
+ --dt-shell-base-action-color-background-secondary-l: 50%;
318
+ --dt-shell-base-action-color-background-secondary-a: 100%;
319
+ --dt-shell-base-action-color-background-secondary-hsl: var(--dt-color-black-800-hsl);
320
+ --dt-shell-base-action-color-background-secondary-hsla: var(--dt-color-black-800-hsla);
321
+ --dt-shell-base-action-color-background-secondary: #ff5c00;
322
+ --dt-shell-base-action-color-background-primary-h: 22;
323
+ --dt-shell-base-action-color-background-primary-s: 100%;
324
+ --dt-shell-base-action-color-background-primary-l: 50%;
325
+ --dt-shell-base-action-color-background-primary-a: 100%;
326
+ --dt-shell-base-action-color-background-primary-hsl: var(--dt-color-black-800-hsl);
327
+ --dt-shell-base-action-color-background-primary-hsla: var(--dt-color-black-800-hsla);
328
+ --dt-shell-base-action-color-background-primary: #ff5c00;
329
+ --dt-shell-base-color-status-away-h: 22;
330
+ --dt-shell-base-color-status-away-s: 100%;
331
+ --dt-shell-base-color-status-away-l: 50%;
332
+ --dt-shell-base-color-status-away-a: 100%;
333
+ --dt-shell-base-color-status-away-hsl: var(--dt-color-black-500-hsl);
334
+ --dt-shell-base-color-status-away-hsla: var(--dt-color-black-500-hsla);
335
+ --dt-shell-base-color-status-away: #ff5c00;
336
+ --dt-shell-base-color-status-warning-h: 22;
337
+ --dt-shell-base-color-status-warning-s: 100%;
338
+ --dt-shell-base-color-status-warning-l: 50%;
339
+ --dt-shell-base-color-status-warning-a: 100%;
340
+ --dt-shell-base-color-status-warning-hsl: var(--dt-color-gold-500-hsl);
341
+ --dt-shell-base-color-status-warning-hsla: var(--dt-color-gold-500-hsla);
342
+ --dt-shell-base-color-status-warning: #ff5c00;
343
+ --dt-shell-base-color-status-critical-h: 22;
344
+ --dt-shell-base-color-status-critical-s: 100%;
345
+ --dt-shell-base-color-status-critical-l: 50%;
346
+ --dt-shell-base-color-status-critical-a: 100%;
347
+ --dt-shell-base-color-status-critical-hsl: var(--dt-color-red-500-hsl);
348
+ --dt-shell-base-color-status-critical-hsla: var(--dt-color-red-500-hsla);
349
+ --dt-shell-base-color-status-critical: #ff5c00;
350
+ --dt-shell-base-color-status-positive-h: 22;
351
+ --dt-shell-base-color-status-positive-s: 100%;
352
+ --dt-shell-base-color-status-positive-l: 50%;
353
+ --dt-shell-base-color-status-positive-a: 100%;
354
+ --dt-shell-base-color-status-positive-hsl: var(--dt-color-green-425-hsl);
355
+ --dt-shell-base-color-status-positive-hsla: var(--dt-color-green-425-hsla);
356
+ --dt-shell-base-color-status-positive: #ff5c00;
357
+ --dt-shell-base-color-border-h: 22;
358
+ --dt-shell-base-color-border-s: 100%;
359
+ --dt-shell-base-color-border-l: 50%;
360
+ --dt-shell-base-color-border-a: 100%;
361
+ --dt-shell-base-color-border-hsl: var(--dt-color-black-900-hsl);
362
+ --dt-shell-base-color-border-hsla: var(--dt-color-black-900-hsla);
363
+ --dt-shell-base-color-border: #ff5c00;
364
+ --dt-shell-base-color-foreground-h: 22;
365
+ --dt-shell-base-color-foreground-s: 100%;
366
+ --dt-shell-base-color-foreground-l: 50%;
367
+ --dt-shell-base-color-foreground-a: 100%;
368
+ --dt-shell-base-color-foreground-hsl: var(--dt-color-black-900-hsl);
369
+ --dt-shell-base-color-foreground-hsla: var(--dt-color-black-900-hsla);
370
+ --dt-shell-base-color-foreground: #ff5c00;
251
371
  --dt-theme-mention-color-background-strong-h: 22;
252
372
  --dt-theme-mention-color-background-strong-s: 100%;
253
373
  --dt-theme-mention-color-background-strong-l: 50%;
@@ -266,22 +386,22 @@
266
386
  --dt-theme-presence-color-background-offline-s: 100%;
267
387
  --dt-theme-presence-color-background-offline-l: 50%;
268
388
  --dt-theme-presence-color-background-offline-a: 100%;
269
- --dt-theme-presence-color-background-offline-hsl: var(--dt-color-neutral-white-hsl);
270
- --dt-theme-presence-color-background-offline-hsla: var(--dt-color-neutral-white-hsla);
389
+ --dt-theme-presence-color-background-offline-hsl: var(--dt-color-black-500-hsl);
390
+ --dt-theme-presence-color-background-offline-hsla: var(--dt-color-black-500-hsla);
271
391
  --dt-theme-presence-color-background-offline: #ff5c00;
272
392
  --dt-theme-presence-color-background-busy-h: 22;
273
393
  --dt-theme-presence-color-background-busy-s: 100%;
274
394
  --dt-theme-presence-color-background-busy-l: 50%;
275
395
  --dt-theme-presence-color-background-busy-a: 100%;
276
- --dt-theme-presence-color-background-busy-hsl: var(--dt-color-gold-400-hsl);
277
- --dt-theme-presence-color-background-busy-hsla: var(--dt-color-gold-400-hsla);
396
+ --dt-theme-presence-color-background-busy-hsl: var(--dt-color-gold-500-hsl);
397
+ --dt-theme-presence-color-background-busy-hsla: var(--dt-color-gold-500-hsla);
278
398
  --dt-theme-presence-color-background-busy: #ff5c00;
279
399
  --dt-theme-presence-color-background-busy-unavailable-h: 22;
280
400
  --dt-theme-presence-color-background-busy-unavailable-s: 100%;
281
401
  --dt-theme-presence-color-background-busy-unavailable-l: 50%;
282
402
  --dt-theme-presence-color-background-busy-unavailable-a: 100%;
283
- --dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-400-hsl);
284
- --dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-400-hsla);
403
+ --dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-500-hsl);
404
+ --dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-500-hsla);
285
405
  --dt-theme-presence-color-background-busy-unavailable: #ff5c00;
286
406
  --dt-theme-presence-color-background-available-h: 22;
287
407
  --dt-theme-presence-color-background-available-s: 100%;
@@ -290,6 +410,153 @@
290
410
  --dt-theme-presence-color-background-available-hsl: var(--dt-color-green-425-hsl);
291
411
  --dt-theme-presence-color-background-available-hsla: var(--dt-color-green-425-hsla);
292
412
  --dt-theme-presence-color-background-available: #ff5c00;
413
+ --dt-theme-sidebar-selected-row-color-background-h: 22;
414
+ --dt-theme-sidebar-selected-row-color-background-s: 100%;
415
+ --dt-theme-sidebar-selected-row-color-background-l: 50%;
416
+ --dt-theme-sidebar-selected-row-color-background-a: 100%;
417
+ --dt-theme-sidebar-selected-row-color-background-hsl: var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l);
418
+ --dt-theme-sidebar-selected-row-color-background-hsla: hsl(var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l) / var(--alpha, 9%));
419
+ --dt-theme-sidebar-selected-row-color-background: #ff5c00;
420
+ --dt-theme-sidebar-row-color-background-active-h: 22;
421
+ --dt-theme-sidebar-row-color-background-active-s: 100%;
422
+ --dt-theme-sidebar-row-color-background-active-l: 50%;
423
+ --dt-theme-sidebar-row-color-background-active-a: 100%;
424
+ --dt-theme-sidebar-row-color-background-active-hsl: var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l);
425
+ --dt-theme-sidebar-row-color-background-active-hsla: hsl(var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l) / var(--alpha, 15%));
426
+ --dt-theme-sidebar-row-color-background-active: #ff5c00;
427
+ --dt-theme-sidebar-row-color-background-hover-h: 22;
428
+ --dt-theme-sidebar-row-color-background-hover-s: 100%;
429
+ --dt-theme-sidebar-row-color-background-hover-l: 50%;
430
+ --dt-theme-sidebar-row-color-background-hover-a: 100%;
431
+ --dt-theme-sidebar-row-color-background-hover-hsl: var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l);
432
+ --dt-theme-sidebar-row-color-background-hover-hsla: hsl(var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l) / var(--alpha, 11%));
433
+ --dt-theme-sidebar-row-color-background-hover: #ff5c00;
434
+ --dt-theme-sidebar-row-color-background-h: 22;
435
+ --dt-theme-sidebar-row-color-background-s: 100%;
436
+ --dt-theme-sidebar-row-color-background-l: 50%;
437
+ --dt-theme-sidebar-row-color-background-a: 100%;
438
+ --dt-theme-sidebar-row-color-background-hsl: var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l);
439
+ --dt-theme-sidebar-row-color-background-hsla: hsl(var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l) / var(--alpha, 0%));
440
+ --dt-theme-sidebar-row-color-background: #ff5c00;
441
+ --dt-theme-topbar-profile-color-background-active-h: 22;
442
+ --dt-theme-topbar-profile-color-background-active-s: 100%;
443
+ --dt-theme-topbar-profile-color-background-active-l: 50%;
444
+ --dt-theme-topbar-profile-color-background-active-a: 100%;
445
+ --dt-theme-topbar-profile-color-background-active-hsl: var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l);
446
+ --dt-theme-topbar-profile-color-background-active-hsla: hsl(var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l) / var(--alpha, 14%));
447
+ --dt-theme-topbar-profile-color-background-active: #ff5c00;
448
+ --dt-theme-topbar-profile-color-background-hover-h: 22;
449
+ --dt-theme-topbar-profile-color-background-hover-s: 100%;
450
+ --dt-theme-topbar-profile-color-background-hover-l: 50%;
451
+ --dt-theme-topbar-profile-color-background-hover-a: 100%;
452
+ --dt-theme-topbar-profile-color-background-hover-hsl: var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l);
453
+ --dt-theme-topbar-profile-color-background-hover-hsla: hsl(var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l) / var(--alpha, 10%));
454
+ --dt-theme-topbar-profile-color-background-hover: #ff5c00;
455
+ --dt-theme-topbar-profile-color-background-inverted-h: 22;
456
+ --dt-theme-topbar-profile-color-background-inverted-s: 100%;
457
+ --dt-theme-topbar-profile-color-background-inverted-l: 50%;
458
+ --dt-theme-topbar-profile-color-background-inverted-a: 100%;
459
+ --dt-theme-topbar-profile-color-background-inverted-hsl: var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l);
460
+ --dt-theme-topbar-profile-color-background-inverted-hsla: hsl(var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l) / var(--alpha, 75%));
461
+ --dt-theme-topbar-profile-color-background-inverted: #ff5c00;
462
+ --dt-theme-topbar-profile-color-background-h: 22;
463
+ --dt-theme-topbar-profile-color-background-s: 100%;
464
+ --dt-theme-topbar-profile-color-background-l: 50%;
465
+ --dt-theme-topbar-profile-color-background-a: 100%;
466
+ --dt-theme-topbar-profile-color-background-hsl: var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l);
467
+ --dt-theme-topbar-profile-color-background-hsla: hsl(var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l) / var(--alpha, 5%));
468
+ --dt-theme-topbar-profile-color-background: #ff5c00;
469
+ --dt-theme-topbar-button-color-background-active-h: 22;
470
+ --dt-theme-topbar-button-color-background-active-s: 100%;
471
+ --dt-theme-topbar-button-color-background-active-l: 50%;
472
+ --dt-theme-topbar-button-color-background-active-a: 100%;
473
+ --dt-theme-topbar-button-color-background-active-hsl: var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l);
474
+ --dt-theme-topbar-button-color-background-active-hsla: hsl(var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l) / var(--alpha, 10%));
475
+ --dt-theme-topbar-button-color-background-active: #ff5c00;
476
+ --dt-theme-topbar-button-color-background-hover-h: 22;
477
+ --dt-theme-topbar-button-color-background-hover-s: 100%;
478
+ --dt-theme-topbar-button-color-background-hover-l: 50%;
479
+ --dt-theme-topbar-button-color-background-hover-a: 100%;
480
+ --dt-theme-topbar-button-color-background-hover-hsl: var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l);
481
+ --dt-theme-topbar-button-color-background-hover-hsla: hsl(var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l) / var(--alpha, 5%));
482
+ --dt-theme-topbar-button-color-background-hover: #ff5c00;
483
+ --dt-theme-topbar-button-color-background-h: 22;
484
+ --dt-theme-topbar-button-color-background-s: 100%;
485
+ --dt-theme-topbar-button-color-background-l: 50%;
486
+ --dt-theme-topbar-button-color-background-a: 100%;
487
+ --dt-theme-topbar-button-color-background-hsl: var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l);
488
+ --dt-theme-topbar-button-color-background-hsla: hsl(var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l) / var(--alpha, 0%));
489
+ --dt-theme-topbar-button-color-background: #ff5c00;
490
+ --dt-theme-topbar-button-color-foreground-hover-h: 22;
491
+ --dt-theme-topbar-button-color-foreground-hover-s: 100%;
492
+ --dt-theme-topbar-button-color-foreground-hover-l: 50%;
493
+ --dt-theme-topbar-button-color-foreground-hover-a: 100%;
494
+ --dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-shell-foo-hsl);
495
+ --dt-theme-topbar-button-color-foreground-hover-hsla: var(--dt-shell-foo-hsla);
496
+ --dt-theme-topbar-button-color-foreground-hover: #ff5c00;
497
+ --dt-theme-topbar-button-color-foreground-h: 22;
498
+ --dt-theme-topbar-button-color-foreground-s: 100%;
499
+ --dt-theme-topbar-button-color-foreground-l: 50%;
500
+ --dt-theme-topbar-button-color-foreground-a: 100%;
501
+ --dt-theme-topbar-button-color-foreground-hsl: var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l);
502
+ --dt-theme-topbar-button-color-foreground-hsla: hsl(var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l) / var(--alpha, 65%));
503
+ --dt-theme-topbar-button-color-foreground: #ff5c00;
504
+ --dt-theme-topbar-field-color-border-active-h: 22;
505
+ --dt-theme-topbar-field-color-border-active-s: 100%;
506
+ --dt-theme-topbar-field-color-border-active-l: 50%;
507
+ --dt-theme-topbar-field-color-border-active-a: 100%;
508
+ --dt-theme-topbar-field-color-border-active-hsl: var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l);
509
+ --dt-theme-topbar-field-color-border-active-hsla: hsl(var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l) / var(--alpha, 20%));
510
+ --dt-theme-topbar-field-color-border-active: #ff5c00;
511
+ --dt-theme-topbar-field-color-border-hover-h: 22;
512
+ --dt-theme-topbar-field-color-border-hover-s: 100%;
513
+ --dt-theme-topbar-field-color-border-hover-l: 50%;
514
+ --dt-theme-topbar-field-color-border-hover-a: 100%;
515
+ --dt-theme-topbar-field-color-border-hover-hsl: var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l);
516
+ --dt-theme-topbar-field-color-border-hover-hsla: hsl(var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l) / var(--alpha, 10%));
517
+ --dt-theme-topbar-field-color-border-hover: #ff5c00;
518
+ --dt-theme-topbar-field-color-border-h: 22;
519
+ --dt-theme-topbar-field-color-border-s: 100%;
520
+ --dt-theme-topbar-field-color-border-l: 50%;
521
+ --dt-theme-topbar-field-color-border-a: 100%;
522
+ --dt-theme-topbar-field-color-border-hsl: var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l);
523
+ --dt-theme-topbar-field-color-border-hsla: hsl(var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l) / var(--alpha, 0%));
524
+ --dt-theme-topbar-field-color-border: #ff5c00;
525
+ --dt-theme-topbar-field-color-background-hover-h: 22;
526
+ --dt-theme-topbar-field-color-background-hover-s: 100%;
527
+ --dt-theme-topbar-field-color-background-hover-l: 50%;
528
+ --dt-theme-topbar-field-color-background-hover-a: 100%;
529
+ --dt-theme-topbar-field-color-background-hover-hsl: var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l);
530
+ --dt-theme-topbar-field-color-background-hover-hsla: hsl(var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l) / var(--alpha, 100%));
531
+ --dt-theme-topbar-field-color-background-hover: #ff5c00;
532
+ --dt-theme-topbar-field-color-background-h: 22;
533
+ --dt-theme-topbar-field-color-background-s: 100%;
534
+ --dt-theme-topbar-field-color-background-l: 50%;
535
+ --dt-theme-topbar-field-color-background-a: 100%;
536
+ --dt-theme-topbar-field-color-background-hsl: var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l);
537
+ --dt-theme-topbar-field-color-background-hsla: hsl(var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l) / var(--alpha, 5%));
538
+ --dt-theme-topbar-field-color-background: #ff5c00;
539
+ --dt-theme-topbar-field-color-foreground-hover-h: 22;
540
+ --dt-theme-topbar-field-color-foreground-hover-s: 100%;
541
+ --dt-theme-topbar-field-color-foreground-hover-l: 50%;
542
+ --dt-theme-topbar-field-color-foreground-hover-a: 100%;
543
+ --dt-theme-topbar-field-color-foreground-hover-hsl: var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l);
544
+ --dt-theme-topbar-field-color-foreground-hover-hsla: hsl(var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l) / var(--alpha, 75%));
545
+ --dt-theme-topbar-field-color-foreground-hover: #ff5c00;
546
+ --dt-theme-topbar-field-color-foreground-h: 22;
547
+ --dt-theme-topbar-field-color-foreground-s: 100%;
548
+ --dt-theme-topbar-field-color-foreground-l: 50%;
549
+ --dt-theme-topbar-field-color-foreground-a: 100%;
550
+ --dt-theme-topbar-field-color-foreground-hsl: var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l);
551
+ --dt-theme-topbar-field-color-foreground-hsla: hsl(var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l) / var(--alpha, 50%));
552
+ --dt-theme-topbar-field-color-foreground: #ff5c00;
553
+ --dt-theme-topbar-color-foreground-h: 22;
554
+ --dt-theme-topbar-color-foreground-s: 100%;
555
+ --dt-theme-topbar-color-foreground-l: 50%;
556
+ --dt-theme-topbar-color-foreground-a: 100%;
557
+ --dt-theme-topbar-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l);
558
+ --dt-theme-topbar-color-foreground-hsla: hsl(var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l) / var(--alpha, 80%));
559
+ --dt-theme-topbar-color-foreground: #ff5c00;
293
560
  --dt-theme-color-base-h: 22;
294
561
  --dt-theme-color-base-s: 100%;
295
562
  --dt-theme-color-base-l: 50%;
@@ -1656,6 +1923,202 @@
1656
1923
  --dt-badge-color-background-default-hsl: var(--dt-color-surface-moderate-opaque-hsl);
1657
1924
  --dt-badge-color-background-default-hsla: var(--dt-color-surface-moderate-opaque-hsla);
1658
1925
  --dt-badge-color-background-default: #ff5c00;
1926
+ --dt-shell-presence-color-offline-h: 22;
1927
+ --dt-shell-presence-color-offline-s: 100%;
1928
+ --dt-shell-presence-color-offline-l: 50%;
1929
+ --dt-shell-presence-color-offline-a: 100%;
1930
+ --dt-shell-presence-color-offline-hsl: var(--dt-shell-base-color-status-away-hsl);
1931
+ --dt-shell-presence-color-offline-hsla: var(--dt-shell-base-color-status-away-hsla);
1932
+ --dt-shell-presence-color-offline: #ff5c00;
1933
+ --dt-shell-presence-color-busy-h: 22;
1934
+ --dt-shell-presence-color-busy-s: 100%;
1935
+ --dt-shell-presence-color-busy-l: 50%;
1936
+ --dt-shell-presence-color-busy-a: 100%;
1937
+ --dt-shell-presence-color-busy-hsl: var(--dt-shell-base-color-status-warning-hsl);
1938
+ --dt-shell-presence-color-busy-hsla: var(--dt-shell-base-color-status-warning-hsla);
1939
+ --dt-shell-presence-color-busy: #ff5c00;
1940
+ --dt-shell-presence-color-unavailable-h: 22;
1941
+ --dt-shell-presence-color-unavailable-s: 100%;
1942
+ --dt-shell-presence-color-unavailable-l: 50%;
1943
+ --dt-shell-presence-color-unavailable-a: 100%;
1944
+ --dt-shell-presence-color-unavailable-hsl: var(--dt-shell-base-color-status-critical-hsl);
1945
+ --dt-shell-presence-color-unavailable-hsla: var(--dt-shell-base-color-status-critical-hsla);
1946
+ --dt-shell-presence-color-unavailable: #ff5c00;
1947
+ --dt-shell-presence-color-available-h: 22;
1948
+ --dt-shell-presence-color-available-s: 100%;
1949
+ --dt-shell-presence-color-available-l: 50%;
1950
+ --dt-shell-presence-color-available-a: 100%;
1951
+ --dt-shell-presence-color-available-hsl: var(--dt-shell-base-color-status-positive-hsl);
1952
+ --dt-shell-presence-color-available-hsla: var(--dt-shell-base-color-status-positive-hsla);
1953
+ --dt-shell-presence-color-available: #ff5c00;
1954
+ --dt-shell-action-color-background-muted-selected-h: 22;
1955
+ --dt-shell-action-color-background-muted-selected-s: 100%;
1956
+ --dt-shell-action-color-background-muted-selected-l: 50%;
1957
+ --dt-shell-action-color-background-muted-selected-a: 100%;
1958
+ --dt-shell-action-color-background-muted-selected-hsl: var(--dt-shell-action-color-background-muted-selected-h) var(--dt-shell-action-color-background-muted-selected-s) var(--dt-shell-action-color-background-muted-selected-l);
1959
+ --dt-shell-action-color-background-muted-selected-hsla: hsl(var(--dt-shell-action-color-background-muted-selected-h) var(--dt-shell-action-color-background-muted-selected-s) var(--dt-shell-action-color-background-muted-selected-l) / var(--alpha, 7%));
1960
+ --dt-shell-action-color-background-muted-selected: #ff5c00;
1961
+ --dt-shell-action-color-background-muted-active-h: 22;
1962
+ --dt-shell-action-color-background-muted-active-s: 100%;
1963
+ --dt-shell-action-color-background-muted-active-l: 50%;
1964
+ --dt-shell-action-color-background-muted-active-a: 100%;
1965
+ --dt-shell-action-color-background-muted-active-hsl: var(--dt-shell-action-color-background-muted-active-h) var(--dt-shell-action-color-background-muted-active-s) var(--dt-shell-action-color-background-muted-active-l);
1966
+ --dt-shell-action-color-background-muted-active-hsla: hsl(var(--dt-shell-action-color-background-muted-active-h) var(--dt-shell-action-color-background-muted-active-s) var(--dt-shell-action-color-background-muted-active-l) / var(--alpha, 7%));
1967
+ --dt-shell-action-color-background-muted-active: #ff5c00;
1968
+ --dt-shell-action-color-background-muted-hover-h: 22;
1969
+ --dt-shell-action-color-background-muted-hover-s: 100%;
1970
+ --dt-shell-action-color-background-muted-hover-l: 50%;
1971
+ --dt-shell-action-color-background-muted-hover-a: 100%;
1972
+ --dt-shell-action-color-background-muted-hover-hsl: var(--dt-shell-action-color-background-muted-hover-h) var(--dt-shell-action-color-background-muted-hover-s) var(--dt-shell-action-color-background-muted-hover-l);
1973
+ --dt-shell-action-color-background-muted-hover-hsla: hsl(var(--dt-shell-action-color-background-muted-hover-h) var(--dt-shell-action-color-background-muted-hover-s) var(--dt-shell-action-color-background-muted-hover-l) / var(--alpha, 10%));
1974
+ --dt-shell-action-color-background-muted-hover: #ff5c00;
1975
+ --dt-shell-action-color-background-muted-default-h: 22;
1976
+ --dt-shell-action-color-background-muted-default-s: 100%;
1977
+ --dt-shell-action-color-background-muted-default-l: 50%;
1978
+ --dt-shell-action-color-background-muted-default-a: 100%;
1979
+ --dt-shell-action-color-background-muted-default-hsl: var(--dt-shell-action-color-background-muted-default-h) var(--dt-shell-action-color-background-muted-default-s) var(--dt-shell-action-color-background-muted-default-l);
1980
+ --dt-shell-action-color-background-muted-default-hsla: hsl(var(--dt-shell-action-color-background-muted-default-h) var(--dt-shell-action-color-background-muted-default-s) var(--dt-shell-action-color-background-muted-default-l) / var(--alpha, 5%));
1981
+ --dt-shell-action-color-background-muted-default: #ff5c00;
1982
+ --dt-shell-action-color-background-secondary-selected-h: 22;
1983
+ --dt-shell-action-color-background-secondary-selected-s: 100%;
1984
+ --dt-shell-action-color-background-secondary-selected-l: 50%;
1985
+ --dt-shell-action-color-background-secondary-selected-a: 100%;
1986
+ --dt-shell-action-color-background-secondary-selected-hsl: var(--dt-shell-action-color-background-secondary-selected-h) var(--dt-shell-action-color-background-secondary-selected-s) var(--dt-shell-action-color-background-secondary-selected-l);
1987
+ --dt-shell-action-color-background-secondary-selected-hsla: hsl(var(--dt-shell-action-color-background-secondary-selected-h) var(--dt-shell-action-color-background-secondary-selected-s) var(--dt-shell-action-color-background-secondary-selected-l) / var(--alpha, 13%));
1988
+ --dt-shell-action-color-background-secondary-selected: #ff5c00;
1989
+ --dt-shell-action-color-background-secondary-active-h: 22;
1990
+ --dt-shell-action-color-background-secondary-active-s: 100%;
1991
+ --dt-shell-action-color-background-secondary-active-l: 50%;
1992
+ --dt-shell-action-color-background-secondary-active-a: 100%;
1993
+ --dt-shell-action-color-background-secondary-active-hsl: var(--dt-shell-action-color-background-secondary-active-h) var(--dt-shell-action-color-background-secondary-active-s) var(--dt-shell-action-color-background-secondary-active-l);
1994
+ --dt-shell-action-color-background-secondary-active-hsla: hsl(var(--dt-shell-action-color-background-secondary-active-h) var(--dt-shell-action-color-background-secondary-active-s) var(--dt-shell-action-color-background-secondary-active-l) / var(--alpha, 16%));
1995
+ --dt-shell-action-color-background-secondary-active: #ff5c00;
1996
+ --dt-shell-action-color-background-secondary-hover-h: 22;
1997
+ --dt-shell-action-color-background-secondary-hover-s: 100%;
1998
+ --dt-shell-action-color-background-secondary-hover-l: 50%;
1999
+ --dt-shell-action-color-background-secondary-hover-a: 100%;
2000
+ --dt-shell-action-color-background-secondary-hover-hsl: var(--dt-shell-action-color-background-secondary-hover-h) var(--dt-shell-action-color-background-secondary-hover-s) var(--dt-shell-action-color-background-secondary-hover-l);
2001
+ --dt-shell-action-color-background-secondary-hover-hsla: hsl(var(--dt-shell-action-color-background-secondary-hover-h) var(--dt-shell-action-color-background-secondary-hover-s) var(--dt-shell-action-color-background-secondary-hover-l) / var(--alpha, 10%));
2002
+ --dt-shell-action-color-background-secondary-hover: #ff5c00;
2003
+ --dt-shell-action-color-background-secondary-default-h: 22;
2004
+ --dt-shell-action-color-background-secondary-default-s: 100%;
2005
+ --dt-shell-action-color-background-secondary-default-l: 50%;
2006
+ --dt-shell-action-color-background-secondary-default-a: 100%;
2007
+ --dt-shell-action-color-background-secondary-default-hsl: var(--dt-shell-action-color-background-secondary-default-h) var(--dt-shell-action-color-background-secondary-default-s) var(--dt-shell-action-color-background-secondary-default-l);
2008
+ --dt-shell-action-color-background-secondary-default-hsla: hsl(var(--dt-shell-action-color-background-secondary-default-h) var(--dt-shell-action-color-background-secondary-default-s) var(--dt-shell-action-color-background-secondary-default-l) / var(--alpha, 0%));
2009
+ --dt-shell-action-color-background-secondary-default: #ff5c00;
2010
+ --dt-shell-action-color-background-primary-selected-h: 22;
2011
+ --dt-shell-action-color-background-primary-selected-s: 100%;
2012
+ --dt-shell-action-color-background-primary-selected-l: 50%;
2013
+ --dt-shell-action-color-background-primary-selected-a: 100%;
2014
+ --dt-shell-action-color-background-primary-selected-hsl: var(--dt-shell-action-color-background-primary-selected-h) var(--dt-shell-action-color-background-primary-selected-s) var(--dt-shell-action-color-background-primary-selected-l);
2015
+ --dt-shell-action-color-background-primary-selected-hsla: hsl(var(--dt-shell-action-color-background-primary-selected-h) var(--dt-shell-action-color-background-primary-selected-s) var(--dt-shell-action-color-background-primary-selected-l) / var(--alpha, 13%));
2016
+ --dt-shell-action-color-background-primary-selected: #ff5c00;
2017
+ --dt-shell-action-color-background-primary-active-h: 22;
2018
+ --dt-shell-action-color-background-primary-active-s: 100%;
2019
+ --dt-shell-action-color-background-primary-active-l: 50%;
2020
+ --dt-shell-action-color-background-primary-active-a: 100%;
2021
+ --dt-shell-action-color-background-primary-active-hsl: var(--dt-shell-action-color-background-primary-active-h) var(--dt-shell-action-color-background-primary-active-s) var(--dt-shell-action-color-background-primary-active-l);
2022
+ --dt-shell-action-color-background-primary-active-hsla: hsl(var(--dt-shell-action-color-background-primary-active-h) var(--dt-shell-action-color-background-primary-active-s) var(--dt-shell-action-color-background-primary-active-l) / var(--alpha, 16%));
2023
+ --dt-shell-action-color-background-primary-active: #ff5c00;
2024
+ --dt-shell-action-color-background-primary-hover-h: 22;
2025
+ --dt-shell-action-color-background-primary-hover-s: 100%;
2026
+ --dt-shell-action-color-background-primary-hover-l: 50%;
2027
+ --dt-shell-action-color-background-primary-hover-a: 100%;
2028
+ --dt-shell-action-color-background-primary-hover-hsl: var(--dt-shell-action-color-background-primary-hover-h) var(--dt-shell-action-color-background-primary-hover-s) var(--dt-shell-action-color-background-primary-hover-l);
2029
+ --dt-shell-action-color-background-primary-hover-hsla: hsl(var(--dt-shell-action-color-background-primary-hover-h) var(--dt-shell-action-color-background-primary-hover-s) var(--dt-shell-action-color-background-primary-hover-l) / var(--alpha, 10%));
2030
+ --dt-shell-action-color-background-primary-hover: #ff5c00;
2031
+ --dt-shell-action-color-background-primary-default-h: 22;
2032
+ --dt-shell-action-color-background-primary-default-s: 100%;
2033
+ --dt-shell-action-color-background-primary-default-l: 50%;
2034
+ --dt-shell-action-color-background-primary-default-a: 100%;
2035
+ --dt-shell-action-color-background-primary-default-hsl: var(--dt-shell-action-color-background-primary-default-h) var(--dt-shell-action-color-background-primary-default-s) var(--dt-shell-action-color-background-primary-default-l);
2036
+ --dt-shell-action-color-background-primary-default-hsla: hsl(var(--dt-shell-action-color-background-primary-default-h) var(--dt-shell-action-color-background-primary-default-s) var(--dt-shell-action-color-background-primary-default-l) / var(--alpha, 0%));
2037
+ --dt-shell-action-color-background-primary-default: #ff5c00;
2038
+ --dt-shell-color-border-default-h: 22;
2039
+ --dt-shell-color-border-default-s: 100%;
2040
+ --dt-shell-color-border-default-l: 50%;
2041
+ --dt-shell-color-border-default-a: 100%;
2042
+ --dt-shell-color-border-default-hsl: var(--dt-shell-color-border-default-h) var(--dt-shell-color-border-default-s) var(--dt-shell-color-border-default-l);
2043
+ --dt-shell-color-border-default-hsla: hsl(var(--dt-shell-color-border-default-h) var(--dt-shell-color-border-default-s) var(--dt-shell-color-border-default-l) / var(--alpha, 17%));
2044
+ --dt-shell-color-border-default: #ff5c00;
2045
+ --dt-shell-color-border-subtle-h: 22;
2046
+ --dt-shell-color-border-subtle-s: 100%;
2047
+ --dt-shell-color-border-subtle-l: 50%;
2048
+ --dt-shell-color-border-subtle-a: 100%;
2049
+ --dt-shell-color-border-subtle-hsl: var(--dt-shell-color-border-subtle-h) var(--dt-shell-color-border-subtle-s) var(--dt-shell-color-border-subtle-l);
2050
+ --dt-shell-color-border-subtle-hsla: hsl(var(--dt-shell-color-border-subtle-h) var(--dt-shell-color-border-subtle-s) var(--dt-shell-color-border-subtle-l) / var(--alpha, 10%));
2051
+ --dt-shell-color-border-subtle: #ff5c00;
2052
+ --dt-shell-color-foreground-warning-h: 22;
2053
+ --dt-shell-color-foreground-warning-s: 100%;
2054
+ --dt-shell-color-foreground-warning-l: 50%;
2055
+ --dt-shell-color-foreground-warning-a: 100%;
2056
+ --dt-shell-color-foreground-warning-hsl: var(--dt-shell-color-foreground-warning-h) var(--dt-shell-color-foreground-warning-s) var(--dt-shell-color-foreground-warning-l);
2057
+ --dt-shell-color-foreground-warning-hsla: hsl(var(--dt-shell-color-foreground-warning-h) var(--dt-shell-color-foreground-warning-s) var(--dt-shell-color-foreground-warning-l) / var(--alpha, 100%));
2058
+ --dt-shell-color-foreground-warning: #ff5c00;
2059
+ --dt-shell-color-foreground-critical-h: 22;
2060
+ --dt-shell-color-foreground-critical-s: 100%;
2061
+ --dt-shell-color-foreground-critical-l: 50%;
2062
+ --dt-shell-color-foreground-critical-a: 100%;
2063
+ --dt-shell-color-foreground-critical-hsl: var(--dt-shell-color-foreground-critical-h) var(--dt-shell-color-foreground-critical-s) var(--dt-shell-color-foreground-critical-l);
2064
+ --dt-shell-color-foreground-critical-hsla: hsl(var(--dt-shell-color-foreground-critical-h) var(--dt-shell-color-foreground-critical-s) var(--dt-shell-color-foreground-critical-l) / var(--alpha, 100%));
2065
+ --dt-shell-color-foreground-critical: #ff5c00;
2066
+ --dt-shell-color-foreground-positive-h: 22;
2067
+ --dt-shell-color-foreground-positive-s: 100%;
2068
+ --dt-shell-color-foreground-positive-l: 50%;
2069
+ --dt-shell-color-foreground-positive-a: 100%;
2070
+ --dt-shell-color-foreground-positive-hsl: var(--dt-shell-color-foreground-positive-h) var(--dt-shell-color-foreground-positive-s) var(--dt-shell-color-foreground-positive-l);
2071
+ --dt-shell-color-foreground-positive-hsla: hsl(var(--dt-shell-color-foreground-positive-h) var(--dt-shell-color-foreground-positive-s) var(--dt-shell-color-foreground-positive-l) / var(--alpha, 100%));
2072
+ --dt-shell-color-foreground-positive: #ff5c00;
2073
+ --dt-shell-color-foreground-disabled-h: 22;
2074
+ --dt-shell-color-foreground-disabled-s: 100%;
2075
+ --dt-shell-color-foreground-disabled-l: 50%;
2076
+ --dt-shell-color-foreground-disabled-a: 100%;
2077
+ --dt-shell-color-foreground-disabled-hsl: var(--dt-shell-color-foreground-disabled-h) var(--dt-shell-color-foreground-disabled-s) var(--dt-shell-color-foreground-disabled-l);
2078
+ --dt-shell-color-foreground-disabled-hsla: hsl(var(--dt-shell-color-foreground-disabled-h) var(--dt-shell-color-foreground-disabled-s) var(--dt-shell-color-foreground-disabled-l) / var(--alpha, 57%));
2079
+ --dt-shell-color-foreground-disabled: #ff5c00;
2080
+ --dt-shell-color-foreground-muted-h: 22;
2081
+ --dt-shell-color-foreground-muted-s: 100%;
2082
+ --dt-shell-color-foreground-muted-l: 50%;
2083
+ --dt-shell-color-foreground-muted-a: 100%;
2084
+ --dt-shell-color-foreground-muted-hsl: var(--dt-shell-color-foreground-muted-h) var(--dt-shell-color-foreground-muted-s) var(--dt-shell-color-foreground-muted-l);
2085
+ --dt-shell-color-foreground-muted-hsla: hsl(var(--dt-shell-color-foreground-muted-h) var(--dt-shell-color-foreground-muted-s) var(--dt-shell-color-foreground-muted-l) / var(--alpha, 60%));
2086
+ --dt-shell-color-foreground-muted: #ff5c00;
2087
+ --dt-shell-color-foreground-strong-h: 22;
2088
+ --dt-shell-color-foreground-strong-s: 100%;
2089
+ --dt-shell-color-foreground-strong-l: 50%;
2090
+ --dt-shell-color-foreground-strong-a: 100%;
2091
+ --dt-shell-color-foreground-strong-hsl: var(--dt-shell-color-foreground-strong-h) var(--dt-shell-color-foreground-strong-s) var(--dt-shell-color-foreground-strong-l);
2092
+ --dt-shell-color-foreground-strong-hsla: hsl(var(--dt-shell-color-foreground-strong-h) var(--dt-shell-color-foreground-strong-s) var(--dt-shell-color-foreground-strong-l) / var(--alpha, 100%));
2093
+ --dt-shell-color-foreground-strong: #ff5c00;
2094
+ --dt-shell-color-foreground-tertiary-h: 22;
2095
+ --dt-shell-color-foreground-tertiary-s: 100%;
2096
+ --dt-shell-color-foreground-tertiary-l: 50%;
2097
+ --dt-shell-color-foreground-tertiary-a: 100%;
2098
+ --dt-shell-color-foreground-tertiary-hsl: var(--dt-shell-color-foreground-tertiary-h) var(--dt-shell-color-foreground-tertiary-s) var(--dt-shell-color-foreground-tertiary-l);
2099
+ --dt-shell-color-foreground-tertiary-hsla: hsl(var(--dt-shell-color-foreground-tertiary-h) var(--dt-shell-color-foreground-tertiary-s) var(--dt-shell-color-foreground-tertiary-l) / var(--alpha, 72%));
2100
+ --dt-shell-color-foreground-tertiary: #ff5c00;
2101
+ --dt-shell-color-foreground-secondary-h: 22;
2102
+ --dt-shell-color-foreground-secondary-s: 100%;
2103
+ --dt-shell-color-foreground-secondary-l: 50%;
2104
+ --dt-shell-color-foreground-secondary-a: 100%;
2105
+ --dt-shell-color-foreground-secondary-hsl: var(--dt-shell-color-foreground-secondary-h) var(--dt-shell-color-foreground-secondary-s) var(--dt-shell-color-foreground-secondary-l);
2106
+ --dt-shell-color-foreground-secondary-hsla: hsl(var(--dt-shell-color-foreground-secondary-h) var(--dt-shell-color-foreground-secondary-s) var(--dt-shell-color-foreground-secondary-l) / var(--alpha, 86%));
2107
+ --dt-shell-color-foreground-secondary: #ff5c00;
2108
+ --dt-shell-color-foreground-primary-h: 22;
2109
+ --dt-shell-color-foreground-primary-s: 100%;
2110
+ --dt-shell-color-foreground-primary-l: 50%;
2111
+ --dt-shell-color-foreground-primary-a: 100%;
2112
+ --dt-shell-color-foreground-primary-hsl: var(--dt-shell-base-color-foreground-hsl);
2113
+ --dt-shell-color-foreground-primary-hsla: var(--dt-shell-base-color-foreground-hsla);
2114
+ --dt-shell-color-foreground-primary: #ff5c00;
2115
+ --dt-shell-base-color-surface-h: 22;
2116
+ --dt-shell-base-color-surface-s: 100%;
2117
+ --dt-shell-base-color-surface-l: 50%;
2118
+ --dt-shell-base-color-surface-a: 100%;
2119
+ --dt-shell-base-color-surface-hsl: var(--dt-color-surface-secondary-hsl);
2120
+ --dt-shell-base-color-surface-hsla: var(--dt-color-surface-secondary-hsla);
2121
+ --dt-shell-base-color-surface: #ff5c00;
1659
2122
  --dt-theme-mention-color-background-h: 22;
1660
2123
  --dt-theme-mention-color-background-s: 100%;
1661
2124
  --dt-theme-mention-color-background-l: 50%;
@@ -1677,13 +2140,6 @@
1677
2140
  --dt-theme-sidebar-section-color-foreground-hsl: var(--dt-color-foreground-tertiary-hsl);
1678
2141
  --dt-theme-sidebar-section-color-foreground-hsla: var(--dt-color-foreground-tertiary-hsla);
1679
2142
  --dt-theme-sidebar-section-color-foreground: #ff5c00;
1680
- --dt-theme-sidebar-selected-row-color-background-h: 22;
1681
- --dt-theme-sidebar-selected-row-color-background-s: 100%;
1682
- --dt-theme-sidebar-selected-row-color-background-l: 50%;
1683
- --dt-theme-sidebar-selected-row-color-background-a: 100%;
1684
- --dt-theme-sidebar-selected-row-color-background-hsl: var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l);
1685
- --dt-theme-sidebar-selected-row-color-background-hsla: hsl(var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l) / var(--alpha, 9%));
1686
- --dt-theme-sidebar-selected-row-color-background: #ff5c00;
1687
2143
  --dt-theme-sidebar-selected-row-color-foreground-h: 22;
1688
2144
  --dt-theme-sidebar-selected-row-color-foreground-s: 100%;
1689
2145
  --dt-theme-sidebar-selected-row-color-foreground-l: 50%;
@@ -1691,27 +2147,6 @@
1691
2147
  --dt-theme-sidebar-selected-row-color-foreground-hsl: var(--dt-color-foreground-primary-hsl);
1692
2148
  --dt-theme-sidebar-selected-row-color-foreground-hsla: var(--dt-color-foreground-primary-hsla);
1693
2149
  --dt-theme-sidebar-selected-row-color-foreground: #ff5c00;
1694
- --dt-theme-sidebar-row-color-background-active-h: 22;
1695
- --dt-theme-sidebar-row-color-background-active-s: 100%;
1696
- --dt-theme-sidebar-row-color-background-active-l: 50%;
1697
- --dt-theme-sidebar-row-color-background-active-a: 100%;
1698
- --dt-theme-sidebar-row-color-background-active-hsl: var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l);
1699
- --dt-theme-sidebar-row-color-background-active-hsla: hsl(var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l) / var(--alpha, 15%));
1700
- --dt-theme-sidebar-row-color-background-active: #ff5c00;
1701
- --dt-theme-sidebar-row-color-background-hover-h: 22;
1702
- --dt-theme-sidebar-row-color-background-hover-s: 100%;
1703
- --dt-theme-sidebar-row-color-background-hover-l: 50%;
1704
- --dt-theme-sidebar-row-color-background-hover-a: 100%;
1705
- --dt-theme-sidebar-row-color-background-hover-hsl: var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l);
1706
- --dt-theme-sidebar-row-color-background-hover-hsla: hsl(var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l) / var(--alpha, 11%));
1707
- --dt-theme-sidebar-row-color-background-hover: #ff5c00;
1708
- --dt-theme-sidebar-row-color-background-h: 22;
1709
- --dt-theme-sidebar-row-color-background-s: 100%;
1710
- --dt-theme-sidebar-row-color-background-l: 50%;
1711
- --dt-theme-sidebar-row-color-background-a: 100%;
1712
- --dt-theme-sidebar-row-color-background-hsl: var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l);
1713
- --dt-theme-sidebar-row-color-background-hsla: hsl(var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l) / var(--alpha, 0%));
1714
- --dt-theme-sidebar-row-color-background: #ff5c00;
1715
2150
  --dt-theme-sidebar-status-color-foreground-h: 22;
1716
2151
  --dt-theme-sidebar-status-color-foreground-s: 100%;
1717
2152
  --dt-theme-sidebar-status-color-foreground-l: 50%;
@@ -1733,34 +2168,6 @@
1733
2168
  --dt-theme-sidebar-color-foreground-hsl: var(--dt-color-foreground-secondary-hsl);
1734
2169
  --dt-theme-sidebar-color-foreground-hsla: var(--dt-color-foreground-secondary-hsla);
1735
2170
  --dt-theme-sidebar-color-foreground: #ff5c00;
1736
- --dt-theme-topbar-profile-color-background-active-h: 22;
1737
- --dt-theme-topbar-profile-color-background-active-s: 100%;
1738
- --dt-theme-topbar-profile-color-background-active-l: 50%;
1739
- --dt-theme-topbar-profile-color-background-active-a: 100%;
1740
- --dt-theme-topbar-profile-color-background-active-hsl: var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l);
1741
- --dt-theme-topbar-profile-color-background-active-hsla: hsl(var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l) / var(--alpha, 14%));
1742
- --dt-theme-topbar-profile-color-background-active: #ff5c00;
1743
- --dt-theme-topbar-profile-color-background-hover-h: 22;
1744
- --dt-theme-topbar-profile-color-background-hover-s: 100%;
1745
- --dt-theme-topbar-profile-color-background-hover-l: 50%;
1746
- --dt-theme-topbar-profile-color-background-hover-a: 100%;
1747
- --dt-theme-topbar-profile-color-background-hover-hsl: var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l);
1748
- --dt-theme-topbar-profile-color-background-hover-hsla: hsl(var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l) / var(--alpha, 10%));
1749
- --dt-theme-topbar-profile-color-background-hover: #ff5c00;
1750
- --dt-theme-topbar-profile-color-background-inverted-h: 22;
1751
- --dt-theme-topbar-profile-color-background-inverted-s: 100%;
1752
- --dt-theme-topbar-profile-color-background-inverted-l: 50%;
1753
- --dt-theme-topbar-profile-color-background-inverted-a: 100%;
1754
- --dt-theme-topbar-profile-color-background-inverted-hsl: var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l);
1755
- --dt-theme-topbar-profile-color-background-inverted-hsla: hsl(var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l) / var(--alpha, 75%));
1756
- --dt-theme-topbar-profile-color-background-inverted: #ff5c00;
1757
- --dt-theme-topbar-profile-color-background-h: 22;
1758
- --dt-theme-topbar-profile-color-background-s: 100%;
1759
- --dt-theme-topbar-profile-color-background-l: 50%;
1760
- --dt-theme-topbar-profile-color-background-a: 100%;
1761
- --dt-theme-topbar-profile-color-background-hsl: var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l);
1762
- --dt-theme-topbar-profile-color-background-hsla: hsl(var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l) / var(--alpha, 5%));
1763
- --dt-theme-topbar-profile-color-background: #ff5c00;
1764
2171
  --dt-theme-topbar-profile-color-foreground-inverted-h: 22;
1765
2172
  --dt-theme-topbar-profile-color-foreground-inverted-s: 100%;
1766
2173
  --dt-theme-topbar-profile-color-foreground-inverted-l: 50%;
@@ -1768,90 +2175,13 @@
1768
2175
  --dt-theme-topbar-profile-color-foreground-inverted-hsl: var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l);
1769
2176
  --dt-theme-topbar-profile-color-foreground-inverted-hsla: hsl(var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l) / var(--alpha, 75%));
1770
2177
  --dt-theme-topbar-profile-color-foreground-inverted: #ff5c00;
1771
- --dt-theme-topbar-button-color-background-active-h: 22;
1772
- --dt-theme-topbar-button-color-background-active-s: 100%;
1773
- --dt-theme-topbar-button-color-background-active-l: 50%;
1774
- --dt-theme-topbar-button-color-background-active-a: 100%;
1775
- --dt-theme-topbar-button-color-background-active-hsl: var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l);
1776
- --dt-theme-topbar-button-color-background-active-hsla: hsl(var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l) / var(--alpha, 10%));
1777
- --dt-theme-topbar-button-color-background-active: #ff5c00;
1778
- --dt-theme-topbar-button-color-background-hover-h: 22;
1779
- --dt-theme-topbar-button-color-background-hover-s: 100%;
1780
- --dt-theme-topbar-button-color-background-hover-l: 50%;
1781
- --dt-theme-topbar-button-color-background-hover-a: 100%;
1782
- --dt-theme-topbar-button-color-background-hover-hsl: var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l);
1783
- --dt-theme-topbar-button-color-background-hover-hsla: hsl(var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l) / var(--alpha, 5%));
1784
- --dt-theme-topbar-button-color-background-hover: #ff5c00;
1785
- --dt-theme-topbar-button-color-background-h: 22;
1786
- --dt-theme-topbar-button-color-background-s: 100%;
1787
- --dt-theme-topbar-button-color-background-l: 50%;
1788
- --dt-theme-topbar-button-color-background-a: 100%;
1789
- --dt-theme-topbar-button-color-background-hsl: var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l);
1790
- --dt-theme-topbar-button-color-background-hsla: hsl(var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l) / var(--alpha, 0%));
1791
- --dt-theme-topbar-button-color-background: #ff5c00;
1792
- --dt-theme-topbar-button-color-foreground-hover-h: 22;
1793
- --dt-theme-topbar-button-color-foreground-hover-s: 100%;
1794
- --dt-theme-topbar-button-color-foreground-hover-l: 50%;
1795
- --dt-theme-topbar-button-color-foreground-hover-a: 100%;
1796
- --dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-theme-color-base-hsl);
1797
- --dt-theme-topbar-button-color-foreground-hover-hsla: var(--dt-theme-color-base-hsla);
1798
- --dt-theme-topbar-button-color-foreground-hover: #ff5c00;
1799
- --dt-theme-topbar-button-color-foreground-h: 22;
1800
- --dt-theme-topbar-button-color-foreground-s: 100%;
1801
- --dt-theme-topbar-button-color-foreground-l: 50%;
1802
- --dt-theme-topbar-button-color-foreground-a: 100%;
1803
- --dt-theme-topbar-button-color-foreground-hsl: var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l);
1804
- --dt-theme-topbar-button-color-foreground-hsla: hsl(var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l) / var(--alpha, 65%));
1805
- --dt-theme-topbar-button-color-foreground: #ff5c00;
1806
- --dt-theme-topbar-field-color-border-active-h: 22;
1807
- --dt-theme-topbar-field-color-border-active-s: 100%;
1808
- --dt-theme-topbar-field-color-border-active-l: 50%;
1809
- --dt-theme-topbar-field-color-border-active-a: 100%;
1810
- --dt-theme-topbar-field-color-border-active-hsl: var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l);
1811
- --dt-theme-topbar-field-color-border-active-hsla: hsl(var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l) / var(--alpha, 20%));
1812
- --dt-theme-topbar-field-color-border-active: #ff5c00;
1813
- --dt-theme-topbar-field-color-border-hover-h: 22;
1814
- --dt-theme-topbar-field-color-border-hover-s: 100%;
1815
- --dt-theme-topbar-field-color-border-hover-l: 50%;
1816
- --dt-theme-topbar-field-color-border-hover-a: 100%;
1817
- --dt-theme-topbar-field-color-border-hover-hsl: var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l);
1818
- --dt-theme-topbar-field-color-border-hover-hsla: hsl(var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l) / var(--alpha, 10%));
1819
- --dt-theme-topbar-field-color-border-hover: #ff5c00;
1820
- --dt-theme-topbar-field-color-border-h: 22;
1821
- --dt-theme-topbar-field-color-border-s: 100%;
1822
- --dt-theme-topbar-field-color-border-l: 50%;
1823
- --dt-theme-topbar-field-color-border-a: 100%;
1824
- --dt-theme-topbar-field-color-border-hsl: var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l);
1825
- --dt-theme-topbar-field-color-border-hsla: hsl(var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l) / var(--alpha, 0%));
1826
- --dt-theme-topbar-field-color-border: #ff5c00;
1827
- --dt-theme-topbar-field-color-background-hover-h: 22;
1828
- --dt-theme-topbar-field-color-background-hover-s: 100%;
1829
- --dt-theme-topbar-field-color-background-hover-l: 50%;
1830
- --dt-theme-topbar-field-color-background-hover-a: 100%;
1831
- --dt-theme-topbar-field-color-background-hover-hsl: var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l);
1832
- --dt-theme-topbar-field-color-background-hover-hsla: hsl(var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l) / var(--alpha, 100%));
1833
- --dt-theme-topbar-field-color-background-hover: #ff5c00;
1834
- --dt-theme-topbar-field-color-background-h: 22;
1835
- --dt-theme-topbar-field-color-background-s: 100%;
1836
- --dt-theme-topbar-field-color-background-l: 50%;
1837
- --dt-theme-topbar-field-color-background-a: 100%;
1838
- --dt-theme-topbar-field-color-background-hsl: var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l);
1839
- --dt-theme-topbar-field-color-background-hsla: hsl(var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l) / var(--alpha, 5%));
1840
- --dt-theme-topbar-field-color-background: #ff5c00;
1841
- --dt-theme-topbar-field-color-foreground-hover-h: 22;
1842
- --dt-theme-topbar-field-color-foreground-hover-s: 100%;
1843
- --dt-theme-topbar-field-color-foreground-hover-l: 50%;
1844
- --dt-theme-topbar-field-color-foreground-hover-a: 100%;
1845
- --dt-theme-topbar-field-color-foreground-hover-hsl: var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l);
1846
- --dt-theme-topbar-field-color-foreground-hover-hsla: hsl(var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l) / var(--alpha, 75%));
1847
- --dt-theme-topbar-field-color-foreground-hover: #ff5c00;
1848
- --dt-theme-topbar-field-color-foreground-h: 22;
1849
- --dt-theme-topbar-field-color-foreground-s: 100%;
1850
- --dt-theme-topbar-field-color-foreground-l: 50%;
1851
- --dt-theme-topbar-field-color-foreground-a: 100%;
1852
- --dt-theme-topbar-field-color-foreground-hsl: var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l);
1853
- --dt-theme-topbar-field-color-foreground-hsla: hsl(var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l) / var(--alpha, 50%));
1854
- --dt-theme-topbar-field-color-foreground: #ff5c00;
2178
+ --dt-theme-topbar-profile-color-foreground-h: 22;
2179
+ --dt-theme-topbar-profile-color-foreground-s: 100%;
2180
+ --dt-theme-topbar-profile-color-foreground-l: 50%;
2181
+ --dt-theme-topbar-profile-color-foreground-a: 100%;
2182
+ --dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-hsl);
2183
+ --dt-theme-topbar-profile-color-foreground-hsla: var(--dt-theme-topbar-color-foreground-hsla);
2184
+ --dt-theme-topbar-profile-color-foreground: #ff5c00;
1855
2185
  --dt-theme-topbar-color-background-h: 22;
1856
2186
  --dt-theme-topbar-color-background-s: 100%;
1857
2187
  --dt-theme-topbar-color-background-l: 50%;
@@ -1859,13 +2189,6 @@
1859
2189
  --dt-theme-topbar-color-background-hsl: var(--dt-color-surface-secondary-hsl);
1860
2190
  --dt-theme-topbar-color-background-hsla: var(--dt-color-surface-secondary-hsla);
1861
2191
  --dt-theme-topbar-color-background: #ff5c00;
1862
- --dt-theme-topbar-color-foreground-h: 22;
1863
- --dt-theme-topbar-color-foreground-s: 100%;
1864
- --dt-theme-topbar-color-foreground-l: 50%;
1865
- --dt-theme-topbar-color-foreground-a: 100%;
1866
- --dt-theme-topbar-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l);
1867
- --dt-theme-topbar-color-foreground-hsla: hsl(var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l) / var(--alpha, 80%));
1868
- --dt-theme-topbar-color-foreground: #ff5c00;
1869
2192
  --dt-action-color-border-positive-outlined-default-h: 22;
1870
2193
  --dt-action-color-border-positive-outlined-default-s: 100%;
1871
2194
  --dt-action-color-border-positive-outlined-default-l: 50%;
@@ -2266,6 +2589,69 @@
2266
2589
  --dt-color-link-critical-hsla: var(--dt-color-foreground-critical-hsla);
2267
2590
  --dt-color-link-critical: #ff5c00;
2268
2591
  --dt-icon-size-border-500: var(--dt-icon-size-border-400);
2592
+ --dt-shell-action-color-foreground-muted-default-h: 22;
2593
+ --dt-shell-action-color-foreground-muted-default-s: 100%;
2594
+ --dt-shell-action-color-foreground-muted-default-l: 50%;
2595
+ --dt-shell-action-color-foreground-muted-default-a: 100%;
2596
+ --dt-shell-action-color-foreground-muted-default-hsl: var(--dt-shell-color-foreground-muted-hsl);
2597
+ --dt-shell-action-color-foreground-muted-default-hsla: var(--dt-shell-color-foreground-muted-hsla);
2598
+ --dt-shell-action-color-foreground-muted-default: #ff5c00;
2599
+ --dt-shell-action-color-foreground-secondary-disabled-h: 22;
2600
+ --dt-shell-action-color-foreground-secondary-disabled-s: 100%;
2601
+ --dt-shell-action-color-foreground-secondary-disabled-l: 50%;
2602
+ --dt-shell-action-color-foreground-secondary-disabled-a: 100%;
2603
+ --dt-shell-action-color-foreground-secondary-disabled-hsl: var(--dt-shell-color-foreground-disabled-hsl);
2604
+ --dt-shell-action-color-foreground-secondary-disabled-hsla: var(--dt-shell-color-foreground-disabled-hsla);
2605
+ --dt-shell-action-color-foreground-secondary-disabled: #ff5c00;
2606
+ --dt-shell-action-color-foreground-primary-disabled-h: 22;
2607
+ --dt-shell-action-color-foreground-primary-disabled-s: 100%;
2608
+ --dt-shell-action-color-foreground-primary-disabled-l: 50%;
2609
+ --dt-shell-action-color-foreground-primary-disabled-a: 100%;
2610
+ --dt-shell-action-color-foreground-primary-disabled-hsl: var(--dt-shell-color-foreground-disabled-hsl);
2611
+ --dt-shell-action-color-foreground-primary-disabled-hsla: var(--dt-shell-color-foreground-disabled-hsla);
2612
+ --dt-shell-action-color-foreground-primary-disabled: #ff5c00;
2613
+ --dt-shell-action-color-foreground-tertiary-default-h: 22;
2614
+ --dt-shell-action-color-foreground-tertiary-default-s: 100%;
2615
+ --dt-shell-action-color-foreground-tertiary-default-l: 50%;
2616
+ --dt-shell-action-color-foreground-tertiary-default-a: 100%;
2617
+ --dt-shell-action-color-foreground-tertiary-default-hsl: var(--dt-shell-color-foreground-tertiary-hsl);
2618
+ --dt-shell-action-color-foreground-tertiary-default-hsla: var(--dt-shell-color-foreground-tertiary-hsla);
2619
+ --dt-shell-action-color-foreground-tertiary-default: #ff5c00;
2620
+ --dt-shell-action-color-foreground-primary-strong-h: 22;
2621
+ --dt-shell-action-color-foreground-primary-strong-s: 100%;
2622
+ --dt-shell-action-color-foreground-primary-strong-l: 50%;
2623
+ --dt-shell-action-color-foreground-primary-strong-a: 100%;
2624
+ --dt-shell-action-color-foreground-primary-strong-hsl: var(--dt-shell-color-foreground-strong-hsl);
2625
+ --dt-shell-action-color-foreground-primary-strong-hsla: var(--dt-shell-color-foreground-strong-hsla);
2626
+ --dt-shell-action-color-foreground-primary-strong: #ff5c00;
2627
+ --dt-shell-action-color-foreground-secondary-default-h: 22;
2628
+ --dt-shell-action-color-foreground-secondary-default-s: 100%;
2629
+ --dt-shell-action-color-foreground-secondary-default-l: 50%;
2630
+ --dt-shell-action-color-foreground-secondary-default-a: 100%;
2631
+ --dt-shell-action-color-foreground-secondary-default-hsl: var(--dt-shell-color-foreground-secondary-hsl);
2632
+ --dt-shell-action-color-foreground-secondary-default-hsla: var(--dt-shell-color-foreground-secondary-hsla);
2633
+ --dt-shell-action-color-foreground-secondary-default: #ff5c00;
2634
+ --dt-shell-action-color-foreground-primary-default-h: 22;
2635
+ --dt-shell-action-color-foreground-primary-default-s: 100%;
2636
+ --dt-shell-action-color-foreground-primary-default-l: 50%;
2637
+ --dt-shell-action-color-foreground-primary-default-a: 100%;
2638
+ --dt-shell-action-color-foreground-primary-default-hsl: var(--dt-shell-color-foreground-secondary-hsl);
2639
+ --dt-shell-action-color-foreground-primary-default-hsla: var(--dt-shell-color-foreground-secondary-hsla);
2640
+ --dt-shell-action-color-foreground-primary-default: #ff5c00;
2641
+ --dt-shell-color-surface-default-h: 22;
2642
+ --dt-shell-color-surface-default-s: 100%;
2643
+ --dt-shell-color-surface-default-l: 50%;
2644
+ --dt-shell-color-surface-default-a: 100%;
2645
+ --dt-shell-color-surface-default-hsl: var(--dt-shell-base-color-surface-hsl);
2646
+ --dt-shell-color-surface-default-hsla: var(--dt-shell-base-color-surface-hsla);
2647
+ --dt-shell-color-surface-default: #ff5c00;
2648
+ --dt-shell-base-color-accent-h: 22;
2649
+ --dt-shell-base-color-accent-s: 100%;
2650
+ --dt-shell-base-color-accent-l: 50%;
2651
+ --dt-shell-base-color-accent-a: 100%;
2652
+ --dt-shell-base-color-accent-hsl: var(--dt-badge-color-background-bulletin-hsl);
2653
+ --dt-shell-base-color-accent-hsla: var(--dt-badge-color-background-bulletin-hsla);
2654
+ --dt-shell-base-color-accent: #ff5c00;
2269
2655
  --dt-theme-sidebar-icon-color-foreground-h: 22;
2270
2656
  --dt-theme-sidebar-icon-color-foreground-s: 100%;
2271
2657
  --dt-theme-sidebar-icon-color-foreground-l: 50%;
@@ -2280,13 +2666,6 @@
2280
2666
  --dt-theme-sidebar-color-background-hsl: var(--dt-theme-topbar-color-background-hsl);
2281
2667
  --dt-theme-sidebar-color-background-hsla: var(--dt-theme-topbar-color-background-hsla);
2282
2668
  --dt-theme-sidebar-color-background: #ff5c00;
2283
- --dt-theme-topbar-profile-color-foreground-h: 22;
2284
- --dt-theme-topbar-profile-color-foreground-s: 100%;
2285
- --dt-theme-topbar-profile-color-foreground-l: 50%;
2286
- --dt-theme-topbar-profile-color-foreground-a: 100%;
2287
- --dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-hsl);
2288
- --dt-theme-topbar-profile-color-foreground-hsla: var(--dt-theme-topbar-color-foreground-hsla);
2289
- --dt-theme-topbar-profile-color-foreground: #ff5c00;
2290
2669
  --dt-action-color-background-positive-active-h: 22;
2291
2670
  --dt-action-color-background-positive-active-s: 100%;
2292
2671
  --dt-action-color-background-positive-active-l: 50%;
@@ -2436,6 +2815,34 @@
2436
2815
  --dt-color-link-disabled-hover-hsl: var(--dt-color-link-disabled-hsl);
2437
2816
  --dt-color-link-disabled-hover-hsla: var(--dt-color-link-disabled-hsla);
2438
2817
  --dt-color-link-disabled-hover: #ff5c00;
2818
+ --dt-shell-mention-color-surface-secondary-h: 22;
2819
+ --dt-shell-mention-color-surface-secondary-s: 100%;
2820
+ --dt-shell-mention-color-surface-secondary-l: 50%;
2821
+ --dt-shell-mention-color-surface-secondary-a: 100%;
2822
+ --dt-shell-mention-color-surface-secondary-hsl: var(--dt-shell-mention-color-surface-secondary-h) var(--dt-shell-mention-color-surface-secondary-s) var(--dt-shell-mention-color-surface-secondary-l);
2823
+ --dt-shell-mention-color-surface-secondary-hsla: hsl(var(--dt-shell-mention-color-surface-secondary-h) var(--dt-shell-mention-color-surface-secondary-s) var(--dt-shell-mention-color-surface-secondary-l) / var(--alpha, 100%));
2824
+ --dt-shell-mention-color-surface-secondary: #ff5c00;
2825
+ --dt-shell-mention-color-surface-primary-h: 22;
2826
+ --dt-shell-mention-color-surface-primary-s: 100%;
2827
+ --dt-shell-mention-color-surface-primary-l: 50%;
2828
+ --dt-shell-mention-color-surface-primary-a: 100%;
2829
+ --dt-shell-mention-color-surface-primary-hsl: var(--dt-shell-base-color-accent-hsl);
2830
+ --dt-shell-mention-color-surface-primary-hsla: var(--dt-shell-base-color-accent-hsla);
2831
+ --dt-shell-mention-color-surface-primary: #ff5c00;
2832
+ --dt-shell-action-color-foreground-muted-selected-h: 22;
2833
+ --dt-shell-action-color-foreground-muted-selected-s: 100%;
2834
+ --dt-shell-action-color-foreground-muted-selected-l: 50%;
2835
+ --dt-shell-action-color-foreground-muted-selected-a: 100%;
2836
+ --dt-shell-action-color-foreground-muted-selected-hsl: var(--dt-shell-action-color-foreground-muted-selected-h) var(--dt-shell-action-color-foreground-muted-selected-s) var(--dt-shell-action-color-foreground-muted-selected-l);
2837
+ --dt-shell-action-color-foreground-muted-selected-hsla: hsl(var(--dt-shell-action-color-foreground-muted-selected-h) var(--dt-shell-action-color-foreground-muted-selected-s) var(--dt-shell-action-color-foreground-muted-selected-l) / var(--alpha, 60%));
2838
+ --dt-shell-action-color-foreground-muted-selected: #ff5c00;
2839
+ --dt-shell-action-color-foreground-muted-hover-h: 22;
2840
+ --dt-shell-action-color-foreground-muted-hover-s: 100%;
2841
+ --dt-shell-action-color-foreground-muted-hover-l: 50%;
2842
+ --dt-shell-action-color-foreground-muted-hover-a: 100%;
2843
+ --dt-shell-action-color-foreground-muted-hover-hsl: var(--dt-shell-action-color-foreground-muted-hover-h) var(--dt-shell-action-color-foreground-muted-hover-s) var(--dt-shell-action-color-foreground-muted-hover-l);
2844
+ --dt-shell-action-color-foreground-muted-hover-hsla: hsl(var(--dt-shell-action-color-foreground-muted-hover-h) var(--dt-shell-action-color-foreground-muted-hover-s) var(--dt-shell-action-color-foreground-muted-hover-l) / var(--alpha, 60%));
2845
+ --dt-shell-action-color-foreground-muted-hover: #ff5c00;
2439
2846
  --dt-action-color-foreground-positive-active-h: 22;
2440
2847
  --dt-action-color-foreground-positive-active-s: 100%;
2441
2848
  --dt-action-color-foreground-positive-active-l: 50%;
@@ -2464,6 +2871,13 @@
2464
2871
  --dt-action-color-foreground-critical-active-hsl: var(--dt-action-color-foreground-critical-hover-hsl);
2465
2872
  --dt-action-color-foreground-critical-active-hsla: var(--dt-action-color-foreground-critical-hover-hsla);
2466
2873
  --dt-action-color-foreground-critical-active: #ff5c00;
2874
+ --dt-shell-action-color-foreground-muted-active-h: 22;
2875
+ --dt-shell-action-color-foreground-muted-active-s: 100%;
2876
+ --dt-shell-action-color-foreground-muted-active-l: 50%;
2877
+ --dt-shell-action-color-foreground-muted-active-a: 100%;
2878
+ --dt-shell-action-color-foreground-muted-active-hsl: var(--dt-shell-action-color-foreground-muted-hover-hsl);
2879
+ --dt-shell-action-color-foreground-muted-active-hsla: var(--dt-shell-action-color-foreground-muted-hover-hsla);
2880
+ --dt-shell-action-color-foreground-muted-active: #ff5c00;
2467
2881
  --dt-font-size-100-mobile: 1.2rem;
2468
2882
  --dt-font-size-200-mobile: 1.6rem;
2469
2883
  --dt-font-size-300-mobile: 2rem;