@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.
- package/dist/css/dialtone-default-theme.css +589 -175
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/tokens-docs.json +1 -1
- package/dist/tokens/css/tokens-aegean-dark.css +467 -0
- package/dist/tokens/css/tokens-aegean-light.css +467 -0
- package/dist/tokens/css/tokens-base-dark.css +132 -132
- package/dist/tokens/css/tokens-base-deca-dark.css +132 -132
- package/dist/tokens/css/tokens-ceruleo-dark.css +488 -0
- package/dist/tokens/css/tokens-ceruleo-default.css +488 -0
- package/dist/tokens/css/tokens-debug-dp.css +574 -160
- package/dist/tokens/css/tokens-deca-dark.css +41 -1846
- package/dist/tokens/css/tokens-deca-light.css +62 -1874
- package/dist/tokens/css/tokens-dp-dark.css +575 -154
- package/dist/tokens/css/tokens-dp-light.css +589 -175
- package/dist/tokens/css/tokens-expressive-dark.css +547 -154
- package/dist/tokens/css/tokens-expressive-light.css +589 -175
- package/dist/tokens/css/tokens-expressive-sm-dark.css +575 -154
- package/dist/tokens/css/tokens-expressive-sm-light.css +589 -175
- package/dist/tokens/css/tokens-melon-dark.css +467 -0
- package/dist/tokens/css/tokens-melon-light.css +467 -0
- package/dist/tokens/css/tokens-sunflower-dark.css +467 -0
- package/dist/tokens/css/tokens-sunflower-light.css +467 -0
- package/dist/tokens/css/tokens-tmo-dark.css +866 -445
- package/dist/tokens/css/tokens-tmo-light.css +883 -469
- package/dist/tokens/css/tokens-verdant-haze-dark.css +474 -0
- package/dist/tokens/css/tokens-verdant-haze-light.css +474 -0
- package/dist/tokens/doc.json +145693 -129068
- package/dist/tokens/themes/chunks/{tokens-base-dark-CKvoqrK2.js → tokens-base-dark-Cjejq-jP.js} +1 -1
- package/dist/tokens/themes/chunks/{tokens-base-dark-CLL9Sz8C.js → tokens-base-dark-DD916YAg.js} +1 -1
- package/dist/tokens/themes/debug.cjs +1 -1
- package/dist/tokens/themes/debug.js +1 -1
- package/dist/tokens/themes/dp-dark.cjs +1 -1
- package/dist/tokens/themes/dp-dark.js +3 -3
- package/dist/tokens/themes/dp-deca-dark.cjs +1 -1
- package/dist/tokens/themes/dp-deca-dark.js +3 -3
- package/dist/tokens/themes/dp-deca-light.cjs +1 -1
- package/dist/tokens/themes/dp-deca-light.js +4 -4
- package/dist/tokens/themes/dp-light.cjs +1 -1
- package/dist/tokens/themes/dp-light.js +2 -2
- package/dist/tokens/themes/expressive-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-dark.js +2 -2
- package/dist/tokens/themes/expressive-light.cjs +1 -1
- package/dist/tokens/themes/expressive-light.js +2 -2
- package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-dark.js +3 -3
- package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-light.js +2 -2
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +3 -3
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +2 -2
- package/dist/tokens/tokens-aegean-dark.json +121 -0
- package/dist/tokens/tokens-aegean-light.json +121 -0
- package/dist/tokens/tokens-base-dark.json +132 -132
- package/dist/tokens/tokens-base-deca-dark.json +132 -132
- package/dist/tokens/tokens-ceruleo-dark.json +124 -0
- package/dist/tokens/tokens-ceruleo-default.json +124 -0
- package/dist/tokens/tokens-deca-dark.json +52 -472
- package/dist/tokens/tokens-deca-light.json +4 -425
- package/dist/tokens/tokens-dp-dark.json +254 -193
- package/dist/tokens/tokens-dp-light.json +85 -25
- package/dist/tokens/tokens-expressive-dark.json +250 -193
- package/dist/tokens/tokens-expressive-light.json +85 -25
- package/dist/tokens/tokens-expressive-sm-dark.json +254 -193
- package/dist/tokens/tokens-expressive-sm-light.json +85 -25
- package/dist/tokens/tokens-melon-dark.json +121 -0
- package/dist/tokens/tokens-melon-light.json +121 -0
- package/dist/tokens/tokens-sunflower-dark.json +121 -0
- package/dist/tokens/tokens-sunflower-light.json +121 -0
- package/dist/tokens/tokens-tmo-dark.json +257 -196
- package/dist/tokens/tokens-tmo-light.json +127 -67
- package/dist/tokens/tokens-verdant-haze-dark.json +122 -0
- package/dist/tokens/tokens-verdant-haze-light.json +122 -0
- package/dist/vue2/localization/index.cjs +1 -1
- package/dist/vue2/localization/index.cjs.map +1 -1
- package/dist/vue2/localization/index.js +25 -27
- package/dist/vue2/localization/index.js.map +1 -1
- package/dist/vue3/localization/index.cjs +1 -1
- package/dist/vue3/localization/index.cjs.map +1 -1
- package/dist/vue3/localization/index.js +28 -30
- package/dist/vue3/localization/index.js.map +1 -1
- 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: #1aa340;
|
|
141
|
+
--dt-shell-foo: #392bff;
|
|
141
142
|
--dt-radio-color-foreground-default-h: var(--dt-color-neutral-transparent-h);
|
|
142
143
|
--dt-radio-color-foreground-default-s: var(--dt-color-neutral-transparent-s);
|
|
143
144
|
--dt-radio-color-foreground-default-l: var(--dt-color-neutral-transparent-l);
|
|
@@ -233,6 +234,104 @@
|
|
|
233
234
|
--dt-avatar-color-foreground-hsl: var(--dt-color-neutral-black-hsl);
|
|
234
235
|
--dt-avatar-color-foreground-hsla: var(--dt-color-neutral-black-hsla);
|
|
235
236
|
--dt-avatar-color-foreground: var(--dt-color-neutral-black);
|
|
237
|
+
--dt-shell-logo-color-wordmark-h: var(--dt-color-purple-1000-h);
|
|
238
|
+
--dt-shell-logo-color-wordmark-s: var(--dt-color-purple-1000-s);
|
|
239
|
+
--dt-shell-logo-color-wordmark-l: var(--dt-color-purple-1000-l);
|
|
240
|
+
--dt-shell-logo-color-wordmark-a: var(--dt-color-purple-1000-a);
|
|
241
|
+
--dt-shell-logo-color-wordmark-hsl: var(--dt-color-purple-1000-hsl);
|
|
242
|
+
--dt-shell-logo-color-wordmark-hsla: var(--dt-color-purple-1000-hsla);
|
|
243
|
+
--dt-shell-logo-color-wordmark: var(--dt-color-purple-1000);
|
|
244
|
+
--dt-shell-logo-color-star-h: var(--dt-color-purple-400-h);
|
|
245
|
+
--dt-shell-logo-color-star-s: var(--dt-color-purple-400-s);
|
|
246
|
+
--dt-shell-logo-color-star-l: var(--dt-color-purple-400-l);
|
|
247
|
+
--dt-shell-logo-color-star-a: var(--dt-color-purple-400-a);
|
|
248
|
+
--dt-shell-logo-color-star-hsl: var(--dt-color-purple-400-hsl);
|
|
249
|
+
--dt-shell-logo-color-star-hsla: var(--dt-color-purple-400-hsla);
|
|
250
|
+
--dt-shell-logo-color-star: var(--dt-color-purple-400);
|
|
251
|
+
--dt-shell-mention-color-foreground-secondary-h: var(--dt-color-black-100-h);
|
|
252
|
+
--dt-shell-mention-color-foreground-secondary-s: var(--dt-color-black-100-s);
|
|
253
|
+
--dt-shell-mention-color-foreground-secondary-l: var(--dt-color-black-100-l);
|
|
254
|
+
--dt-shell-mention-color-foreground-secondary-a: var(--dt-color-black-100-a);
|
|
255
|
+
--dt-shell-mention-color-foreground-secondary-hsl: var(--dt-color-black-100-hsl);
|
|
256
|
+
--dt-shell-mention-color-foreground-secondary-hsla: var(--dt-color-black-100-hsla);
|
|
257
|
+
--dt-shell-mention-color-foreground-secondary: var(--dt-color-black-100);
|
|
258
|
+
--dt-shell-mention-color-foreground-primary-h: var(--dt-color-black-50-h);
|
|
259
|
+
--dt-shell-mention-color-foreground-primary-s: var(--dt-color-black-50-s);
|
|
260
|
+
--dt-shell-mention-color-foreground-primary-l: var(--dt-color-black-50-l);
|
|
261
|
+
--dt-shell-mention-color-foreground-primary-a: var(--dt-color-black-50-a);
|
|
262
|
+
--dt-shell-mention-color-foreground-primary-hsl: var(--dt-color-black-50-hsl);
|
|
263
|
+
--dt-shell-mention-color-foreground-primary-hsla: var(--dt-color-black-50-hsla);
|
|
264
|
+
--dt-shell-mention-color-foreground-primary: var(--dt-color-black-50);
|
|
265
|
+
--dt-shell-color-border-base-h: var(--dt-color-black-1000-h);
|
|
266
|
+
--dt-shell-color-border-base-s: var(--dt-color-black-1000-s);
|
|
267
|
+
--dt-shell-color-border-base-l: var(--dt-color-black-1000-l);
|
|
268
|
+
--dt-shell-color-border-base-a: var(--dt-color-black-1000-a);
|
|
269
|
+
--dt-shell-color-border-base-hsl: var(--dt-color-black-1000-hsl);
|
|
270
|
+
--dt-shell-color-border-base-hsla: var(--dt-color-black-1000-hsla);
|
|
271
|
+
--dt-shell-color-border-base: var(--dt-color-black-1000);
|
|
272
|
+
--dt-shell-base-action-color-background-muted-h: var(--dt-color-black-800-h);
|
|
273
|
+
--dt-shell-base-action-color-background-muted-s: var(--dt-color-black-800-s);
|
|
274
|
+
--dt-shell-base-action-color-background-muted-l: var(--dt-color-black-800-l);
|
|
275
|
+
--dt-shell-base-action-color-background-muted-a: var(--dt-color-black-800-a);
|
|
276
|
+
--dt-shell-base-action-color-background-muted-hsl: var(--dt-color-black-800-hsl);
|
|
277
|
+
--dt-shell-base-action-color-background-muted-hsla: var(--dt-color-black-800-hsla);
|
|
278
|
+
--dt-shell-base-action-color-background-muted: var(--dt-color-black-800);
|
|
279
|
+
--dt-shell-base-action-color-background-secondary-h: var(--dt-color-black-800-h);
|
|
280
|
+
--dt-shell-base-action-color-background-secondary-s: var(--dt-color-black-800-s);
|
|
281
|
+
--dt-shell-base-action-color-background-secondary-l: var(--dt-color-black-800-l);
|
|
282
|
+
--dt-shell-base-action-color-background-secondary-a: var(--dt-color-black-800-a);
|
|
283
|
+
--dt-shell-base-action-color-background-secondary-hsl: var(--dt-color-black-800-hsl);
|
|
284
|
+
--dt-shell-base-action-color-background-secondary-hsla: var(--dt-color-black-800-hsla);
|
|
285
|
+
--dt-shell-base-action-color-background-secondary: var(--dt-color-black-800);
|
|
286
|
+
--dt-shell-base-action-color-background-primary-h: var(--dt-color-black-800-h);
|
|
287
|
+
--dt-shell-base-action-color-background-primary-s: var(--dt-color-black-800-s);
|
|
288
|
+
--dt-shell-base-action-color-background-primary-l: var(--dt-color-black-800-l);
|
|
289
|
+
--dt-shell-base-action-color-background-primary-a: var(--dt-color-black-800-a);
|
|
290
|
+
--dt-shell-base-action-color-background-primary-hsl: var(--dt-color-black-800-hsl);
|
|
291
|
+
--dt-shell-base-action-color-background-primary-hsla: var(--dt-color-black-800-hsla);
|
|
292
|
+
--dt-shell-base-action-color-background-primary: var(--dt-color-black-800);
|
|
293
|
+
--dt-shell-base-color-status-away-h: var(--dt-color-black-500-h);
|
|
294
|
+
--dt-shell-base-color-status-away-s: var(--dt-color-black-500-s);
|
|
295
|
+
--dt-shell-base-color-status-away-l: var(--dt-color-black-500-l);
|
|
296
|
+
--dt-shell-base-color-status-away-a: var(--dt-color-black-500-a);
|
|
297
|
+
--dt-shell-base-color-status-away-hsl: var(--dt-color-black-500-hsl);
|
|
298
|
+
--dt-shell-base-color-status-away-hsla: var(--dt-color-black-500-hsla);
|
|
299
|
+
--dt-shell-base-color-status-away: var(--dt-color-black-500);
|
|
300
|
+
--dt-shell-base-color-status-warning-h: var(--dt-color-gold-500-h);
|
|
301
|
+
--dt-shell-base-color-status-warning-s: var(--dt-color-gold-500-s);
|
|
302
|
+
--dt-shell-base-color-status-warning-l: var(--dt-color-gold-500-l);
|
|
303
|
+
--dt-shell-base-color-status-warning-a: var(--dt-color-gold-500-a);
|
|
304
|
+
--dt-shell-base-color-status-warning-hsl: var(--dt-color-gold-500-hsl);
|
|
305
|
+
--dt-shell-base-color-status-warning-hsla: var(--dt-color-gold-500-hsla);
|
|
306
|
+
--dt-shell-base-color-status-warning: var(--dt-color-gold-500);
|
|
307
|
+
--dt-shell-base-color-status-critical-h: var(--dt-color-red-500-h);
|
|
308
|
+
--dt-shell-base-color-status-critical-s: var(--dt-color-red-500-s);
|
|
309
|
+
--dt-shell-base-color-status-critical-l: var(--dt-color-red-500-l);
|
|
310
|
+
--dt-shell-base-color-status-critical-a: var(--dt-color-red-500-a);
|
|
311
|
+
--dt-shell-base-color-status-critical-hsl: var(--dt-color-red-500-hsl);
|
|
312
|
+
--dt-shell-base-color-status-critical-hsla: var(--dt-color-red-500-hsla);
|
|
313
|
+
--dt-shell-base-color-status-critical: var(--dt-color-red-500);
|
|
314
|
+
--dt-shell-base-color-status-positive-h: var(--dt-color-green-425-h);
|
|
315
|
+
--dt-shell-base-color-status-positive-s: var(--dt-color-green-425-s);
|
|
316
|
+
--dt-shell-base-color-status-positive-l: var(--dt-color-green-425-l);
|
|
317
|
+
--dt-shell-base-color-status-positive-a: var(--dt-color-green-425-a);
|
|
318
|
+
--dt-shell-base-color-status-positive-hsl: var(--dt-color-green-425-hsl);
|
|
319
|
+
--dt-shell-base-color-status-positive-hsla: var(--dt-color-green-425-hsla);
|
|
320
|
+
--dt-shell-base-color-status-positive: var(--dt-color-green-425);
|
|
321
|
+
--dt-shell-base-color-border-h: var(--dt-color-black-900-h);
|
|
322
|
+
--dt-shell-base-color-border-s: var(--dt-color-black-900-s);
|
|
323
|
+
--dt-shell-base-color-border-l: var(--dt-color-black-900-l);
|
|
324
|
+
--dt-shell-base-color-border-a: var(--dt-color-black-900-a);
|
|
325
|
+
--dt-shell-base-color-border-hsl: var(--dt-color-black-900-hsl);
|
|
326
|
+
--dt-shell-base-color-border-hsla: var(--dt-color-black-900-hsla);
|
|
327
|
+
--dt-shell-base-color-border: var(--dt-color-black-900);
|
|
328
|
+
--dt-shell-base-color-foreground-h: var(--dt-color-black-900-h);
|
|
329
|
+
--dt-shell-base-color-foreground-s: var(--dt-color-black-900-s);
|
|
330
|
+
--dt-shell-base-color-foreground-l: var(--dt-color-black-900-l);
|
|
331
|
+
--dt-shell-base-color-foreground-a: var(--dt-color-black-900-a);
|
|
332
|
+
--dt-shell-base-color-foreground-hsl: var(--dt-color-black-900-hsl);
|
|
333
|
+
--dt-shell-base-color-foreground-hsla: var(--dt-color-black-900-hsla);
|
|
334
|
+
--dt-shell-base-color-foreground: var(--dt-color-black-900);
|
|
236
335
|
--dt-theme-mention-color-background-strong-h: var(--dt-color-purple-600-h);
|
|
237
336
|
--dt-theme-mention-color-background-strong-s: var(--dt-color-purple-600-s);
|
|
238
337
|
--dt-theme-mention-color-background-strong-l: var(--dt-color-purple-600-l);
|
|
@@ -247,13 +346,13 @@
|
|
|
247
346
|
--dt-theme-mention-color-foreground-hsl: var(--dt-color-black-50-hsl);
|
|
248
347
|
--dt-theme-mention-color-foreground-hsla: var(--dt-color-black-50-hsla);
|
|
249
348
|
--dt-theme-mention-color-foreground: var(--dt-color-black-50);
|
|
250
|
-
--dt-theme-presence-color-background-offline-h: var(--dt-color-
|
|
251
|
-
--dt-theme-presence-color-background-offline-s: var(--dt-color-
|
|
252
|
-
--dt-theme-presence-color-background-offline-l: var(--dt-color-
|
|
253
|
-
--dt-theme-presence-color-background-offline-a: var(--dt-color-
|
|
254
|
-
--dt-theme-presence-color-background-offline-hsl: var(--dt-color-
|
|
255
|
-
--dt-theme-presence-color-background-offline-hsla: var(--dt-color-
|
|
256
|
-
--dt-theme-presence-color-background-offline: var(--dt-color-
|
|
349
|
+
--dt-theme-presence-color-background-offline-h: var(--dt-color-black-500-h);
|
|
350
|
+
--dt-theme-presence-color-background-offline-s: var(--dt-color-black-500-s);
|
|
351
|
+
--dt-theme-presence-color-background-offline-l: var(--dt-color-black-500-l);
|
|
352
|
+
--dt-theme-presence-color-background-offline-a: var(--dt-color-black-500-a);
|
|
353
|
+
--dt-theme-presence-color-background-offline-hsl: var(--dt-color-black-500-hsl);
|
|
354
|
+
--dt-theme-presence-color-background-offline-hsla: var(--dt-color-black-500-hsla);
|
|
355
|
+
--dt-theme-presence-color-background-offline: var(--dt-color-black-500);
|
|
257
356
|
--dt-theme-presence-color-background-busy-h: var(--dt-color-gold-500-h);
|
|
258
357
|
--dt-theme-presence-color-background-busy-s: var(--dt-color-gold-500-s);
|
|
259
358
|
--dt-theme-presence-color-background-busy-l: var(--dt-color-gold-500-l);
|
|
@@ -275,6 +374,146 @@
|
|
|
275
374
|
--dt-theme-presence-color-background-available-hsl: var(--dt-color-green-425-hsl);
|
|
276
375
|
--dt-theme-presence-color-background-available-hsla: var(--dt-color-green-425-hsla);
|
|
277
376
|
--dt-theme-presence-color-background-available: var(--dt-color-green-425);
|
|
377
|
+
--dt-theme-sidebar-selected-row-color-background-h: 244;
|
|
378
|
+
--dt-theme-sidebar-selected-row-color-background-s: 100%;
|
|
379
|
+
--dt-theme-sidebar-selected-row-color-background-l: 58.4%;
|
|
380
|
+
--dt-theme-sidebar-selected-row-color-background-a: 12%;
|
|
381
|
+
--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);
|
|
382
|
+
--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, 12%));
|
|
383
|
+
--dt-theme-sidebar-selected-row-color-background: hsl(244 100% 58.4% / 0.12);
|
|
384
|
+
--dt-theme-sidebar-row-color-background-active-h: 244;
|
|
385
|
+
--dt-theme-sidebar-row-color-background-active-s: 100%;
|
|
386
|
+
--dt-theme-sidebar-row-color-background-active-l: 58.4%;
|
|
387
|
+
--dt-theme-sidebar-row-color-background-active-a: 15%;
|
|
388
|
+
--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);
|
|
389
|
+
--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%));
|
|
390
|
+
--dt-theme-sidebar-row-color-background-active: hsl(244 100% 58.4% / 0.15);
|
|
391
|
+
--dt-theme-sidebar-row-color-background-hover-h: 244;
|
|
392
|
+
--dt-theme-sidebar-row-color-background-hover-s: 100%;
|
|
393
|
+
--dt-theme-sidebar-row-color-background-hover-l: 58.4%;
|
|
394
|
+
--dt-theme-sidebar-row-color-background-hover-a: 10%;
|
|
395
|
+
--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);
|
|
396
|
+
--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, 10%));
|
|
397
|
+
--dt-theme-sidebar-row-color-background-hover: hsl(244 100% 58.4% / 0.1);
|
|
398
|
+
--dt-theme-sidebar-row-color-background-h: 244;
|
|
399
|
+
--dt-theme-sidebar-row-color-background-s: 100%;
|
|
400
|
+
--dt-theme-sidebar-row-color-background-l: 58.4%;
|
|
401
|
+
--dt-theme-sidebar-row-color-background-a: 0%;
|
|
402
|
+
--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);
|
|
403
|
+
--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%));
|
|
404
|
+
--dt-theme-sidebar-row-color-background: hsl(244 100% 58.4% / 0);
|
|
405
|
+
--dt-theme-topbar-profile-color-background-active-h: 244;
|
|
406
|
+
--dt-theme-topbar-profile-color-background-active-s: 100%;
|
|
407
|
+
--dt-theme-topbar-profile-color-background-active-l: 58.4%;
|
|
408
|
+
--dt-theme-topbar-profile-color-background-active-a: 14%;
|
|
409
|
+
--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);
|
|
410
|
+
--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%));
|
|
411
|
+
--dt-theme-topbar-profile-color-background-active: hsl(244 100% 58.4% / 0.14);
|
|
412
|
+
--dt-theme-topbar-profile-color-background-hover-h: 244;
|
|
413
|
+
--dt-theme-topbar-profile-color-background-hover-s: 100%;
|
|
414
|
+
--dt-theme-topbar-profile-color-background-hover-l: 58.4%;
|
|
415
|
+
--dt-theme-topbar-profile-color-background-hover-a: 10%;
|
|
416
|
+
--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);
|
|
417
|
+
--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%));
|
|
418
|
+
--dt-theme-topbar-profile-color-background-hover: hsl(244 100% 58.4% / 0.1);
|
|
419
|
+
--dt-theme-topbar-profile-color-background-inverted-h: 244;
|
|
420
|
+
--dt-theme-topbar-profile-color-background-inverted-s: 100%;
|
|
421
|
+
--dt-theme-topbar-profile-color-background-inverted-l: 58.4%;
|
|
422
|
+
--dt-theme-topbar-profile-color-background-inverted-a: 75%;
|
|
423
|
+
--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);
|
|
424
|
+
--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%));
|
|
425
|
+
--dt-theme-topbar-profile-color-background-inverted: hsl(244 100% 58.4% / 0.75);
|
|
426
|
+
--dt-theme-topbar-profile-color-background-h: 244;
|
|
427
|
+
--dt-theme-topbar-profile-color-background-s: 100%;
|
|
428
|
+
--dt-theme-topbar-profile-color-background-l: 58.4%;
|
|
429
|
+
--dt-theme-topbar-profile-color-background-a: 5%;
|
|
430
|
+
--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);
|
|
431
|
+
--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%));
|
|
432
|
+
--dt-theme-topbar-profile-color-background: hsl(244 100% 58.4% / 0.05);
|
|
433
|
+
--dt-theme-topbar-button-color-background-active-h: 244;
|
|
434
|
+
--dt-theme-topbar-button-color-background-active-s: 100%;
|
|
435
|
+
--dt-theme-topbar-button-color-background-active-l: 58.4%;
|
|
436
|
+
--dt-theme-topbar-button-color-background-active-a: 10%;
|
|
437
|
+
--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);
|
|
438
|
+
--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%));
|
|
439
|
+
--dt-theme-topbar-button-color-background-active: hsl(244 100% 58.4% / 0.1);
|
|
440
|
+
--dt-theme-topbar-button-color-background-hover-h: 244;
|
|
441
|
+
--dt-theme-topbar-button-color-background-hover-s: 100%;
|
|
442
|
+
--dt-theme-topbar-button-color-background-hover-l: 58.4%;
|
|
443
|
+
--dt-theme-topbar-button-color-background-hover-a: 15%;
|
|
444
|
+
--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);
|
|
445
|
+
--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, 15%));
|
|
446
|
+
--dt-theme-topbar-button-color-background-hover: hsl(244 100% 58.4% / 0.15);
|
|
447
|
+
--dt-theme-topbar-button-color-background-h: 244;
|
|
448
|
+
--dt-theme-topbar-button-color-background-s: 100%;
|
|
449
|
+
--dt-theme-topbar-button-color-background-l: 58.4%;
|
|
450
|
+
--dt-theme-topbar-button-color-background-a: 0%;
|
|
451
|
+
--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);
|
|
452
|
+
--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%));
|
|
453
|
+
--dt-theme-topbar-button-color-background: hsl(244 100% 58.4% / 0);
|
|
454
|
+
--dt-theme-topbar-button-color-foreground-hover-h: var(--dt-shell-foo-h);
|
|
455
|
+
--dt-theme-topbar-button-color-foreground-hover-s: var(--dt-shell-foo-s);
|
|
456
|
+
--dt-theme-topbar-button-color-foreground-hover-l: var(--dt-shell-foo-l);
|
|
457
|
+
--dt-theme-topbar-button-color-foreground-hover-a: var(--dt-shell-foo-a);
|
|
458
|
+
--dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-shell-foo-hsl);
|
|
459
|
+
--dt-theme-topbar-button-color-foreground-hover-hsla: var(--dt-shell-foo-hsla);
|
|
460
|
+
--dt-theme-topbar-button-color-foreground-hover: var(--dt-shell-foo);
|
|
461
|
+
--dt-theme-topbar-button-color-foreground-h: 244;
|
|
462
|
+
--dt-theme-topbar-button-color-foreground-s: 100%;
|
|
463
|
+
--dt-theme-topbar-button-color-foreground-l: 58.4%;
|
|
464
|
+
--dt-theme-topbar-button-color-foreground-a: 65%;
|
|
465
|
+
--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);
|
|
466
|
+
--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%));
|
|
467
|
+
--dt-theme-topbar-button-color-foreground: hsl(244 100% 58.4% / 0.65);
|
|
468
|
+
--dt-theme-topbar-field-color-border-active-h: 244;
|
|
469
|
+
--dt-theme-topbar-field-color-border-active-s: 100%;
|
|
470
|
+
--dt-theme-topbar-field-color-border-active-l: 58.4%;
|
|
471
|
+
--dt-theme-topbar-field-color-border-active-a: 20%;
|
|
472
|
+
--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);
|
|
473
|
+
--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%));
|
|
474
|
+
--dt-theme-topbar-field-color-border-active: hsl(244 100% 58.4% / 0.2);
|
|
475
|
+
--dt-theme-topbar-field-color-border-hover-h: 244;
|
|
476
|
+
--dt-theme-topbar-field-color-border-hover-s: 100%;
|
|
477
|
+
--dt-theme-topbar-field-color-border-hover-l: 58.4%;
|
|
478
|
+
--dt-theme-topbar-field-color-border-hover-a: 10%;
|
|
479
|
+
--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);
|
|
480
|
+
--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%));
|
|
481
|
+
--dt-theme-topbar-field-color-border-hover: hsl(244 100% 58.4% / 0.1);
|
|
482
|
+
--dt-theme-topbar-field-color-border-h: 244;
|
|
483
|
+
--dt-theme-topbar-field-color-border-s: 100%;
|
|
484
|
+
--dt-theme-topbar-field-color-border-l: 58.4%;
|
|
485
|
+
--dt-theme-topbar-field-color-border-a: 0%;
|
|
486
|
+
--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);
|
|
487
|
+
--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%));
|
|
488
|
+
--dt-theme-topbar-field-color-border: hsl(244 100% 58.4% / 0);
|
|
489
|
+
--dt-theme-topbar-field-color-background-h: 244;
|
|
490
|
+
--dt-theme-topbar-field-color-background-s: 100%;
|
|
491
|
+
--dt-theme-topbar-field-color-background-l: 58.4%;
|
|
492
|
+
--dt-theme-topbar-field-color-background-a: 5%;
|
|
493
|
+
--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);
|
|
494
|
+
--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%));
|
|
495
|
+
--dt-theme-topbar-field-color-background: hsl(244 100% 58.4% / 0.05);
|
|
496
|
+
--dt-theme-topbar-field-color-foreground-hover-h: 244;
|
|
497
|
+
--dt-theme-topbar-field-color-foreground-hover-s: 100%;
|
|
498
|
+
--dt-theme-topbar-field-color-foreground-hover-l: 58.4%;
|
|
499
|
+
--dt-theme-topbar-field-color-foreground-hover-a: 75%;
|
|
500
|
+
--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);
|
|
501
|
+
--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%));
|
|
502
|
+
--dt-theme-topbar-field-color-foreground-hover: hsl(244 100% 58.4% / 0.75);
|
|
503
|
+
--dt-theme-topbar-field-color-foreground-h: 244;
|
|
504
|
+
--dt-theme-topbar-field-color-foreground-s: 100%;
|
|
505
|
+
--dt-theme-topbar-field-color-foreground-l: 58.4%;
|
|
506
|
+
--dt-theme-topbar-field-color-foreground-a: 50%;
|
|
507
|
+
--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);
|
|
508
|
+
--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%));
|
|
509
|
+
--dt-theme-topbar-field-color-foreground: hsl(244 100% 58.4% / 0.5);
|
|
510
|
+
--dt-theme-topbar-color-foreground-h: 244;
|
|
511
|
+
--dt-theme-topbar-color-foreground-s: 100%;
|
|
512
|
+
--dt-theme-topbar-color-foreground-l: 58.4%;
|
|
513
|
+
--dt-theme-topbar-color-foreground-a: 80%;
|
|
514
|
+
--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);
|
|
515
|
+
--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%));
|
|
516
|
+
--dt-theme-topbar-color-foreground: hsl(244 100% 58.4% / 0.8);
|
|
278
517
|
--dt-theme-color-base-h: var(--dt-color-black-900-h);
|
|
279
518
|
--dt-theme-color-base-s: var(--dt-color-black-900-s);
|
|
280
519
|
--dt-theme-color-base-l: var(--dt-color-black-900-l);
|
|
@@ -1601,6 +1840,195 @@
|
|
|
1601
1840
|
--dt-badge-color-background-default-hsl: var(--dt-color-surface-moderate-opaque-hsl);
|
|
1602
1841
|
--dt-badge-color-background-default-hsla: var(--dt-color-surface-moderate-opaque-hsla);
|
|
1603
1842
|
--dt-badge-color-background-default: var(--dt-color-surface-moderate-opaque);
|
|
1843
|
+
--dt-shell-presence-color-offline-h: var(--dt-shell-base-color-status-away-h);
|
|
1844
|
+
--dt-shell-presence-color-offline-s: var(--dt-shell-base-color-status-away-s);
|
|
1845
|
+
--dt-shell-presence-color-offline-l: var(--dt-shell-base-color-status-away-l);
|
|
1846
|
+
--dt-shell-presence-color-offline-a: var(--dt-shell-base-color-status-away-a);
|
|
1847
|
+
--dt-shell-presence-color-offline-hsl: var(--dt-shell-base-color-status-away-hsl);
|
|
1848
|
+
--dt-shell-presence-color-offline-hsla: var(--dt-shell-base-color-status-away-hsla);
|
|
1849
|
+
--dt-shell-presence-color-offline: var(--dt-shell-base-color-status-away);
|
|
1850
|
+
--dt-shell-presence-color-busy-h: var(--dt-shell-base-color-status-warning-h);
|
|
1851
|
+
--dt-shell-presence-color-busy-s: var(--dt-shell-base-color-status-warning-s);
|
|
1852
|
+
--dt-shell-presence-color-busy-l: var(--dt-shell-base-color-status-warning-l);
|
|
1853
|
+
--dt-shell-presence-color-busy-a: var(--dt-shell-base-color-status-warning-a);
|
|
1854
|
+
--dt-shell-presence-color-busy-hsl: var(--dt-shell-base-color-status-warning-hsl);
|
|
1855
|
+
--dt-shell-presence-color-busy-hsla: var(--dt-shell-base-color-status-warning-hsla);
|
|
1856
|
+
--dt-shell-presence-color-busy: var(--dt-shell-base-color-status-warning);
|
|
1857
|
+
--dt-shell-presence-color-unavailable-h: var(--dt-shell-base-color-status-critical-h);
|
|
1858
|
+
--dt-shell-presence-color-unavailable-s: var(--dt-shell-base-color-status-critical-s);
|
|
1859
|
+
--dt-shell-presence-color-unavailable-l: var(--dt-shell-base-color-status-critical-l);
|
|
1860
|
+
--dt-shell-presence-color-unavailable-a: var(--dt-shell-base-color-status-critical-a);
|
|
1861
|
+
--dt-shell-presence-color-unavailable-hsl: var(--dt-shell-base-color-status-critical-hsl);
|
|
1862
|
+
--dt-shell-presence-color-unavailable-hsla: var(--dt-shell-base-color-status-critical-hsla);
|
|
1863
|
+
--dt-shell-presence-color-unavailable: var(--dt-shell-base-color-status-critical);
|
|
1864
|
+
--dt-shell-presence-color-available-h: var(--dt-shell-base-color-status-positive-h);
|
|
1865
|
+
--dt-shell-presence-color-available-s: var(--dt-shell-base-color-status-positive-s);
|
|
1866
|
+
--dt-shell-presence-color-available-l: var(--dt-shell-base-color-status-positive-l);
|
|
1867
|
+
--dt-shell-presence-color-available-a: var(--dt-shell-base-color-status-positive-a);
|
|
1868
|
+
--dt-shell-presence-color-available-hsl: var(--dt-shell-base-color-status-positive-hsl);
|
|
1869
|
+
--dt-shell-presence-color-available-hsla: var(--dt-shell-base-color-status-positive-hsla);
|
|
1870
|
+
--dt-shell-presence-color-available: var(--dt-shell-base-color-status-positive);
|
|
1871
|
+
--dt-shell-action-color-background-muted-selected-h: 0;
|
|
1872
|
+
--dt-shell-action-color-background-muted-selected-s: 0%;
|
|
1873
|
+
--dt-shell-action-color-background-muted-selected-l: 83.1%;
|
|
1874
|
+
--dt-shell-action-color-background-muted-selected-a: 7%;
|
|
1875
|
+
--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);
|
|
1876
|
+
--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%));
|
|
1877
|
+
--dt-shell-action-color-background-muted-selected: hsl(0 0% 83.1% / 0.07);
|
|
1878
|
+
--dt-shell-action-color-background-muted-active-h: 0;
|
|
1879
|
+
--dt-shell-action-color-background-muted-active-s: 0%;
|
|
1880
|
+
--dt-shell-action-color-background-muted-active-l: 83.1%;
|
|
1881
|
+
--dt-shell-action-color-background-muted-active-a: 7%;
|
|
1882
|
+
--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);
|
|
1883
|
+
--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%));
|
|
1884
|
+
--dt-shell-action-color-background-muted-active: hsl(0 0% 83.1% / 0.07);
|
|
1885
|
+
--dt-shell-action-color-background-muted-hover-h: 0;
|
|
1886
|
+
--dt-shell-action-color-background-muted-hover-s: 0%;
|
|
1887
|
+
--dt-shell-action-color-background-muted-hover-l: 83.1%;
|
|
1888
|
+
--dt-shell-action-color-background-muted-hover-a: 10%;
|
|
1889
|
+
--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);
|
|
1890
|
+
--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%));
|
|
1891
|
+
--dt-shell-action-color-background-muted-hover: hsl(0 0% 83.1% / 0.1);
|
|
1892
|
+
--dt-shell-action-color-background-muted-default-h: 0;
|
|
1893
|
+
--dt-shell-action-color-background-muted-default-s: 0%;
|
|
1894
|
+
--dt-shell-action-color-background-muted-default-l: 83.1%;
|
|
1895
|
+
--dt-shell-action-color-background-muted-default-a: 5%;
|
|
1896
|
+
--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);
|
|
1897
|
+
--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%));
|
|
1898
|
+
--dt-shell-action-color-background-muted-default: hsl(0 0% 83.1% / 0.05);
|
|
1899
|
+
--dt-shell-action-color-background-secondary-selected-h: 0;
|
|
1900
|
+
--dt-shell-action-color-background-secondary-selected-s: 0%;
|
|
1901
|
+
--dt-shell-action-color-background-secondary-selected-l: 83.1%;
|
|
1902
|
+
--dt-shell-action-color-background-secondary-selected-a: 13%;
|
|
1903
|
+
--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);
|
|
1904
|
+
--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%));
|
|
1905
|
+
--dt-shell-action-color-background-secondary-selected: hsl(0 0% 83.1% / 0.13);
|
|
1906
|
+
--dt-shell-action-color-background-secondary-active-h: 0;
|
|
1907
|
+
--dt-shell-action-color-background-secondary-active-s: 0%;
|
|
1908
|
+
--dt-shell-action-color-background-secondary-active-l: 83.1%;
|
|
1909
|
+
--dt-shell-action-color-background-secondary-active-a: 16%;
|
|
1910
|
+
--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);
|
|
1911
|
+
--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%));
|
|
1912
|
+
--dt-shell-action-color-background-secondary-active: hsl(0 0% 83.1% / 0.16);
|
|
1913
|
+
--dt-shell-action-color-background-secondary-hover-h: 0;
|
|
1914
|
+
--dt-shell-action-color-background-secondary-hover-s: 0%;
|
|
1915
|
+
--dt-shell-action-color-background-secondary-hover-l: 83.1%;
|
|
1916
|
+
--dt-shell-action-color-background-secondary-hover-a: 10%;
|
|
1917
|
+
--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);
|
|
1918
|
+
--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%));
|
|
1919
|
+
--dt-shell-action-color-background-secondary-hover: hsl(0 0% 83.1% / 0.1);
|
|
1920
|
+
--dt-shell-action-color-background-secondary-default-h: 0;
|
|
1921
|
+
--dt-shell-action-color-background-secondary-default-s: 0%;
|
|
1922
|
+
--dt-shell-action-color-background-secondary-default-l: 83.1%;
|
|
1923
|
+
--dt-shell-action-color-background-secondary-default-a: 0%;
|
|
1924
|
+
--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);
|
|
1925
|
+
--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%));
|
|
1926
|
+
--dt-shell-action-color-background-secondary-default: hsl(0 0% 83.1% / 0);
|
|
1927
|
+
--dt-shell-action-color-background-primary-selected-h: 0;
|
|
1928
|
+
--dt-shell-action-color-background-primary-selected-s: 0%;
|
|
1929
|
+
--dt-shell-action-color-background-primary-selected-l: 83.1%;
|
|
1930
|
+
--dt-shell-action-color-background-primary-selected-a: 13%;
|
|
1931
|
+
--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);
|
|
1932
|
+
--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%));
|
|
1933
|
+
--dt-shell-action-color-background-primary-selected: hsl(0 0% 83.1% / 0.13);
|
|
1934
|
+
--dt-shell-action-color-background-primary-active-h: 0;
|
|
1935
|
+
--dt-shell-action-color-background-primary-active-s: 0%;
|
|
1936
|
+
--dt-shell-action-color-background-primary-active-l: 83.1%;
|
|
1937
|
+
--dt-shell-action-color-background-primary-active-a: 16%;
|
|
1938
|
+
--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);
|
|
1939
|
+
--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%));
|
|
1940
|
+
--dt-shell-action-color-background-primary-active: hsl(0 0% 83.1% / 0.16);
|
|
1941
|
+
--dt-shell-action-color-background-primary-hover-h: 0;
|
|
1942
|
+
--dt-shell-action-color-background-primary-hover-s: 0%;
|
|
1943
|
+
--dt-shell-action-color-background-primary-hover-l: 83.1%;
|
|
1944
|
+
--dt-shell-action-color-background-primary-hover-a: 10%;
|
|
1945
|
+
--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);
|
|
1946
|
+
--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%));
|
|
1947
|
+
--dt-shell-action-color-background-primary-hover: hsl(0 0% 83.1% / 0.1);
|
|
1948
|
+
--dt-shell-action-color-background-primary-default-h: 0;
|
|
1949
|
+
--dt-shell-action-color-background-primary-default-s: 0%;
|
|
1950
|
+
--dt-shell-action-color-background-primary-default-l: 83.1%;
|
|
1951
|
+
--dt-shell-action-color-background-primary-default-a: 0%;
|
|
1952
|
+
--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);
|
|
1953
|
+
--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%));
|
|
1954
|
+
--dt-shell-action-color-background-primary-default: hsl(0 0% 83.1% / 0);
|
|
1955
|
+
--dt-shell-color-border-default-h: 0;
|
|
1956
|
+
--dt-shell-color-border-default-s: 0%;
|
|
1957
|
+
--dt-shell-color-border-default-l: 90.2%;
|
|
1958
|
+
--dt-shell-color-border-default-a: 18%;
|
|
1959
|
+
--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);
|
|
1960
|
+
--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, 18%));
|
|
1961
|
+
--dt-shell-color-border-default: hsl(0 0% 90.2% / 0.18);
|
|
1962
|
+
--dt-shell-color-border-subtle-h: 0;
|
|
1963
|
+
--dt-shell-color-border-subtle-s: 0%;
|
|
1964
|
+
--dt-shell-color-border-subtle-l: 90.2%;
|
|
1965
|
+
--dt-shell-color-border-subtle-a: 15%;
|
|
1966
|
+
--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);
|
|
1967
|
+
--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, 15%));
|
|
1968
|
+
--dt-shell-color-border-subtle: hsl(0 0% 90.2% / 0.15);
|
|
1969
|
+
--dt-shell-color-foreground-warning-h: 38.4;
|
|
1970
|
+
--dt-shell-color-foreground-warning-s: 100%;
|
|
1971
|
+
--dt-shell-color-foreground-warning-l: 69.5%;
|
|
1972
|
+
--dt-shell-color-foreground-warning-a: 100%;
|
|
1973
|
+
--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);
|
|
1974
|
+
--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%));
|
|
1975
|
+
--dt-shell-color-foreground-warning: hsl(38.4 100% 69.5%);
|
|
1976
|
+
--dt-shell-color-foreground-critical-h: 352;
|
|
1977
|
+
--dt-shell-color-foreground-critical-s: 100%;
|
|
1978
|
+
--dt-shell-color-foreground-critical-l: 68.3%;
|
|
1979
|
+
--dt-shell-color-foreground-critical-a: 100%;
|
|
1980
|
+
--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);
|
|
1981
|
+
--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%));
|
|
1982
|
+
--dt-shell-color-foreground-critical: hsl(352 100% 68.3%);
|
|
1983
|
+
--dt-shell-color-foreground-positive-h: var(--dt-shell-base-color-status-positive-h);
|
|
1984
|
+
--dt-shell-color-foreground-positive-s: var(--dt-shell-base-color-status-positive-s);
|
|
1985
|
+
--dt-shell-color-foreground-positive-l: var(--dt-shell-base-color-status-positive-l);
|
|
1986
|
+
--dt-shell-color-foreground-positive-a: var(--dt-shell-base-color-status-positive-a);
|
|
1987
|
+
--dt-shell-color-foreground-positive-hsl: var(--dt-shell-base-color-status-positive-hsl);
|
|
1988
|
+
--dt-shell-color-foreground-positive-hsla: var(--dt-shell-base-color-status-positive-hsla);
|
|
1989
|
+
--dt-shell-color-foreground-positive: var(--dt-shell-base-color-status-positive);
|
|
1990
|
+
--dt-shell-color-foreground-disabled-h: 0;
|
|
1991
|
+
--dt-shell-color-foreground-disabled-s: 0%;
|
|
1992
|
+
--dt-shell-color-foreground-disabled-l: 90.2%;
|
|
1993
|
+
--dt-shell-color-foreground-disabled-a: 57%;
|
|
1994
|
+
--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);
|
|
1995
|
+
--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%));
|
|
1996
|
+
--dt-shell-color-foreground-disabled: hsl(0 0% 90.2% / 0.57);
|
|
1997
|
+
--dt-shell-color-foreground-muted-h: 0;
|
|
1998
|
+
--dt-shell-color-foreground-muted-s: 0%;
|
|
1999
|
+
--dt-shell-color-foreground-muted-l: 90.2%;
|
|
2000
|
+
--dt-shell-color-foreground-muted-a: 60%;
|
|
2001
|
+
--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);
|
|
2002
|
+
--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%));
|
|
2003
|
+
--dt-shell-color-foreground-muted: hsl(0 0% 90.2% / 0.6);
|
|
2004
|
+
--dt-shell-color-foreground-tertiary-h: 0;
|
|
2005
|
+
--dt-shell-color-foreground-tertiary-s: 0%;
|
|
2006
|
+
--dt-shell-color-foreground-tertiary-l: 90.2%;
|
|
2007
|
+
--dt-shell-color-foreground-tertiary-a: 72%;
|
|
2008
|
+
--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);
|
|
2009
|
+
--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%));
|
|
2010
|
+
--dt-shell-color-foreground-tertiary: hsl(0 0% 90.2% / 0.72);
|
|
2011
|
+
--dt-shell-color-foreground-secondary-h: 0;
|
|
2012
|
+
--dt-shell-color-foreground-secondary-s: 0%;
|
|
2013
|
+
--dt-shell-color-foreground-secondary-l: 90.2%;
|
|
2014
|
+
--dt-shell-color-foreground-secondary-a: 86%;
|
|
2015
|
+
--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);
|
|
2016
|
+
--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%));
|
|
2017
|
+
--dt-shell-color-foreground-secondary: hsl(0 0% 90.2% / 0.86);
|
|
2018
|
+
--dt-shell-color-foreground-primary-h: var(--dt-shell-base-color-foreground-h);
|
|
2019
|
+
--dt-shell-color-foreground-primary-s: var(--dt-shell-base-color-foreground-s);
|
|
2020
|
+
--dt-shell-color-foreground-primary-l: var(--dt-shell-base-color-foreground-l);
|
|
2021
|
+
--dt-shell-color-foreground-primary-a: var(--dt-shell-base-color-foreground-a);
|
|
2022
|
+
--dt-shell-color-foreground-primary-hsl: var(--dt-shell-base-color-foreground-hsl);
|
|
2023
|
+
--dt-shell-color-foreground-primary-hsla: var(--dt-shell-base-color-foreground-hsla);
|
|
2024
|
+
--dt-shell-color-foreground-primary: var(--dt-shell-base-color-foreground);
|
|
2025
|
+
--dt-shell-base-color-surface-h: var(--dt-color-surface-secondary-h);
|
|
2026
|
+
--dt-shell-base-color-surface-s: var(--dt-color-surface-secondary-s);
|
|
2027
|
+
--dt-shell-base-color-surface-l: var(--dt-color-surface-secondary-l);
|
|
2028
|
+
--dt-shell-base-color-surface-a: var(--dt-color-surface-secondary-a);
|
|
2029
|
+
--dt-shell-base-color-surface-hsl: var(--dt-color-surface-secondary-hsl);
|
|
2030
|
+
--dt-shell-base-color-surface-hsla: var(--dt-color-surface-secondary-hsla);
|
|
2031
|
+
--dt-shell-base-color-surface: var(--dt-color-surface-secondary);
|
|
1604
2032
|
--dt-theme-mention-color-background-h: var(--dt-color-surface-brand-strong-h);
|
|
1605
2033
|
--dt-theme-mention-color-background-s: var(--dt-color-surface-brand-strong-s);
|
|
1606
2034
|
--dt-theme-mention-color-background-l: var(--dt-color-surface-brand-strong-l);
|
|
@@ -1622,13 +2050,6 @@
|
|
|
1622
2050
|
--dt-theme-sidebar-section-color-foreground-hsl: var(--dt-color-foreground-tertiary-hsl);
|
|
1623
2051
|
--dt-theme-sidebar-section-color-foreground-hsla: var(--dt-color-foreground-tertiary-hsla);
|
|
1624
2052
|
--dt-theme-sidebar-section-color-foreground: var(--dt-color-foreground-tertiary);
|
|
1625
|
-
--dt-theme-sidebar-selected-row-color-background-h: 0;
|
|
1626
|
-
--dt-theme-sidebar-selected-row-color-background-s: 0%;
|
|
1627
|
-
--dt-theme-sidebar-selected-row-color-background-l: 90.2%;
|
|
1628
|
-
--dt-theme-sidebar-selected-row-color-background-a: 12%;
|
|
1629
|
-
--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);
|
|
1630
|
-
--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, 12%));
|
|
1631
|
-
--dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.12);
|
|
1632
2053
|
--dt-theme-sidebar-selected-row-color-foreground-h: var(--dt-color-foreground-primary-h);
|
|
1633
2054
|
--dt-theme-sidebar-selected-row-color-foreground-s: var(--dt-color-foreground-primary-s);
|
|
1634
2055
|
--dt-theme-sidebar-selected-row-color-foreground-l: var(--dt-color-foreground-primary-l);
|
|
@@ -1636,27 +2057,6 @@
|
|
|
1636
2057
|
--dt-theme-sidebar-selected-row-color-foreground-hsl: var(--dt-color-foreground-primary-hsl);
|
|
1637
2058
|
--dt-theme-sidebar-selected-row-color-foreground-hsla: var(--dt-color-foreground-primary-hsla);
|
|
1638
2059
|
--dt-theme-sidebar-selected-row-color-foreground: var(--dt-color-foreground-primary);
|
|
1639
|
-
--dt-theme-sidebar-row-color-background-active-h: 0;
|
|
1640
|
-
--dt-theme-sidebar-row-color-background-active-s: 0%;
|
|
1641
|
-
--dt-theme-sidebar-row-color-background-active-l: 90.2%;
|
|
1642
|
-
--dt-theme-sidebar-row-color-background-active-a: 15%;
|
|
1643
|
-
--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);
|
|
1644
|
-
--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%));
|
|
1645
|
-
--dt-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / 0.15);
|
|
1646
|
-
--dt-theme-sidebar-row-color-background-hover-h: 0;
|
|
1647
|
-
--dt-theme-sidebar-row-color-background-hover-s: 0%;
|
|
1648
|
-
--dt-theme-sidebar-row-color-background-hover-l: 90.2%;
|
|
1649
|
-
--dt-theme-sidebar-row-color-background-hover-a: 10%;
|
|
1650
|
-
--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);
|
|
1651
|
-
--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, 10%));
|
|
1652
|
-
--dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
1653
|
-
--dt-theme-sidebar-row-color-background-h: 0;
|
|
1654
|
-
--dt-theme-sidebar-row-color-background-s: 0%;
|
|
1655
|
-
--dt-theme-sidebar-row-color-background-l: 90.2%;
|
|
1656
|
-
--dt-theme-sidebar-row-color-background-a: 0%;
|
|
1657
|
-
--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);
|
|
1658
|
-
--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%));
|
|
1659
|
-
--dt-theme-sidebar-row-color-background: hsl(0 0% 90.2% / 0);
|
|
1660
2060
|
--dt-theme-sidebar-status-color-foreground-h: var(--dt-color-foreground-tertiary-h);
|
|
1661
2061
|
--dt-theme-sidebar-status-color-foreground-s: var(--dt-color-foreground-tertiary-s);
|
|
1662
2062
|
--dt-theme-sidebar-status-color-foreground-l: var(--dt-color-foreground-tertiary-l);
|
|
@@ -1678,34 +2078,6 @@
|
|
|
1678
2078
|
--dt-theme-sidebar-color-foreground-hsl: var(--dt-color-foreground-secondary-hsl);
|
|
1679
2079
|
--dt-theme-sidebar-color-foreground-hsla: var(--dt-color-foreground-secondary-hsla);
|
|
1680
2080
|
--dt-theme-sidebar-color-foreground: var(--dt-color-foreground-secondary);
|
|
1681
|
-
--dt-theme-topbar-profile-color-background-active-h: 0;
|
|
1682
|
-
--dt-theme-topbar-profile-color-background-active-s: 0%;
|
|
1683
|
-
--dt-theme-topbar-profile-color-background-active-l: 90.2%;
|
|
1684
|
-
--dt-theme-topbar-profile-color-background-active-a: 14%;
|
|
1685
|
-
--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);
|
|
1686
|
-
--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%));
|
|
1687
|
-
--dt-theme-topbar-profile-color-background-active: hsl(0 0% 90.2% / 0.14);
|
|
1688
|
-
--dt-theme-topbar-profile-color-background-hover-h: 0;
|
|
1689
|
-
--dt-theme-topbar-profile-color-background-hover-s: 0%;
|
|
1690
|
-
--dt-theme-topbar-profile-color-background-hover-l: 90.2%;
|
|
1691
|
-
--dt-theme-topbar-profile-color-background-hover-a: 10%;
|
|
1692
|
-
--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);
|
|
1693
|
-
--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%));
|
|
1694
|
-
--dt-theme-topbar-profile-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
1695
|
-
--dt-theme-topbar-profile-color-background-inverted-h: 0;
|
|
1696
|
-
--dt-theme-topbar-profile-color-background-inverted-s: 0%;
|
|
1697
|
-
--dt-theme-topbar-profile-color-background-inverted-l: 90.2%;
|
|
1698
|
-
--dt-theme-topbar-profile-color-background-inverted-a: 75%;
|
|
1699
|
-
--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);
|
|
1700
|
-
--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%));
|
|
1701
|
-
--dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 90.2% / 0.75);
|
|
1702
|
-
--dt-theme-topbar-profile-color-background-h: 0;
|
|
1703
|
-
--dt-theme-topbar-profile-color-background-s: 0%;
|
|
1704
|
-
--dt-theme-topbar-profile-color-background-l: 90.2%;
|
|
1705
|
-
--dt-theme-topbar-profile-color-background-a: 5%;
|
|
1706
|
-
--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);
|
|
1707
|
-
--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%));
|
|
1708
|
-
--dt-theme-topbar-profile-color-background: hsl(0 0% 90.2% / 0.05);
|
|
1709
2081
|
--dt-theme-topbar-profile-color-foreground-inverted-h: 0;
|
|
1710
2082
|
--dt-theme-topbar-profile-color-foreground-inverted-s: 0%;
|
|
1711
2083
|
--dt-theme-topbar-profile-color-foreground-inverted-l: 0%;
|
|
@@ -1713,83 +2085,13 @@
|
|
|
1713
2085
|
--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);
|
|
1714
2086
|
--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%));
|
|
1715
2087
|
--dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 0% / 0.75);
|
|
1716
|
-
--dt-theme-topbar-
|
|
1717
|
-
--dt-theme-topbar-
|
|
1718
|
-
--dt-theme-topbar-
|
|
1719
|
-
--dt-theme-topbar-
|
|
1720
|
-
--dt-theme-topbar-
|
|
1721
|
-
--dt-theme-topbar-
|
|
1722
|
-
--dt-theme-topbar-
|
|
1723
|
-
--dt-theme-topbar-button-color-background-hover-h: 0;
|
|
1724
|
-
--dt-theme-topbar-button-color-background-hover-s: 0%;
|
|
1725
|
-
--dt-theme-topbar-button-color-background-hover-l: 90.2%;
|
|
1726
|
-
--dt-theme-topbar-button-color-background-hover-a: 15%;
|
|
1727
|
-
--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);
|
|
1728
|
-
--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, 15%));
|
|
1729
|
-
--dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.15);
|
|
1730
|
-
--dt-theme-topbar-button-color-background-h: 0;
|
|
1731
|
-
--dt-theme-topbar-button-color-background-s: 0%;
|
|
1732
|
-
--dt-theme-topbar-button-color-background-l: 90.2%;
|
|
1733
|
-
--dt-theme-topbar-button-color-background-a: 0%;
|
|
1734
|
-
--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);
|
|
1735
|
-
--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%));
|
|
1736
|
-
--dt-theme-topbar-button-color-background: hsl(0 0% 90.2% / 0);
|
|
1737
|
-
--dt-theme-topbar-button-color-foreground-hover-h: var(--dt-theme-color-base-h);
|
|
1738
|
-
--dt-theme-topbar-button-color-foreground-hover-s: var(--dt-theme-color-base-s);
|
|
1739
|
-
--dt-theme-topbar-button-color-foreground-hover-l: var(--dt-theme-color-base-l);
|
|
1740
|
-
--dt-theme-topbar-button-color-foreground-hover-a: var(--dt-theme-color-base-a);
|
|
1741
|
-
--dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-theme-color-base-hsl);
|
|
1742
|
-
--dt-theme-topbar-button-color-foreground-hover-hsla: var(--dt-theme-color-base-hsla);
|
|
1743
|
-
--dt-theme-topbar-button-color-foreground-hover: var(--dt-theme-color-base);
|
|
1744
|
-
--dt-theme-topbar-button-color-foreground-h: 0;
|
|
1745
|
-
--dt-theme-topbar-button-color-foreground-s: 0%;
|
|
1746
|
-
--dt-theme-topbar-button-color-foreground-l: 90.2%;
|
|
1747
|
-
--dt-theme-topbar-button-color-foreground-a: 65%;
|
|
1748
|
-
--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);
|
|
1749
|
-
--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%));
|
|
1750
|
-
--dt-theme-topbar-button-color-foreground: hsl(0 0% 90.2% / 0.65);
|
|
1751
|
-
--dt-theme-topbar-field-color-border-active-h: 0;
|
|
1752
|
-
--dt-theme-topbar-field-color-border-active-s: 0%;
|
|
1753
|
-
--dt-theme-topbar-field-color-border-active-l: 90.2%;
|
|
1754
|
-
--dt-theme-topbar-field-color-border-active-a: 20%;
|
|
1755
|
-
--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);
|
|
1756
|
-
--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%));
|
|
1757
|
-
--dt-theme-topbar-field-color-border-active: hsl(0 0% 90.2% / 0.2);
|
|
1758
|
-
--dt-theme-topbar-field-color-border-hover-h: 0;
|
|
1759
|
-
--dt-theme-topbar-field-color-border-hover-s: 0%;
|
|
1760
|
-
--dt-theme-topbar-field-color-border-hover-l: 90.2%;
|
|
1761
|
-
--dt-theme-topbar-field-color-border-hover-a: 10%;
|
|
1762
|
-
--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);
|
|
1763
|
-
--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%));
|
|
1764
|
-
--dt-theme-topbar-field-color-border-hover: hsl(0 0% 90.2% / 0.1);
|
|
1765
|
-
--dt-theme-topbar-field-color-border-h: 0;
|
|
1766
|
-
--dt-theme-topbar-field-color-border-s: 0%;
|
|
1767
|
-
--dt-theme-topbar-field-color-border-l: 90.2%;
|
|
1768
|
-
--dt-theme-topbar-field-color-border-a: 0%;
|
|
1769
|
-
--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);
|
|
1770
|
-
--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%));
|
|
1771
|
-
--dt-theme-topbar-field-color-border: hsl(0 0% 90.2% / 0);
|
|
1772
|
-
--dt-theme-topbar-field-color-background-h: 0;
|
|
1773
|
-
--dt-theme-topbar-field-color-background-s: 0%;
|
|
1774
|
-
--dt-theme-topbar-field-color-background-l: 90.2%;
|
|
1775
|
-
--dt-theme-topbar-field-color-background-a: 5%;
|
|
1776
|
-
--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);
|
|
1777
|
-
--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%));
|
|
1778
|
-
--dt-theme-topbar-field-color-background: hsl(0 0% 90.2% / 0.05);
|
|
1779
|
-
--dt-theme-topbar-field-color-foreground-hover-h: 0;
|
|
1780
|
-
--dt-theme-topbar-field-color-foreground-hover-s: 0%;
|
|
1781
|
-
--dt-theme-topbar-field-color-foreground-hover-l: 90.2%;
|
|
1782
|
-
--dt-theme-topbar-field-color-foreground-hover-a: 75%;
|
|
1783
|
-
--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);
|
|
1784
|
-
--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%));
|
|
1785
|
-
--dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 90.2% / 0.75);
|
|
1786
|
-
--dt-theme-topbar-field-color-foreground-h: 0;
|
|
1787
|
-
--dt-theme-topbar-field-color-foreground-s: 0%;
|
|
1788
|
-
--dt-theme-topbar-field-color-foreground-l: 90.2%;
|
|
1789
|
-
--dt-theme-topbar-field-color-foreground-a: 50%;
|
|
1790
|
-
--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);
|
|
1791
|
-
--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%));
|
|
1792
|
-
--dt-theme-topbar-field-color-foreground: hsl(0 0% 90.2% / 0.5);
|
|
2088
|
+
--dt-theme-topbar-profile-color-foreground-h: var(--dt-theme-topbar-color-foreground-h);
|
|
2089
|
+
--dt-theme-topbar-profile-color-foreground-s: var(--dt-theme-topbar-color-foreground-s);
|
|
2090
|
+
--dt-theme-topbar-profile-color-foreground-l: var(--dt-theme-topbar-color-foreground-l);
|
|
2091
|
+
--dt-theme-topbar-profile-color-foreground-a: var(--dt-theme-topbar-color-foreground-a);
|
|
2092
|
+
--dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-hsl);
|
|
2093
|
+
--dt-theme-topbar-profile-color-foreground-hsla: var(--dt-theme-topbar-color-foreground-hsla);
|
|
2094
|
+
--dt-theme-topbar-profile-color-foreground: var(--dt-theme-topbar-color-foreground);
|
|
1793
2095
|
--dt-theme-topbar-color-background-h: var(--dt-color-surface-secondary-h);
|
|
1794
2096
|
--dt-theme-topbar-color-background-s: var(--dt-color-surface-secondary-s);
|
|
1795
2097
|
--dt-theme-topbar-color-background-l: var(--dt-color-surface-secondary-l);
|
|
@@ -1797,13 +2099,6 @@
|
|
|
1797
2099
|
--dt-theme-topbar-color-background-hsl: var(--dt-color-surface-secondary-hsl);
|
|
1798
2100
|
--dt-theme-topbar-color-background-hsla: var(--dt-color-surface-secondary-hsla);
|
|
1799
2101
|
--dt-theme-topbar-color-background: var(--dt-color-surface-secondary);
|
|
1800
|
-
--dt-theme-topbar-color-foreground-h: 0;
|
|
1801
|
-
--dt-theme-topbar-color-foreground-s: 0%;
|
|
1802
|
-
--dt-theme-topbar-color-foreground-l: 90.2%;
|
|
1803
|
-
--dt-theme-topbar-color-foreground-a: 80%;
|
|
1804
|
-
--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);
|
|
1805
|
-
--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%));
|
|
1806
|
-
--dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / 0.8);
|
|
1807
2102
|
--dt-action-color-border-positive-outlined-default-h: var(--dt-color-border-success-h);
|
|
1808
2103
|
--dt-action-color-border-positive-outlined-default-s: var(--dt-color-border-success-s);
|
|
1809
2104
|
--dt-action-color-border-positive-outlined-default-l: var(--dt-color-border-success-l);
|
|
@@ -2237,6 +2532,69 @@
|
|
|
2237
2532
|
--dt-color-link-critical-hsla: var(--dt-color-foreground-critical-hsla);
|
|
2238
2533
|
--dt-color-link-critical: var(--dt-color-foreground-critical);
|
|
2239
2534
|
--dt-icon-size-border-500: var(--dt-icon-size-border-400);
|
|
2535
|
+
--dt-shell-action-color-foreground-muted-default-h: var(--dt-shell-color-foreground-muted-h);
|
|
2536
|
+
--dt-shell-action-color-foreground-muted-default-s: var(--dt-shell-color-foreground-muted-s);
|
|
2537
|
+
--dt-shell-action-color-foreground-muted-default-l: var(--dt-shell-color-foreground-muted-l);
|
|
2538
|
+
--dt-shell-action-color-foreground-muted-default-a: var(--dt-shell-color-foreground-muted-a);
|
|
2539
|
+
--dt-shell-action-color-foreground-muted-default-hsl: var(--dt-shell-color-foreground-muted-hsl);
|
|
2540
|
+
--dt-shell-action-color-foreground-muted-default-hsla: var(--dt-shell-color-foreground-muted-hsla);
|
|
2541
|
+
--dt-shell-action-color-foreground-muted-default: var(--dt-shell-color-foreground-muted);
|
|
2542
|
+
--dt-shell-action-color-foreground-secondary-disabled-h: var(--dt-shell-color-foreground-disabled-h);
|
|
2543
|
+
--dt-shell-action-color-foreground-secondary-disabled-s: var(--dt-shell-color-foreground-disabled-s);
|
|
2544
|
+
--dt-shell-action-color-foreground-secondary-disabled-l: var(--dt-shell-color-foreground-disabled-l);
|
|
2545
|
+
--dt-shell-action-color-foreground-secondary-disabled-a: var(--dt-shell-color-foreground-disabled-a);
|
|
2546
|
+
--dt-shell-action-color-foreground-secondary-disabled-hsl: var(--dt-shell-color-foreground-disabled-hsl);
|
|
2547
|
+
--dt-shell-action-color-foreground-secondary-disabled-hsla: var(--dt-shell-color-foreground-disabled-hsla);
|
|
2548
|
+
--dt-shell-action-color-foreground-secondary-disabled: var(--dt-shell-color-foreground-disabled);
|
|
2549
|
+
--dt-shell-action-color-foreground-primary-disabled-h: var(--dt-shell-color-foreground-disabled-h);
|
|
2550
|
+
--dt-shell-action-color-foreground-primary-disabled-s: var(--dt-shell-color-foreground-disabled-s);
|
|
2551
|
+
--dt-shell-action-color-foreground-primary-disabled-l: var(--dt-shell-color-foreground-disabled-l);
|
|
2552
|
+
--dt-shell-action-color-foreground-primary-disabled-a: var(--dt-shell-color-foreground-disabled-a);
|
|
2553
|
+
--dt-shell-action-color-foreground-primary-disabled-hsl: var(--dt-shell-color-foreground-disabled-hsl);
|
|
2554
|
+
--dt-shell-action-color-foreground-primary-disabled-hsla: var(--dt-shell-color-foreground-disabled-hsla);
|
|
2555
|
+
--dt-shell-action-color-foreground-primary-disabled: var(--dt-shell-color-foreground-disabled);
|
|
2556
|
+
--dt-shell-action-color-foreground-tertiary-default-h: var(--dt-shell-color-foreground-tertiary-h);
|
|
2557
|
+
--dt-shell-action-color-foreground-tertiary-default-s: var(--dt-shell-color-foreground-tertiary-s);
|
|
2558
|
+
--dt-shell-action-color-foreground-tertiary-default-l: var(--dt-shell-color-foreground-tertiary-l);
|
|
2559
|
+
--dt-shell-action-color-foreground-tertiary-default-a: var(--dt-shell-color-foreground-tertiary-a);
|
|
2560
|
+
--dt-shell-action-color-foreground-tertiary-default-hsl: var(--dt-shell-color-foreground-tertiary-hsl);
|
|
2561
|
+
--dt-shell-action-color-foreground-tertiary-default-hsla: var(--dt-shell-color-foreground-tertiary-hsla);
|
|
2562
|
+
--dt-shell-action-color-foreground-tertiary-default: var(--dt-shell-color-foreground-tertiary);
|
|
2563
|
+
--dt-shell-action-color-foreground-secondary-default-h: var(--dt-shell-color-foreground-secondary-h);
|
|
2564
|
+
--dt-shell-action-color-foreground-secondary-default-s: var(--dt-shell-color-foreground-secondary-s);
|
|
2565
|
+
--dt-shell-action-color-foreground-secondary-default-l: var(--dt-shell-color-foreground-secondary-l);
|
|
2566
|
+
--dt-shell-action-color-foreground-secondary-default-a: var(--dt-shell-color-foreground-secondary-a);
|
|
2567
|
+
--dt-shell-action-color-foreground-secondary-default-hsl: var(--dt-shell-color-foreground-secondary-hsl);
|
|
2568
|
+
--dt-shell-action-color-foreground-secondary-default-hsla: var(--dt-shell-color-foreground-secondary-hsla);
|
|
2569
|
+
--dt-shell-action-color-foreground-secondary-default: var(--dt-shell-color-foreground-secondary);
|
|
2570
|
+
--dt-shell-action-color-foreground-primary-default-h: var(--dt-shell-color-foreground-secondary-h);
|
|
2571
|
+
--dt-shell-action-color-foreground-primary-default-s: var(--dt-shell-color-foreground-secondary-s);
|
|
2572
|
+
--dt-shell-action-color-foreground-primary-default-l: var(--dt-shell-color-foreground-secondary-l);
|
|
2573
|
+
--dt-shell-action-color-foreground-primary-default-a: var(--dt-shell-color-foreground-secondary-a);
|
|
2574
|
+
--dt-shell-action-color-foreground-primary-default-hsl: var(--dt-shell-color-foreground-secondary-hsl);
|
|
2575
|
+
--dt-shell-action-color-foreground-primary-default-hsla: var(--dt-shell-color-foreground-secondary-hsla);
|
|
2576
|
+
--dt-shell-action-color-foreground-primary-default: var(--dt-shell-color-foreground-secondary);
|
|
2577
|
+
--dt-shell-color-surface-default-h: var(--dt-shell-base-color-surface-h);
|
|
2578
|
+
--dt-shell-color-surface-default-s: var(--dt-shell-base-color-surface-s);
|
|
2579
|
+
--dt-shell-color-surface-default-l: var(--dt-shell-base-color-surface-l);
|
|
2580
|
+
--dt-shell-color-surface-default-a: var(--dt-shell-base-color-surface-a);
|
|
2581
|
+
--dt-shell-color-surface-default-hsl: var(--dt-shell-base-color-surface-hsl);
|
|
2582
|
+
--dt-shell-color-surface-default-hsla: var(--dt-shell-base-color-surface-hsla);
|
|
2583
|
+
--dt-shell-color-surface-default: var(--dt-shell-base-color-surface);
|
|
2584
|
+
--dt-shell-color-foreground-strong-h: 0;
|
|
2585
|
+
--dt-shell-color-foreground-strong-s: 0%;
|
|
2586
|
+
--dt-shell-color-foreground-strong-l: 98%;
|
|
2587
|
+
--dt-shell-color-foreground-strong-a: 100%;
|
|
2588
|
+
--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);
|
|
2589
|
+
--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%));
|
|
2590
|
+
--dt-shell-color-foreground-strong: hsl(0 0% 98%);
|
|
2591
|
+
--dt-shell-base-color-accent-h: var(--dt-badge-color-background-bulletin-h);
|
|
2592
|
+
--dt-shell-base-color-accent-s: var(--dt-badge-color-background-bulletin-s);
|
|
2593
|
+
--dt-shell-base-color-accent-l: var(--dt-badge-color-background-bulletin-l);
|
|
2594
|
+
--dt-shell-base-color-accent-a: var(--dt-badge-color-background-bulletin-a);
|
|
2595
|
+
--dt-shell-base-color-accent-hsl: var(--dt-badge-color-background-bulletin-hsl);
|
|
2596
|
+
--dt-shell-base-color-accent-hsla: var(--dt-badge-color-background-bulletin-hsla);
|
|
2597
|
+
--dt-shell-base-color-accent: var(--dt-badge-color-background-bulletin);
|
|
2240
2598
|
--dt-theme-sidebar-icon-color-foreground-h: var(--dt-theme-sidebar-color-foreground-h);
|
|
2241
2599
|
--dt-theme-sidebar-icon-color-foreground-s: var(--dt-theme-sidebar-color-foreground-s);
|
|
2242
2600
|
--dt-theme-sidebar-icon-color-foreground-l: var(--dt-theme-sidebar-color-foreground-l);
|
|
@@ -2251,13 +2609,6 @@
|
|
|
2251
2609
|
--dt-theme-sidebar-color-background-hsl: var(--dt-theme-topbar-color-background-hsl);
|
|
2252
2610
|
--dt-theme-sidebar-color-background-hsla: var(--dt-theme-topbar-color-background-hsla);
|
|
2253
2611
|
--dt-theme-sidebar-color-background: var(--dt-theme-topbar-color-background);
|
|
2254
|
-
--dt-theme-topbar-profile-color-foreground-h: var(--dt-theme-topbar-color-foreground-h);
|
|
2255
|
-
--dt-theme-topbar-profile-color-foreground-s: var(--dt-theme-topbar-color-foreground-s);
|
|
2256
|
-
--dt-theme-topbar-profile-color-foreground-l: var(--dt-theme-topbar-color-foreground-l);
|
|
2257
|
-
--dt-theme-topbar-profile-color-foreground-a: var(--dt-theme-topbar-color-foreground-a);
|
|
2258
|
-
--dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-hsl);
|
|
2259
|
-
--dt-theme-topbar-profile-color-foreground-hsla: var(--dt-theme-topbar-color-foreground-hsla);
|
|
2260
|
-
--dt-theme-topbar-profile-color-foreground: var(--dt-theme-topbar-color-foreground);
|
|
2261
2612
|
--dt-theme-topbar-field-color-background-hover-h: 0;
|
|
2262
2613
|
--dt-theme-topbar-field-color-background-hover-s: 0%;
|
|
2263
2614
|
--dt-theme-topbar-field-color-background-hover-l: 8.27%;
|
|
@@ -2397,6 +2748,41 @@
|
|
|
2397
2748
|
--dt-color-link-disabled-hover-hsl: var(--dt-color-link-disabled-hsl);
|
|
2398
2749
|
--dt-color-link-disabled-hover-hsla: var(--dt-color-link-disabled-hsla);
|
|
2399
2750
|
--dt-color-link-disabled-hover: var(--dt-color-link-disabled);
|
|
2751
|
+
--dt-shell-mention-color-surface-secondary-h: 257.3428772281334;
|
|
2752
|
+
--dt-shell-mention-color-surface-secondary-s: 96.45039325101592%;
|
|
2753
|
+
--dt-shell-mention-color-surface-secondary-l: 93.62835753473931%;
|
|
2754
|
+
--dt-shell-mention-color-surface-secondary-a: 100%;
|
|
2755
|
+
--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);
|
|
2756
|
+
--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%));
|
|
2757
|
+
--dt-shell-mention-color-surface-secondary: lch(90.3 16 298);
|
|
2758
|
+
--dt-shell-mention-color-surface-primary-h: var(--dt-shell-base-color-accent-h);
|
|
2759
|
+
--dt-shell-mention-color-surface-primary-s: var(--dt-shell-base-color-accent-s);
|
|
2760
|
+
--dt-shell-mention-color-surface-primary-l: var(--dt-shell-base-color-accent-l);
|
|
2761
|
+
--dt-shell-mention-color-surface-primary-a: var(--dt-shell-base-color-accent-a);
|
|
2762
|
+
--dt-shell-mention-color-surface-primary-hsl: var(--dt-shell-base-color-accent-hsl);
|
|
2763
|
+
--dt-shell-mention-color-surface-primary-hsla: var(--dt-shell-base-color-accent-hsla);
|
|
2764
|
+
--dt-shell-mention-color-surface-primary: var(--dt-shell-base-color-accent);
|
|
2765
|
+
--dt-shell-action-color-foreground-muted-selected-h: 0;
|
|
2766
|
+
--dt-shell-action-color-foreground-muted-selected-s: 0%;
|
|
2767
|
+
--dt-shell-action-color-foreground-muted-selected-l: 36.1%;
|
|
2768
|
+
--dt-shell-action-color-foreground-muted-selected-a: 60%;
|
|
2769
|
+
--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);
|
|
2770
|
+
--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%));
|
|
2771
|
+
--dt-shell-action-color-foreground-muted-selected: hsl(0 0% 36.1% / 0.6);
|
|
2772
|
+
--dt-shell-action-color-foreground-muted-hover-h: 0;
|
|
2773
|
+
--dt-shell-action-color-foreground-muted-hover-s: 0%;
|
|
2774
|
+
--dt-shell-action-color-foreground-muted-hover-l: 54.1%;
|
|
2775
|
+
--dt-shell-action-color-foreground-muted-hover-a: 60%;
|
|
2776
|
+
--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);
|
|
2777
|
+
--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%));
|
|
2778
|
+
--dt-shell-action-color-foreground-muted-hover: hsl(0 0% 54.1% / 0.6);
|
|
2779
|
+
--dt-shell-action-color-foreground-primary-strong-h: var(--dt-shell-color-foreground-strong-h);
|
|
2780
|
+
--dt-shell-action-color-foreground-primary-strong-s: var(--dt-shell-color-foreground-strong-s);
|
|
2781
|
+
--dt-shell-action-color-foreground-primary-strong-l: var(--dt-shell-color-foreground-strong-l);
|
|
2782
|
+
--dt-shell-action-color-foreground-primary-strong-a: var(--dt-shell-color-foreground-strong-a);
|
|
2783
|
+
--dt-shell-action-color-foreground-primary-strong-hsl: var(--dt-shell-color-foreground-strong-hsl);
|
|
2784
|
+
--dt-shell-action-color-foreground-primary-strong-hsla: var(--dt-shell-color-foreground-strong-hsla);
|
|
2785
|
+
--dt-shell-action-color-foreground-primary-strong: var(--dt-shell-color-foreground-strong);
|
|
2400
2786
|
--dt-action-color-foreground-positive-active-h: var(--dt-action-color-foreground-positive-hover-h);
|
|
2401
2787
|
--dt-action-color-foreground-positive-active-s: var(--dt-action-color-foreground-positive-hover-s);
|
|
2402
2788
|
--dt-action-color-foreground-positive-active-l: var(--dt-action-color-foreground-positive-hover-l);
|
|
@@ -2425,6 +2811,13 @@
|
|
|
2425
2811
|
--dt-action-color-foreground-critical-active-hsl: var(--dt-action-color-foreground-critical-hover-hsl);
|
|
2426
2812
|
--dt-action-color-foreground-critical-active-hsla: var(--dt-action-color-foreground-critical-hover-hsla);
|
|
2427
2813
|
--dt-action-color-foreground-critical-active: var(--dt-action-color-foreground-critical-hover);
|
|
2814
|
+
--dt-shell-action-color-foreground-muted-active-h: var(--dt-shell-action-color-foreground-muted-hover-h);
|
|
2815
|
+
--dt-shell-action-color-foreground-muted-active-s: var(--dt-shell-action-color-foreground-muted-hover-s);
|
|
2816
|
+
--dt-shell-action-color-foreground-muted-active-l: var(--dt-shell-action-color-foreground-muted-hover-l);
|
|
2817
|
+
--dt-shell-action-color-foreground-muted-active-a: var(--dt-shell-action-color-foreground-muted-hover-a);
|
|
2818
|
+
--dt-shell-action-color-foreground-muted-active-hsl: var(--dt-shell-action-color-foreground-muted-hover-hsl);
|
|
2819
|
+
--dt-shell-action-color-foreground-muted-active-hsla: var(--dt-shell-action-color-foreground-muted-hover-hsla);
|
|
2820
|
+
--dt-shell-action-color-foreground-muted-active: var(--dt-shell-action-color-foreground-muted-hover);
|
|
2428
2821
|
--dt-font-size-100-mobile: 1.2rem;
|
|
2429
2822
|
--dt-font-size-200-mobile: 1.6rem;
|
|
2430
2823
|
--dt-font-size-300-mobile: 2rem;
|