@nvidia-elements/themes 0.0.0 → 0.0.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.
@@ -1,4017 +0,0 @@
1
- {
2
- "--nve-config-color-scheme-light": {
3
- "description": "Use when configuring a light color scheme theme",
4
- "values": {
5
- "": "true"
6
- }
7
- },
8
- "--nve-ref-scale-text": {
9
- "description": "Use for scaling all text size tokens proportionally across your application",
10
- "values": {
11
- "": "1"
12
- }
13
- },
14
- "--nve-ref-scale-size": {
15
- "description": "Use for scaling all element sizing tokens proportionally across your application",
16
- "values": {
17
- "compact": "0.95",
18
- "": "1"
19
- }
20
- },
21
- "--nve-ref-scale-space": {
22
- "description": "Use for scaling all layout spacing tokens proportionally across your application",
23
- "values": {
24
- "compact": "0.8",
25
- "": "1"
26
- }
27
- },
28
- "--nve-ref-scale-border-radius": {
29
- "description": "Use for scaling all border radius tokens proportionally across your application",
30
- "values": {
31
- "": "1"
32
- }
33
- },
34
- "--nve-ref-scale-border-width": {
35
- "description": "Use for scaling all border width tokens proportionally across your application",
36
- "values": {
37
- "": "1"
38
- }
39
- },
40
- "--nve-ref-scale-line-height": {
41
- "description": "Use for scaling all line height tokens proportionally across your application",
42
- "values": {
43
- "": "1"
44
- }
45
- },
46
- "--nve-ref-size-50": {
47
- "type": "sizing",
48
- "description": "Use for minimal padding and margins within compact elements",
49
- "values": {
50
- "compact": "0.95 * 2px",
51
- "": "1 * 2px"
52
- }
53
- },
54
- "--nve-ref-size-100": {
55
- "type": "sizing",
56
- "description": "Use for tight padding and margins within small elements",
57
- "values": {
58
- "compact": "0.95 * 4px",
59
- "": "1 * 4px"
60
- }
61
- },
62
- "--nve-ref-size-150": {
63
- "type": "sizing",
64
- "description": "Use for compact padding and margins within elements",
65
- "values": {
66
- "compact": "0.95 * 6px",
67
- "": "1 * 6px"
68
- }
69
- },
70
- "--nve-ref-size-200": {
71
- "type": "sizing",
72
- "description": "Use for standard padding and margins within form controls and small components",
73
- "values": {
74
- "compact": "0.95 * 8px",
75
- "": "1 * 8px"
76
- }
77
- },
78
- "--nve-ref-size-250": {
79
- "type": "sizing",
80
- "description": "Use for comfortable padding and margins within medium elements",
81
- "values": {
82
- "compact": "0.95 * 10px",
83
- "": "1 * 10px"
84
- }
85
- },
86
- "--nve-ref-size-300": {
87
- "type": "sizing",
88
- "description": "Use for standard padding and margins within buttons and interactive elements",
89
- "values": {
90
- "compact": "0.95 * 12px",
91
- "": "1 * 12px"
92
- }
93
- },
94
- "--nve-ref-size-400": {
95
- "type": "sizing",
96
- "description": "Use for comfortable padding and margins within cards and panels",
97
- "values": {
98
- "compact": "0.95 * 16px",
99
- "": "1 * 16px"
100
- }
101
- },
102
- "--nve-ref-size-500": {
103
- "type": "sizing",
104
- "description": "Use for generous padding and margins within larger components",
105
- "values": {
106
- "compact": "0.95 * 20px",
107
- "": "1 * 20px"
108
- }
109
- },
110
- "--nve-ref-size-600": {
111
- "type": "sizing",
112
- "description": "Use for spacious padding and margins within containers",
113
- "values": {
114
- "compact": "0.95 * 24px",
115
- "": "1 * 24px"
116
- }
117
- },
118
- "--nve-ref-size-700": {
119
- "type": "sizing",
120
- "description": "Use for extra padding and margins within large components",
121
- "values": {
122
- "compact": "0.95 * 28px",
123
- "": "1 * 28px"
124
- }
125
- },
126
- "--nve-ref-size-800": {
127
- "type": "sizing",
128
- "description": "Use for standard height of form inputs and buttons",
129
- "values": {
130
- "compact": "0.95 * 32px",
131
- "": "1 * 32px"
132
- }
133
- },
134
- "--nve-ref-size-900": {
135
- "type": "sizing",
136
- "description": "Use for extra large padding and margins within oversized elements",
137
- "values": {
138
- "compact": "0.95 * 36px",
139
- "": "1 * 36px"
140
- }
141
- },
142
- "--nve-ref-size-1000": {
143
- "type": "sizing",
144
- "description": "Use for maximum padding and margins within very large containers",
145
- "values": {
146
- "compact": "0.95 * 40px",
147
- "": "1 * 40px"
148
- }
149
- },
150
- "--nve-ref-space-none": {
151
- "type": "spacing",
152
- "description": "Use when no spacing is needed between elements",
153
- "values": {
154
- "compact": "0.8 * 0px",
155
- "": "1 * 0px"
156
- }
157
- },
158
- "--nve-ref-space-xxxs": {
159
- "type": "spacing",
160
- "description": "Use for minimal gaps between tightly grouped elements",
161
- "values": {
162
- "compact": "0.8 * 2px",
163
- "": "1 * 2px"
164
- }
165
- },
166
- "--nve-ref-space-xxs": {
167
- "type": "spacing",
168
- "description": "Use for very small gaps between closely related elements",
169
- "values": {
170
- "compact": "0.8 * 4px",
171
- "": "1 * 4px"
172
- }
173
- },
174
- "--nve-ref-space-xs": {
175
- "type": "spacing",
176
- "description": "Use for small gaps between form fields and related content",
177
- "values": {
178
- "compact": "0.8 * 8px",
179
- "": "1 * 8px"
180
- }
181
- },
182
- "--nve-ref-space-sm": {
183
- "type": "spacing",
184
- "description": "Use for standard gaps between form fields and sibling elements in layouts",
185
- "values": {
186
- "compact": "0.8 * 12px",
187
- "": "1 * 12px"
188
- }
189
- },
190
- "--nve-ref-space-md": {
191
- "type": "spacing",
192
- "description": "Use for comfortable gaps between sections and groups of elements",
193
- "values": {
194
- "compact": "0.8 * 16px",
195
- "": "1 * 16px"
196
- }
197
- },
198
- "--nve-ref-space-lg": {
199
- "type": "spacing",
200
- "description": "Use for generous gaps between major sections and content blocks",
201
- "values": {
202
- "compact": "0.8 * 24px",
203
- "": "1 * 24px"
204
- }
205
- },
206
- "--nve-ref-space-xl": {
207
- "type": "spacing",
208
- "description": "Use for large gaps between distinct page sections",
209
- "values": {
210
- "compact": "0.8 * 32px",
211
- "": "1 * 32px"
212
- }
213
- },
214
- "--nve-ref-space-xxl": {
215
- "type": "spacing",
216
- "description": "Use for extra large gaps between major page regions",
217
- "values": {
218
- "compact": "0.8 * 48px",
219
- "": "1 * 48px"
220
- }
221
- },
222
- "--nve-ref-space-xxxl": {
223
- "type": "spacing",
224
- "description": "Use for maximum gaps between completely separate page areas",
225
- "values": {
226
- "compact": "0.8 * 64px",
227
- "": "1 * 64px"
228
- }
229
- },
230
- "--nve-ref-color-scheme-base": {
231
- "type": "color",
232
- "description": "Use for light backgrounds and containers",
233
- "values": {
234
- "light": "oklch(100% 0 0)",
235
- "dark": "oklch(0% 0 0)"
236
- }
237
- },
238
- "--nve-ref-color-scheme-inverse": {
239
- "type": "color",
240
- "description": "Use for dark backgrounds and inverse elements",
241
- "values": {
242
- "light": "oklch(0% 0 0)",
243
- "dark": "oklch(100% 0 0)"
244
- }
245
- },
246
- "--nve-ref-color-white": {
247
- "type": "color",
248
- "description": "Use for pure white backgrounds or text",
249
- "values": {
250
- "": "oklch(100% 0 0)"
251
- }
252
- },
253
- "--nve-ref-color-black": {
254
- "type": "color",
255
- "description": "Use for pure black backgrounds or text",
256
- "values": {
257
- "": "oklch(0% 0 0)"
258
- }
259
- },
260
- "--nve-ref-color-alpha-white-100": {
261
- "type": "color",
262
- "values": {
263
- "": "oklch(100% 0 0 / 0)"
264
- }
265
- },
266
- "--nve-ref-color-alpha-white-200": {
267
- "type": "color",
268
- "values": {
269
- "": "oklch(100% 0 0 / 0.0118)"
270
- }
271
- },
272
- "--nve-ref-color-alpha-white-300": {
273
- "type": "color",
274
- "values": {
275
- "": "oklch(100% 0 0 / 0.0314)"
276
- }
277
- },
278
- "--nve-ref-color-alpha-white-400": {
279
- "type": "color",
280
- "values": {
281
- "": "oklch(100% 0 0 / 0.0588)"
282
- }
283
- },
284
- "--nve-ref-color-alpha-white-500": {
285
- "type": "color",
286
- "values": {
287
- "": "oklch(100% 0 0 / 0.0902)"
288
- }
289
- },
290
- "--nve-ref-color-alpha-white-600": {
291
- "type": "color",
292
- "values": {
293
- "": "oklch(100% 0 0 / 0.1216)"
294
- }
295
- },
296
- "--nve-ref-color-alpha-white-700": {
297
- "type": "color",
298
- "values": {
299
- "": "oklch(100% 0 0 / 0.1804)"
300
- }
301
- },
302
- "--nve-ref-color-alpha-white-800": {
303
- "type": "color",
304
- "values": {
305
- "": "oklch(100% 0 0 / 0.251)"
306
- }
307
- },
308
- "--nve-ref-color-alpha-white-900": {
309
- "type": "color",
310
- "values": {
311
- "": "oklch(100% 0 0 / 0.3882)"
312
- }
313
- },
314
- "--nve-ref-color-alpha-white-1000": {
315
- "type": "color",
316
- "values": {
317
- "": "oklch(100% 0 0 / 0.451)"
318
- }
319
- },
320
- "--nve-ref-color-alpha-white-1100": {
321
- "type": "color",
322
- "values": {
323
- "": "oklch(100% 0 0 / 0.5882)"
324
- }
325
- },
326
- "--nve-ref-color-alpha-white-1200": {
327
- "type": "color",
328
- "values": {
329
- "": "oklch(100% 0 0 / 0.9216)"
330
- }
331
- },
332
- "--nve-ref-color-alpha-black-100": {
333
- "type": "color",
334
- "values": {
335
- "": "oklch(0% 0 0 / 0)"
336
- }
337
- },
338
- "--nve-ref-color-alpha-black-200": {
339
- "type": "color",
340
- "values": {
341
- "": "oklch(0% 0 0 / 0.0118)"
342
- }
343
- },
344
- "--nve-ref-color-alpha-black-300": {
345
- "type": "color",
346
- "values": {
347
- "": "oklch(0% 0 0 / 0.0314)"
348
- }
349
- },
350
- "--nve-ref-color-alpha-black-400": {
351
- "type": "color",
352
- "values": {
353
- "": "oklch(0% 0 0 / 0.0588)"
354
- }
355
- },
356
- "--nve-ref-color-alpha-black-500": {
357
- "type": "color",
358
- "values": {
359
- "": "oklch(0% 0 0 / 0.0902)"
360
- }
361
- },
362
- "--nve-ref-color-alpha-black-600": {
363
- "type": "color",
364
- "values": {
365
- "": "oklch(0% 0 0 / 0.1216)"
366
- }
367
- },
368
- "--nve-ref-color-alpha-black-700": {
369
- "type": "color",
370
- "values": {
371
- "": "oklch(0% 0 0 / 0.1804)"
372
- }
373
- },
374
- "--nve-ref-color-alpha-black-800": {
375
- "type": "color",
376
- "values": {
377
- "": "oklch(0% 0 0 / 0.251)"
378
- }
379
- },
380
- "--nve-ref-color-alpha-black-900": {
381
- "type": "color",
382
- "values": {
383
- "": "oklch(0% 0 0 / 0.3882)"
384
- }
385
- },
386
- "--nve-ref-color-alpha-black-1000": {
387
- "type": "color",
388
- "values": {
389
- "": "oklch(0% 0 0 / 0.451)"
390
- }
391
- },
392
- "--nve-ref-color-alpha-black-1100": {
393
- "type": "color",
394
- "values": {
395
- "": "oklch(0% 0 0 / 0.5882)"
396
- }
397
- },
398
- "--nve-ref-color-alpha-black-1200": {
399
- "type": "color",
400
- "values": {
401
- "": "oklch(0% 0 0 / 0.9216)"
402
- }
403
- },
404
- "--nve-ref-color-brand-green-100": {
405
- "type": "color",
406
- "values": {
407
- "light": "oklch(99.5% 0.004 121.6)",
408
- "dark": "oklch(19.7% 0.033 125.1)"
409
- }
410
- },
411
- "--nve-ref-color-brand-green-200": {
412
- "type": "color",
413
- "values": {
414
- "light": "oklch(98.4% 0.019 122.8)",
415
- "dark": "oklch(21.2% 0.038 127.3)"
416
- }
417
- },
418
- "--nve-ref-color-brand-green-300": {
419
- "type": "color",
420
- "values": {
421
- "light": "oklch(96.8% 0.043 124.5)",
422
- "dark": "oklch(25.3% 0.044 125.8)"
423
- }
424
- },
425
- "--nve-ref-color-brand-green-400": {
426
- "type": "color",
427
- "values": {
428
- "light": "oklch(94.9% 0.069 125.4)",
429
- "dark": "oklch(28.2% 0.053 125.9)"
430
- }
431
- },
432
- "--nve-ref-color-brand-green-500": {
433
- "type": "color",
434
- "values": {
435
- "light": "oklch(92.6% 0.09 125.6)",
436
- "dark": "oklch(31.2% 0.061 126)"
437
- }
438
- },
439
- "--nve-ref-color-brand-green-600": {
440
- "type": "color",
441
- "values": {
442
- "light": "oklch(86% 0.111 125)",
443
- "dark": "oklch(34.3% 0.071 126.5)"
444
- }
445
- },
446
- "--nve-ref-color-brand-green-700": {
447
- "type": "color",
448
- "values": {
449
- "light": "oklch(80.3% 0.143 126.3)",
450
- "dark": "oklch(40.3% 0.089 127.4)"
451
- }
452
- },
453
- "--nve-ref-color-brand-green-800": {
454
- "type": "color",
455
- "values": {
456
- "light": "oklch(71.1% 0.185 128.2)",
457
- "dark": "oklch(54.5% 0.148 130.5)"
458
- }
459
- },
460
- "--nve-ref-color-brand-green-900": {
461
- "type": "color",
462
- "values": {
463
- "light": "oklch(66.1% 0.184 132.1)",
464
- "dark": "oklch(64.6% 0.18 132.1)"
465
- }
466
- },
467
- "--nve-ref-color-brand-green-1000": {
468
- "type": "color",
469
- "values": {
470
- "": "oklch(70.9% 0.194 131.1)"
471
- }
472
- },
473
- "--nve-ref-color-brand-green-1100": {
474
- "type": "color",
475
- "values": {
476
- "light": "oklch(54.5% 0.148 130.5)",
477
- "dark": "oklch(73.5% 0.183 128.8)"
478
- }
479
- },
480
- "--nve-ref-color-brand-green-1200": {
481
- "type": "color",
482
- "values": {
483
- "light": "oklch(30.1% 0.068 127.8)",
484
- "dark": "oklch(97.1% 0.044 124)"
485
- }
486
- },
487
- "--nve-ref-color-yellow-nova-100": {
488
- "type": "color",
489
- "values": {
490
- "light": "oklch(99% 0.007 106.5)",
491
- "dark": "oklch(19% 0.039 92.2)"
492
- }
493
- },
494
- "--nve-ref-color-yellow-nova-200": {
495
- "type": "color",
496
- "values": {
497
- "light": "oklch(98.8% 0.029 100.6)",
498
- "dark": "oklch(20.9% 0.043 91.9)"
499
- }
500
- },
501
- "--nve-ref-color-yellow-nova-300": {
502
- "type": "color",
503
- "values": {
504
- "light": "oklch(98.1% 0.054 102.9)",
505
- "dark": "oklch(24.4% 0.05 91.4)"
506
- }
507
- },
508
- "--nve-ref-color-yellow-nova-400": {
509
- "type": "color",
510
- "values": {
511
- "light": "oklch(97% 0.082 102.5)",
512
- "dark": "oklch(27.6% 0.056 89.1)"
513
- }
514
- },
515
- "--nve-ref-color-yellow-nova-500": {
516
- "type": "color",
517
- "values": {
518
- "light": "oklch(95.3% 0.097 100.4)",
519
- "dark": "oklch(31.2% 0.064 90.8)"
520
- }
521
- },
522
- "--nve-ref-color-yellow-nova-600": {
523
- "type": "color",
524
- "values": {
525
- "light": "oklch(92.3% 0.114 98.5)",
526
- "dark": "oklch(35.2% 0.072 94.8)"
527
- }
528
- },
529
- "--nve-ref-color-yellow-nova-700": {
530
- "type": "color",
531
- "values": {
532
- "light": "oklch(86.8% 0.126 93.8)",
533
- "dark": "oklch(40.5% 0.081 94.8)"
534
- }
535
- },
536
- "--nve-ref-color-yellow-nova-800": {
537
- "type": "color",
538
- "values": {
539
- "light": "oklch(81.4% 0.166 90.5)",
540
- "dark": "oklch(88.3% 0.181 94.5)"
541
- }
542
- },
543
- "--nve-ref-color-yellow-nova-900": {
544
- "type": "color",
545
- "values": {
546
- "": "oklch(88.2% 0.182 99.8)"
547
- }
548
- },
549
- "--nve-ref-color-yellow-nova-1000": {
550
- "type": "color",
551
- "values": {
552
- "light": "oklch(72.8% 0.151 78.2)",
553
- "dark": "oklch(93.9% 0.164 103.1)"
554
- }
555
- },
556
- "--nve-ref-color-yellow-nova-1100": {
557
- "type": "color",
558
- "values": {
559
- "light": "oklch(54.9% 0.114 79.5)",
560
- "dark": "oklch(82.7% 0.169 90.5)"
561
- }
562
- },
563
- "--nve-ref-color-yellow-nova-1200": {
564
- "type": "color",
565
- "values": {
566
- "light": "oklch(28.3% 0.042 85.7)",
567
- "dark": "oklch(97.9% 0.053 101.6)"
568
- }
569
- },
570
- "--nve-ref-color-lime-pear-100": {
571
- "type": "color",
572
- "values": {
573
- "light": "oklch(98.9% 0.005 117.9)",
574
- "dark": "oklch(19.9% 0.032 120.1)"
575
- }
576
- },
577
- "--nve-ref-color-lime-pear-200": {
578
- "type": "color",
579
- "values": {
580
- "light": "oklch(98.4% 0.019 122.8)",
581
- "dark": "oklch(21.5% 0.036 121)"
582
- }
583
- },
584
- "--nve-ref-color-lime-pear-300": {
585
- "type": "color",
586
- "values": {
587
- "light": "oklch(96.9% 0.042 123.1)",
588
- "dark": "oklch(25.4% 0.044 124.2)"
589
- }
590
- },
591
- "--nve-ref-color-lime-pear-400": {
592
- "type": "color",
593
- "values": {
594
- "light": "oklch(95% 0.068 124.6)",
595
- "dark": "oklch(28.4% 0.052 123.2)"
596
- }
597
- },
598
- "--nve-ref-color-lime-pear-500": {
599
- "type": "color",
600
- "values": {
601
- "light": "oklch(92.8% 0.088 124.6)",
602
- "dark": "oklch(31.3% 0.059 123.7)"
603
- }
604
- },
605
- "--nve-ref-color-lime-pear-600": {
606
- "type": "color",
607
- "values": {
608
- "light": "oklch(88.6% 0.115 125)",
609
- "dark": "oklch(34.5% 0.069 123.7)"
610
- }
611
- },
612
- "--nve-ref-color-lime-pear-700": {
613
- "type": "color",
614
- "values": {
615
- "light": "oklch(80.5% 0.138 126)",
616
- "dark": "oklch(40.7% 0.086 123.9)"
617
- }
618
- },
619
- "--nve-ref-color-lime-pear-800": {
620
- "type": "color",
621
- "values": {
622
- "light": "oklch(72.3% 0.173 128.3)",
623
- "dark": "oklch(68.2% 0.177 133.6)"
624
- }
625
- },
626
- "--nve-ref-color-lime-pear-900": {
627
- "type": "color",
628
- "values": {
629
- "": "oklch(80.3% 0.197 128.1)"
630
- }
631
- },
632
- "--nve-ref-color-lime-pear-1000": {
633
- "type": "color",
634
- "values": {
635
- "light": "oklch(75.6% 0.187 128.6)",
636
- "dark": "oklch(86.9% 0.19 122.6)"
637
- }
638
- },
639
- "--nve-ref-color-lime-pear-1100": {
640
- "type": "color",
641
- "values": {
642
- "light": "oklch(50.8% 0.13 129.4)",
643
- "dark": "oklch(72.2% 0.178 128.1)"
644
- }
645
- },
646
- "--nve-ref-color-lime-pear-1200": {
647
- "type": "color",
648
- "values": {
649
- "light": "oklch(28.3% 0.062 127.4)",
650
- "dark": "oklch(97% 0.044 125.3)"
651
- }
652
- },
653
- "--nve-ref-color-green-jade-100": {
654
- "type": "color",
655
- "values": {
656
- "light": "oklch(99.4% 0.004 157.2)",
657
- "dark": "oklch(19.2% 0.02 159.9)"
658
- }
659
- },
660
- "--nve-ref-color-green-jade-200": {
661
- "type": "color",
662
- "values": {
663
- "light": "oklch(97.6% 0.018 155.8)",
664
- "dark": "oklch(21.3% 0.028 166.6)"
665
- }
666
- },
667
- "--nve-ref-color-green-jade-300": {
668
- "type": "color",
669
- "values": {
670
- "light": "oklch(96.4% 0.023 157.6)",
671
- "dark": "oklch(25.6% 0.039 163.8)"
672
- }
673
- },
674
- "--nve-ref-color-green-jade-400": {
675
- "type": "color",
676
- "values": {
677
- "light": "oklch(94.4% 0.031 156)",
678
- "dark": "oklch(27.1% 0.042 164)"
679
- }
680
- },
681
- "--nve-ref-color-green-jade-500": {
682
- "type": "color",
683
- "values": {
684
- "light": "oklch(91.2% 0.042 157.2)",
685
- "dark": "oklch(30.2% 0.05 163.3)"
686
- }
687
- },
688
- "--nve-ref-color-green-jade-600": {
689
- "type": "color",
690
- "values": {
691
- "light": "oklch(86.6% 0.058 157.4)",
692
- "dark": "oklch(33.9% 0.059 162)"
693
- }
694
- },
695
- "--nve-ref-color-green-jade-700": {
696
- "type": "color",
697
- "values": {
698
- "light": "oklch(80.1% 0.078 159.2)",
699
- "dark": "oklch(39.1% 0.072 160.4)"
700
- }
701
- },
702
- "--nve-ref-color-green-jade-800": {
703
- "type": "color",
704
- "values": {
705
- "light": "oklch(71.6% 0.113 160.3)",
706
- "dark": "oklch(54.5% 0.126 156.1)"
707
- }
708
- },
709
- "--nve-ref-color-green-jade-900": {
710
- "type": "color",
711
- "values": {
712
- "light": "oklch(63.2% 0.131 157.6)",
713
- "dark": "oklch(65.5% 0.143 157.4)"
714
- }
715
- },
716
- "--nve-ref-color-green-jade-1000": {
717
- "type": "color",
718
- "values": {
719
- "light": "oklch(59.4% 0.123 158.3)",
720
- "dark": "oklch(67.5% 0.133 158.2)"
721
- }
722
- },
723
- "--nve-ref-color-green-jade-1100": {
724
- "type": "color",
725
- "values": {
726
- "light": "oklch(50.5% 0.109 158)",
727
- "dark": "oklch(73.2% 0.136 159.1)"
728
- }
729
- },
730
- "--nve-ref-color-green-jade-1200": {
731
- "type": "color",
732
- "values": {
733
- "light": "oklch(27.6% 0.038 164.4)",
734
- "dark": "oklch(96.7% 0.032 152.5)"
735
- }
736
- },
737
- "--nve-ref-color-pink-rose-100": {
738
- "type": "color",
739
- "values": {
740
- "light": "oklch(99% 0.007 340.4)",
741
- "dark": "oklch(19.7% 0.025 339.6)"
742
- }
743
- },
744
- "--nve-ref-color-pink-rose-200": {
745
- "type": "color",
746
- "values": {
747
- "light": "oklch(98% 0.013 340.5)",
748
- "dark": "oklch(21.7% 0.036 340.4)"
749
- }
750
- },
751
- "--nve-ref-color-pink-rose-300": {
752
- "type": "color",
753
- "values": {
754
- "light": "oklch(96% 0.024 340.3)",
755
- "dark": "oklch(26.8% 0.063 341.2)"
756
- }
757
- },
758
- "--nve-ref-color-pink-rose-400": {
759
- "type": "color",
760
- "values": {
761
- "light": "oklch(94.3% 0.033 339.8)",
762
- "dark": "oklch(28.8% 0.076 342.2)"
763
- }
764
- },
765
- "--nve-ref-color-pink-rose-500": {
766
- "type": "color",
767
- "values": {
768
- "light": "oklch(91.3% 0.046 341.9)",
769
- "dark": "oklch(31.7% 0.092 342.2)"
770
- }
771
- },
772
- "--nve-ref-color-pink-rose-600": {
773
- "type": "color",
774
- "values": {
775
- "light": "oklch(87% 0.065 341)",
776
- "dark": "oklch(34.8% 0.107 344.4)"
777
- }
778
- },
779
- "--nve-ref-color-pink-rose-700": {
780
- "type": "color",
781
- "values": {
782
- "light": "oklch(81.6% 0.09 342.1)",
783
- "dark": "oklch(39.8% 0.138 345.7)"
784
- }
785
- },
786
- "--nve-ref-color-pink-rose-800": {
787
- "type": "color",
788
- "values": {
789
- "light": "oklch(74.7% 0.122 342.5)",
790
- "dark": "oklch(53.6% 0.204 347.9)"
791
- }
792
- },
793
- "--nve-ref-color-pink-rose-900": {
794
- "type": "color",
795
- "values": {
796
- "light": "oklch(61.4% 0.208 346.1)",
797
- "dark": "oklch(62.9% 0.229 347)"
798
- }
799
- },
800
- "--nve-ref-color-pink-rose-1000": {
801
- "type": "color",
802
- "values": {
803
- "light": "oklch(59% 0.218 347.4)",
804
- "dark": "oklch(69.3% 0.232 345.9)"
805
- }
806
- },
807
- "--nve-ref-color-pink-rose-1100": {
808
- "type": "color",
809
- "values": {
810
- "light": "oklch(56.2% 0.221 348.6)",
811
- "dark": "oklch(69.9% 0.209 347.7)"
812
- }
813
- },
814
- "--nve-ref-color-pink-rose-1200": {
815
- "type": "color",
816
- "values": {
817
- "light": "oklch(24.2% 0.082 345.8)",
818
- "dark": "oklch(95% 0.031 340.5)"
819
- }
820
- },
821
- "--nve-ref-color-purple-lavender-100": {
822
- "type": "color",
823
- "values": {
824
- "light": "oklch(99.1% 0.005 325.6)",
825
- "dark": "oklch(19.8% 0.018 317.6)"
826
- }
827
- },
828
- "--nve-ref-color-purple-lavender-200": {
829
- "type": "color",
830
- "values": {
831
- "light": "oklch(98.9% 0.007 312.3)",
832
- "dark": "oklch(21.5% 0.035 317.5)"
833
- }
834
- },
835
- "--nve-ref-color-purple-lavender-300": {
836
- "type": "color",
837
- "values": {
838
- "light": "oklch(96.8% 0.019 312.8)",
839
- "dark": "oklch(25.7% 0.062 314)"
840
- }
841
- },
842
- "--nve-ref-color-purple-lavender-400": {
843
- "type": "color",
844
- "values": {
845
- "light": "oklch(93.6% 0.034 310.7)",
846
- "dark": "oklch(29.4% 0.08 313.3)"
847
- }
848
- },
849
- "--nve-ref-color-purple-lavender-500": {
850
- "type": "color",
851
- "values": {
852
- "light": "oklch(90.7% 0.048 311.7)",
853
- "dark": "oklch(31.8% 0.094 312.1)"
854
- }
855
- },
856
- "--nve-ref-color-purple-lavender-600": {
857
- "type": "color",
858
- "values": {
859
- "light": "oklch(86.9% 0.063 310.7)",
860
- "dark": "oklch(34.9% 0.112 309.9)"
861
- }
862
- },
863
- "--nve-ref-color-purple-lavender-700": {
864
- "type": "color",
865
- "values": {
866
- "light": "oklch(80.9% 0.089 309.8)",
867
- "dark": "oklch(40.1% 0.14 307.2)"
868
- }
869
- },
870
- "--nve-ref-color-purple-lavender-800": {
871
- "type": "color",
872
- "values": {
873
- "light": "oklch(72.8% 0.124 308.2)",
874
- "dark": "oklch(51.4% 0.216 307.6)"
875
- }
876
- },
877
- "--nve-ref-color-purple-lavender-900": {
878
- "type": "color",
879
- "values": {
880
- "light": "oklch(55.6% 0.183 305.9)",
881
- "dark": "oklch(55.9% 0.189 307.3)"
882
- }
883
- },
884
- "--nve-ref-color-purple-lavender-1000": {
885
- "type": "color",
886
- "values": {
887
- "light": "oklch(52.2% 0.182 305.3)",
888
- "dark": "oklch(67.9% 0.224 308.4)"
889
- }
890
- },
891
- "--nve-ref-color-purple-lavender-1100": {
892
- "type": "color",
893
- "values": {
894
- "light": "oklch(48.3% 0.178 305.4)",
895
- "dark": "oklch(70% 0.176 309.6)"
896
- }
897
- },
898
- "--nve-ref-color-purple-lavender-1200": {
899
- "type": "color",
900
- "values": {
901
- "light": "oklch(24.3% 0.096 305.3)",
902
- "dark": "oklch(94.9% 0.028 316.7)"
903
- }
904
- },
905
- "--nve-ref-color-purple-violet-100": {
906
- "type": "color",
907
- "values": {
908
- "light": "oklch(99% 0.004 301.4)",
909
- "dark": "oklch(20.2% 0.018 294.9)"
910
- }
911
- },
912
- "--nve-ref-color-purple-violet-200": {
913
- "type": "color",
914
- "values": {
915
- "light": "oklch(98.7% 0.007 295.5)",
916
- "dark": "oklch(21.2% 0.037 295.1)"
917
- }
918
- },
919
- "--nve-ref-color-purple-violet-300": {
920
- "type": "color",
921
- "values": {
922
- "light": "oklch(96.2% 0.02 295.2)",
923
- "dark": "oklch(25.7% 0.061 291.3)"
924
- }
925
- },
926
- "--nve-ref-color-purple-violet-400": {
927
- "type": "color",
928
- "values": {
929
- "light": "oklch(93.8% 0.031 293.8)",
930
- "dark": "oklch(28.8% 0.079 289.7)"
931
- }
932
- },
933
- "--nve-ref-color-purple-violet-500": {
934
- "type": "color",
935
- "values": {
936
- "light": "oklch(90.4% 0.047 293.5)",
937
- "dark": "oklch(31.6% 0.093 289.4)"
938
- }
939
- },
940
- "--nve-ref-color-purple-violet-600": {
941
- "type": "color",
942
- "values": {
943
- "light": "oklch(86.9% 0.061 293.4)",
944
- "dark": "oklch(34.9% 0.116 287.4)"
945
- }
946
- },
947
- "--nve-ref-color-purple-violet-700": {
948
- "type": "color",
949
- "values": {
950
- "light": "oklch(80.4% 0.086 293.4)",
951
- "dark": "oklch(40.4% 0.144 285.5)"
952
- }
953
- },
954
- "--nve-ref-color-purple-violet-800": {
955
- "type": "color",
956
- "values": {
957
- "light": "oklch(72.7% 0.119 292.6)",
958
- "dark": "oklch(44.3% 0.203 282.8)"
959
- }
960
- },
961
- "--nve-ref-color-purple-violet-900": {
962
- "type": "color",
963
- "values": {
964
- "light": "oklch(53.8% 0.179 288)",
965
- "dark": "oklch(49.3% 0.2 284.8)"
966
- }
967
- },
968
- "--nve-ref-color-purple-violet-1000": {
969
- "type": "color",
970
- "values": {
971
- "light": "oklch(50.9% 0.168 287)",
972
- "dark": "oklch(61.4% 0.21 286.9)"
973
- }
974
- },
975
- "--nve-ref-color-purple-violet-1100": {
976
- "type": "color",
977
- "values": {
978
- "light": "oklch(47.3% 0.158 286.3)",
979
- "dark": "oklch(69.4% 0.165 289)"
980
- }
981
- },
982
- "--nve-ref-color-purple-violet-1200": {
983
- "type": "color",
984
- "values": {
985
- "light": "oklch(24.1% 0.095 287.2)",
986
- "dark": "oklch(95.1% 0.024 293.6)"
987
- }
988
- },
989
- "--nve-ref-color-purple-plum-100": {
990
- "type": "color",
991
- "values": {
992
- "light": "oklch(98.9% 0.007 312.3)",
993
- "dark": "oklch(20% 0.025 326.5)"
994
- }
995
- },
996
- "--nve-ref-color-purple-plum-200": {
997
- "type": "color",
998
- "values": {
999
- "light": "oklch(98.1% 0.017 325.7)",
1000
- "dark": "oklch(22% 0.038 326.8)"
1001
- }
1002
- },
1003
- "--nve-ref-color-purple-plum-300": {
1004
- "type": "color",
1005
- "values": {
1006
- "light": "oklch(96.4% 0.024 325.8)",
1007
- "dark": "oklch(26.3% 0.057 327)"
1008
- }
1009
- },
1010
- "--nve-ref-color-purple-plum-400": {
1011
- "type": "color",
1012
- "values": {
1013
- "light": "oklch(93.7% 0.038 325.9)",
1014
- "dark": "oklch(29% 0.073 325.1)"
1015
- }
1016
- },
1017
- "--nve-ref-color-purple-plum-500": {
1018
- "type": "color",
1019
- "values": {
1020
- "light": "oklch(91.1% 0.049 324.9)",
1021
- "dark": "oklch(31.8% 0.084 324.5)"
1022
- }
1023
- },
1024
- "--nve-ref-color-purple-plum-600": {
1025
- "type": "color",
1026
- "values": {
1027
- "light": "oklch(86.9% 0.065 324.5)",
1028
- "dark": "oklch(34.6% 0.096 324.2)"
1029
- }
1030
- },
1031
- "--nve-ref-color-purple-plum-700": {
1032
- "type": "color",
1033
- "values": {
1034
- "light": "oklch(80.6% 0.092 323.3)",
1035
- "dark": "oklch(40.2% 0.123 323.9)"
1036
- }
1037
- },
1038
- "--nve-ref-color-purple-plum-800": {
1039
- "type": "color",
1040
- "values": {
1041
- "light": "oklch(73.5% 0.12 322.2)",
1042
- "dark": "oklch(53.4% 0.219 321.7)"
1043
- }
1044
- },
1045
- "--nve-ref-color-purple-plum-900": {
1046
- "type": "color",
1047
- "values": {
1048
- "light": "oklch(57.8% 0.185 322)",
1049
- "dark": "oklch(62.4% 0.244 322.8)"
1050
- }
1051
- },
1052
- "--nve-ref-color-purple-plum-1000": {
1053
- "type": "color",
1054
- "values": {
1055
- "light": "oklch(55% 0.198 322.1)",
1056
- "dark": "oklch(69.3% 0.239 321.9)"
1057
- }
1058
- },
1059
- "--nve-ref-color-purple-plum-1100": {
1060
- "type": "color",
1061
- "values": {
1062
- "light": "oklch(51.4% 0.206 322)",
1063
- "dark": "oklch(68.4% 0.197 327.5)"
1064
- }
1065
- },
1066
- "--nve-ref-color-purple-plum-1200": {
1067
- "type": "color",
1068
- "values": {
1069
- "light": "oklch(23.7% 0.088 320.9)",
1070
- "dark": "oklch(95.3% 0.03 324.1)"
1071
- }
1072
- },
1073
- "--nve-ref-color-pink-magenta-100": {
1074
- "type": "color",
1075
- "values": {
1076
- "light": "oklch(98.9% 0.006 350.8)",
1077
- "dark": "oklch(19.9% 0.015 347)"
1078
- }
1079
- },
1080
- "--nve-ref-color-pink-magenta-200": {
1081
- "type": "color",
1082
- "values": {
1083
- "light": "oklch(97.9% 0.013 345.5)",
1084
- "dark": "oklch(21.5% 0.033 352)"
1085
- }
1086
- },
1087
- "--nve-ref-color-pink-magenta-300": {
1088
- "type": "color",
1089
- "values": {
1090
- "light": "oklch(96% 0.022 348.7)",
1091
- "dark": "oklch(26.4% 0.057 355.7)"
1092
- }
1093
- },
1094
- "--nve-ref-color-pink-magenta-400": {
1095
- "type": "color",
1096
- "values": {
1097
- "light": "oklch(94.1% 0.03 348.2)",
1098
- "dark": "oklch(29.3% 0.073 356.1)"
1099
- }
1100
- },
1101
- "--nve-ref-color-pink-magenta-500": {
1102
- "type": "color",
1103
- "values": {
1104
- "light": "oklch(91.2% 0.042 349.5)",
1105
- "dark": "oklch(31.2% 0.086 357.4)"
1106
- }
1107
- },
1108
- "--nve-ref-color-pink-magenta-600": {
1109
- "type": "color",
1110
- "values": {
1111
- "light": "oklch(86.6% 0.061 349.2)",
1112
- "dark": "oklch(35.1% 0.105 358.5)"
1113
- }
1114
- },
1115
- "--nve-ref-color-pink-magenta-700": {
1116
- "type": "color",
1117
- "values": {
1118
- "light": "oklch(81.1% 0.085 352)",
1119
- "dark": "oklch(40% 0.135 1.3)"
1120
- }
1121
- },
1122
- "--nve-ref-color-pink-magenta-800": {
1123
- "type": "color",
1124
- "values": {
1125
- "light": "oklch(74% 0.116 354.5)",
1126
- "dark": "oklch(53.4% 0.203 5)"
1127
- }
1128
- },
1129
- "--nve-ref-color-pink-magenta-900": {
1130
- "type": "color",
1131
- "values": {
1132
- "light": "oklch(60.4% 0.214 2.6)",
1133
- "dark": "oklch(61.7% 0.224 3.5)"
1134
- }
1135
- },
1136
- "--nve-ref-color-pink-magenta-1000": {
1137
- "type": "color",
1138
- "values": {
1139
- "": "oklch(67.7% 0.229 1.4)"
1140
- }
1141
- },
1142
- "--nve-ref-color-pink-magenta-1100": {
1143
- "type": "color",
1144
- "values": {
1145
- "light": "oklch(56.6% 0.213 4.7)",
1146
- "dark": "oklch(69.4% 0.19 3.9)"
1147
- }
1148
- },
1149
- "--nve-ref-color-pink-magenta-1200": {
1150
- "type": "color",
1151
- "values": {
1152
- "light": "oklch(24.5% 0.073 4.4)",
1153
- "dark": "oklch(96% 0.022 348.7)"
1154
- }
1155
- },
1156
- "--nve-ref-color-red-tomato-100": {
1157
- "type": "color",
1158
- "values": {
1159
- "light": "oklch(99% 0.01 0)",
1160
- "dark": "oklch(20.1% 0.014 34.4)"
1161
- }
1162
- },
1163
- "--nve-ref-color-red-tomato-200": {
1164
- "type": "color",
1165
- "values": {
1166
- "light": "oklch(98% 0.01 25.1)",
1167
- "dark": "oklch(21.6% 0.036 29)"
1168
- }
1169
- },
1170
- "--nve-ref-color-red-tomato-300": {
1171
- "type": "color",
1172
- "values": {
1173
- "light": "oklch(96% 0.02 25.2)",
1174
- "dark": "oklch(25.8% 0.055 29.9)"
1175
- }
1176
- },
1177
- "--nve-ref-color-red-tomato-400": {
1178
- "type": "color",
1179
- "values": {
1180
- "light": "oklch(94% 0.03 27.8)",
1181
- "dark": "oklch(28.7% 0.072 29.7)"
1182
- }
1183
- },
1184
- "--nve-ref-color-red-tomato-500": {
1185
- "type": "color",
1186
- "values": {
1187
- "light": "oklch(91.2% 0.042 27)",
1188
- "dark": "oklch(30.8% 0.083 30.8)"
1189
- }
1190
- },
1191
- "--nve-ref-color-red-tomato-600": {
1192
- "type": "color",
1193
- "values": {
1194
- "light": "oklch(87% 0.061 29.7)",
1195
- "dark": "oklch(34.8% 0.1 31)"
1196
- }
1197
- },
1198
- "--nve-ref-color-red-tomato-700": {
1199
- "type": "color",
1200
- "values": {
1201
- "light": "oklch(81.2% 0.084 31.8)",
1202
- "dark": "oklch(39.9% 0.128 31.6)"
1203
- }
1204
- },
1205
- "--nve-ref-color-red-tomato-800": {
1206
- "type": "color",
1207
- "values": {
1208
- "light": "oklch(74.6% 0.11 31.6)",
1209
- "dark": "oklch(51.3% 0.195 32)"
1210
- }
1211
- },
1212
- "--nve-ref-color-red-tomato-900": {
1213
- "type": "color",
1214
- "values": {
1215
- "light": "oklch(62% 0.195 33.3)",
1216
- "dark": "oklch(59% 0.212 32.5)"
1217
- }
1218
- },
1219
- "--nve-ref-color-red-tomato-1000": {
1220
- "type": "color",
1221
- "values": {
1222
- "light": "oklch(59.7% 0.193 33.1)",
1223
- "dark": "oklch(65% 0.222 33)"
1224
- }
1225
- },
1226
- "--nve-ref-color-red-tomato-1100": {
1227
- "type": "color",
1228
- "values": {
1229
- "light": "oklch(54.9% 0.191 32.8)",
1230
- "dark": "oklch(67.9% 0.175 32.9)"
1231
- }
1232
- },
1233
- "--nve-ref-color-red-tomato-1200": {
1234
- "type": "color",
1235
- "values": {
1236
- "light": "oklch(24% 0.047 31.3)",
1237
- "dark": "oklch(96.3% 0.017 31.1)"
1238
- }
1239
- },
1240
- "--nve-ref-color-orange-pumpkin-100": {
1241
- "type": "color",
1242
- "values": {
1243
- "light": "oklch(99.2% 0.003 48.7)",
1244
- "dark": "oklch(19.2% 0.03 61.3)"
1245
- }
1246
- },
1247
- "--nve-ref-color-orange-pumpkin-200": {
1248
- "type": "color",
1249
- "values": {
1250
- "light": "oklch(97.8% 0.011 54.5)",
1251
- "dark": "oklch(21.4% 0.049 61.8)"
1252
- }
1253
- },
1254
- "--nve-ref-color-orange-pumpkin-300": {
1255
- "type": "color",
1256
- "values": {
1257
- "light": "oklch(96.4% 0.021 56.1)",
1258
- "dark": "oklch(24.9% 0.056 55.9)"
1259
- }
1260
- },
1261
- "--nve-ref-color-orange-pumpkin-400": {
1262
- "type": "color",
1263
- "values": {
1264
- "light": "oklch(94.3% 0.035 57.6)",
1265
- "dark": "oklch(28.3% 0.068 51.5)"
1266
- }
1267
- },
1268
- "--nve-ref-color-orange-pumpkin-500": {
1269
- "type": "color",
1270
- "values": {
1271
- "light": "oklch(91.5% 0.052 56.8)",
1272
- "dark": "oklch(30.8% 0.076 49.8)"
1273
- }
1274
- },
1275
- "--nve-ref-color-orange-pumpkin-600": {
1276
- "type": "color",
1277
- "values": {
1278
- "light": "oklch(87.5% 0.08 56.6)",
1279
- "dark": "oklch(34.3% 0.086 48.7)"
1280
- }
1281
- },
1282
- "--nve-ref-color-orange-pumpkin-700": {
1283
- "type": "color",
1284
- "values": {
1285
- "light": "oklch(82.8% 0.111 54.4)",
1286
- "dark": "oklch(40.3% 0.107 47.1)"
1287
- }
1288
- },
1289
- "--nve-ref-color-orange-pumpkin-800": {
1290
- "type": "color",
1291
- "values": {
1292
- "light": "oklch(75.7% 0.15 52.2)",
1293
- "dark": "oklch(57.4% 0.163 44.7)"
1294
- }
1295
- },
1296
- "--nve-ref-color-orange-pumpkin-900": {
1297
- "type": "color",
1298
- "values": {
1299
- "light": "oklch(68.5% 0.194 45)",
1300
- "dark": "oklch(69.6% 0.204 43.5)"
1301
- }
1302
- },
1303
- "--nve-ref-color-orange-pumpkin-1000": {
1304
- "type": "color",
1305
- "values": {
1306
- "light": "oklch(65.5% 0.192 43.7)",
1307
- "dark": "oklch(73% 0.181 48.7)"
1308
- }
1309
- },
1310
- "--nve-ref-color-orange-pumpkin-1100": {
1311
- "type": "color",
1312
- "values": {
1313
- "light": "oklch(55.7% 0.162 44.1)",
1314
- "dark": "oklch(75.2% 0.166 51)"
1315
- }
1316
- },
1317
- "--nve-ref-color-orange-pumpkin-1200": {
1318
- "type": "color",
1319
- "values": {
1320
- "light": "oklch(27.9% 0.06 40.2)",
1321
- "dark": "oklch(94.9% 0.029 57.4)"
1322
- }
1323
- },
1324
- "--nve-ref-color-yellow-amber-100": {
1325
- "type": "color",
1326
- "values": {
1327
- "light": "oklch(99.4% 0.003 84.6)",
1328
- "dark": "oklch(19.8% 0.041 80.2)"
1329
- }
1330
- },
1331
- "--nve-ref-color-yellow-amber-200": {
1332
- "type": "color",
1333
- "values": {
1334
- "light": "oklch(98.1% 0.019 83.1)",
1335
- "dark": "oklch(21.1% 0.044 75.5)"
1336
- }
1337
- },
1338
- "--nve-ref-color-yellow-amber-300": {
1339
- "type": "color",
1340
- "values": {
1341
- "light": "oklch(96.5% 0.046 90.9)",
1342
- "dark": "oklch(24.9% 0.056 65.9)"
1343
- }
1344
- },
1345
- "--nve-ref-color-yellow-amber-400": {
1346
- "type": "color",
1347
- "values": {
1348
- "light": "oklch(94.4% 0.069 89.1)",
1349
- "dark": "oklch(27.9% 0.062 65.4)"
1350
- }
1351
- },
1352
- "--nve-ref-color-yellow-amber-500": {
1353
- "type": "color",
1354
- "values": {
1355
- "light": "oklch(92.1% 0.091 87.4)",
1356
- "dark": "oklch(30.8% 0.069 64.9)"
1357
- }
1358
- },
1359
- "--nve-ref-color-yellow-amber-600": {
1360
- "type": "color",
1361
- "values": {
1362
- "light": "oklch(88.6% 0.108 80.1)",
1363
- "dark": "oklch(35.7% 0.079 67.7)"
1364
- }
1365
- },
1366
- "--nve-ref-color-yellow-amber-700": {
1367
- "type": "color",
1368
- "values": {
1369
- "light": "oklch(82.1% 0.123 75.9)",
1370
- "dark": "oklch(40.2% 0.085 67.9)"
1371
- }
1372
- },
1373
- "--nve-ref-color-yellow-amber-800": {
1374
- "type": "color",
1375
- "values": {
1376
- "light": " oklch(76% 0.152 69.5)",
1377
- "dark": "oklch(81.7% 0.164 75.8)"
1378
- }
1379
- },
1380
- "--nve-ref-color-yellow-amber-900": {
1381
- "type": "color",
1382
- "values": {
1383
- "light": "oklch(81.7% 0.164 75.8)",
1384
- "dark": "oklch(85.7% 0.175 88.5)"
1385
- }
1386
- },
1387
- "--nve-ref-color-yellow-amber-1000": {
1388
- "type": "color",
1389
- "values": {
1390
- "light": "oklch(78.3% 0.169 66.4)",
1391
- "dark": "oklch(86.4% 0.156 86.4)"
1392
- }
1393
- },
1394
- "--nve-ref-color-yellow-amber-1100": {
1395
- "type": "color",
1396
- "values": {
1397
- "light": "oklch(53.9% 0.135 54.2)",
1398
- "dark": "oklch(75.8% 0.159 73.3)"
1399
- }
1400
- },
1401
- "--nve-ref-color-yellow-amber-1200": {
1402
- "type": "color",
1403
- "values": {
1404
- "light": "oklch(30.7% 0.077 44.3)",
1405
- "dark": "oklch(96.7% 0.032 85.5)"
1406
- }
1407
- },
1408
- "--nve-ref-color-green-grass-100": {
1409
- "type": "color",
1410
- "values": {
1411
- "light": " oklch(99.4% 0.005 145.5)",
1412
- "dark": "oklch(19.2% 0.02 159.9)"
1413
- }
1414
- },
1415
- "--nve-ref-color-green-grass-200": {
1416
- "type": "color",
1417
- "values": {
1418
- "light": "oklch(98.2% 0.015 145.5)",
1419
- "dark": "oklch(20.6% 0.027 150.8)"
1420
- }
1421
- },
1422
- "--nve-ref-color-green-grass-300": {
1423
- "type": "color",
1424
- "values": {
1425
- "light": "oklch(96.3% 0.027 145.4)",
1426
- "dark": "oklch(24.7% 0.037 152.5)"
1427
- }
1428
- },
1429
- "--nve-ref-color-green-grass-400": {
1430
- "type": "color",
1431
- "values": {
1432
- "light": "oklch(94.1% 0.034 145.3)",
1433
- "dark": "oklch(27.2% 0.045 150.5)"
1434
- }
1435
- },
1436
- "--nve-ref-color-green-grass-500": {
1437
- "type": "color",
1438
- "values": {
1439
- "light": "oklch(90.7% 0.05 146)",
1440
- "dark": "oklch(31.3% 0.057 150.1)"
1441
- }
1442
- },
1443
- "--nve-ref-color-green-grass-600": {
1444
- "type": "color",
1445
- "values": {
1446
- "light": "oklch(86.1% 0.067 146.9)",
1447
- "dark": "oklch(34.9% 0.067 150)"
1448
- }
1449
- },
1450
- "--nve-ref-color-green-grass-700": {
1451
- "type": "color",
1452
- "values": {
1453
- "light": "oklch(80% 0.09 147)",
1454
- "dark": "oklch(39.5% 0.078 149.8)"
1455
- }
1456
- },
1457
- "--nve-ref-color-green-grass-800": {
1458
- "type": "color",
1459
- "values": {
1460
- "light": "oklch(71.4% 0.13 148.5)",
1461
- "dark": "oklch(52.8% 0.15 147.5)"
1462
- }
1463
- },
1464
- "--nve-ref-color-green-grass-900": {
1465
- "type": "color",
1466
- "values": {
1467
- "light": "oklch(64.3% 0.143 147.6)",
1468
- "dark": "oklch(64.7% 0.187 147.2)"
1469
- }
1470
- },
1471
- "--nve-ref-color-green-grass-1000": {
1472
- "type": "color",
1473
- "values": {
1474
- "light": "oklch(61% 0.14 147.5)",
1475
- "dark": "oklch(73.9% 0.204 144.6)"
1476
- }
1477
- },
1478
- "--nve-ref-color-green-grass-1100": {
1479
- "type": "color",
1480
- "values": {
1481
- "light": "oklch(51.5% 0.125 147.4)",
1482
- "dark": "oklch(73.1% 0.142 148)"
1483
- }
1484
- },
1485
- "--nve-ref-color-green-grass-1200": {
1486
- "type": "color",
1487
- "values": {
1488
- "light": "oklch(27.8% 0.042 146.7)",
1489
- "dark": "oklch(96.7% 0.032 152.5)"
1490
- }
1491
- },
1492
- "--nve-ref-color-teal-seafoam-100": {
1493
- "type": "color",
1494
- "values": {
1495
- "light": "oklch(98.9% 0.006 185.3)",
1496
- "dark": "oklch(18.6% 0.021 178.7)"
1497
- }
1498
- },
1499
- "--nve-ref-color-teal-seafoam-200": {
1500
- "type": "color",
1501
- "values": {
1502
- "light": "oklch(97.8% 0.014 186)",
1503
- "dark": "oklch(22% 0.035 179.1)"
1504
- }
1505
- },
1506
- "--nve-ref-color-teal-seafoam-300": {
1507
- "type": "color",
1508
- "values": {
1509
- "light": "oklch(96.8% 0.02 181.1)",
1510
- "dark": "oklch(25.1% 0.04 178.8)"
1511
- }
1512
- },
1513
- "--nve-ref-color-teal-seafoam-400": {
1514
- "type": "color",
1515
- "values": {
1516
- "light": "oklch(94.3% 0.029 180.8)",
1517
- "dark": "oklch(28.3% 0.046 181.2)"
1518
- }
1519
- },
1520
- "--nve-ref-color-teal-seafoam-500": {
1521
- "type": "color",
1522
- "values": {
1523
- "light": "oklch(91.3% 0.038 184.3)",
1524
- "dark": "oklch(30.1% 0.049 180.2)"
1525
- }
1526
- },
1527
- "--nve-ref-color-teal-seafoam-600": {
1528
- "type": "color",
1529
- "values": {
1530
- "light": "oklch(86.6% 0.05 185.1)",
1531
- "dark": "oklch(34.6% 0.057 182.7)"
1532
- }
1533
- },
1534
- "--nve-ref-color-teal-seafoam-700": {
1535
- "type": "color",
1536
- "values": {
1537
- "light": "oklch(80.3% 0.066 183.7)",
1538
- "dark": "oklch(39.2% 0.067 180.3)"
1539
- }
1540
- },
1541
- "--nve-ref-color-teal-seafoam-800": {
1542
- "type": "color",
1543
- "values": {
1544
- "light": "oklch(71.8% 0.098 183.3)",
1545
- "dark": "oklch(55.3% 0.099 182.1)"
1546
- }
1547
- },
1548
- "--nve-ref-color-teal-seafoam-900": {
1549
- "type": "color",
1550
- "values": {
1551
- "light": "oklch(63.7% 0.112 181.7)",
1552
- "dark": "oklch(69.4% 0.118 184.1)"
1553
- }
1554
- },
1555
- "--nve-ref-color-teal-seafoam-1000": {
1556
- "type": "color",
1557
- "values": {
1558
- "light": "oklch(60.2% 0.105 182.4)",
1559
- "dark": "oklch(78.5% 0.142 180.3)"
1560
- }
1561
- },
1562
- "--nve-ref-color-teal-seafoam-1100": {
1563
- "type": "color",
1564
- "values": {
1565
- "light": "oklch(51.8% 0.091 183.8)",
1566
- "dark": "oklch(73.1% 0.129 182.6)"
1567
- }
1568
- },
1569
- "--nve-ref-color-teal-seafoam-1200": {
1570
- "type": "color",
1571
- "values": {
1572
- "light": "oklch(27.6% 0.038 181.3)",
1573
- "dark": "oklch(96.5% 0.028 180.3)"
1574
- }
1575
- },
1576
- "--nve-ref-color-green-mint-100": {
1577
- "type": "color",
1578
- "values": {
1579
- "light": "oklch(99% 0.009 179.6)",
1580
- "dark": "oklch(19% 0.023 185.2)"
1581
- }
1582
- },
1583
- "--nve-ref-color-green-mint-200": {
1584
- "type": "color",
1585
- "values": {
1586
- "light": "oklch(98.2% 0.02 177.5)",
1587
- "dark": "oklch(21.9% 0.032 188.1)"
1588
- }
1589
- },
1590
- "--nve-ref-color-green-mint-300": {
1591
- "type": "color",
1592
- "values": {
1593
- "light": "oklch(96.6% 0.03 176)",
1594
- "dark": "oklch(25.5% 0.04 186.9)"
1595
- }
1596
- },
1597
- "--nve-ref-color-green-mint-400": {
1598
- "type": "color",
1599
- "values": {
1600
- "light": "oklch(94.3% 0.041 177.7)",
1601
- "dark": "oklch(27.6% 0.046 183.3)"
1602
- }
1603
- },
1604
- "--nve-ref-color-green-mint-500": {
1605
- "type": "color",
1606
- "values": {
1607
- "light": "oklch(91.2% 0.052 178.1)",
1608
- "dark": "oklch(31.4% 0.054 183.4)"
1609
- }
1610
- },
1611
- "--nve-ref-color-green-mint-600": {
1612
- "type": "color",
1613
- "values": {
1614
- "light": "oklch(87% 0.066 178)",
1615
- "dark": "oklch(33.7% 0.06 182.9)"
1616
- }
1617
- },
1618
- "--nve-ref-color-green-mint-700": {
1619
- "type": "color",
1620
- "values": {
1621
- "light": "oklch(80.9% 0.09 176.6)",
1622
- "dark": "oklch(39.3% 0.071 179.7)"
1623
- }
1624
- },
1625
- "--nve-ref-color-green-mint-800": {
1626
- "type": "color",
1627
- "values": {
1628
- "light": "oklch(74% 0.119 176.8)",
1629
- "dark": "oklch(55.4% 0.085 176.2)"
1630
- }
1631
- },
1632
- "--nve-ref-color-green-mint-900": {
1633
- "type": "color",
1634
- "values": {
1635
- "light": "oklch(83.6% 0.11 177.1)",
1636
- "dark": "oklch(75.5% 0.142 174.9)"
1637
- }
1638
- },
1639
- "--nve-ref-color-green-mint-1000": {
1640
- "type": "color",
1641
- "values": {
1642
- "light": "oklch(81% 0.108 177.3)",
1643
- "dark": "oklch(83.6% 0.11 177.1)"
1644
- }
1645
- },
1646
- "--nve-ref-color-green-mint-1100": {
1647
- "type": "color",
1648
- "values": {
1649
- "light": "oklch(52.5% 0.09 180.8)",
1650
- "dark": "oklch(83.6% 0.11 177.1)"
1651
- }
1652
- },
1653
- "--nve-ref-color-green-mint-1200": {
1654
- "type": "color",
1655
- "values": {
1656
- "light": "oklch(29.5% 0.047 181.6)",
1657
- "dark": "oklch(97% 0.025 181.3)"
1658
- }
1659
- },
1660
- "--nve-ref-color-teal-cyan-100": {
1661
- "type": "color",
1662
- "values": {
1663
- "light": "oklch(98.8% 0.005 211)",
1664
- "dark": "oklch(20% 0.025 213.9)"
1665
- }
1666
- },
1667
- "--nve-ref-color-teal-cyan-200": {
1668
- "type": "color",
1669
- "values": {
1670
- "light": "oklch(98.4% 0.011 204.1)",
1671
- "dark": "oklch(21.6% 0.031 217.6)"
1672
- }
1673
- },
1674
- "--nve-ref-color-teal-cyan-300": {
1675
- "type": "color",
1676
- "values": {
1677
- "light": "oklch(96.6% 0.02 208.1)",
1678
- "dark": "oklch(24.6% 0.037 216.2)"
1679
- }
1680
- },
1681
- "--nve-ref-color-teal-cyan-400": {
1682
- "type": "color",
1683
- "values": {
1684
- "light": "oklch(94.2% 0.03 204.5)",
1685
- "dark": "oklch(27.3% 0.044 220)"
1686
- }
1687
- },
1688
- "--nve-ref-color-teal-cyan-500": {
1689
- "type": "color",
1690
- "values": {
1691
- "light": "oklch(90.9% 0.04 208.1)",
1692
- "dark": "oklch(30.6% 0.051 220)"
1693
- }
1694
- },
1695
- "--nve-ref-color-teal-cyan-600": {
1696
- "type": "color",
1697
- "values": {
1698
- "light": "oklch(86.4% 0.055 207.9)",
1699
- "dark": "oklch(33.8% 0.058 220)"
1700
- }
1701
- },
1702
- "--nve-ref-color-teal-cyan-700": {
1703
- "type": "color",
1704
- "values": {
1705
- "light": "oklch(80.1% 0.076 209.8)",
1706
- "dark": "oklch(39.7% 0.071 221.6)"
1707
- }
1708
- },
1709
- "--nve-ref-color-teal-cyan-800": {
1710
- "type": "color",
1711
- "values": {
1712
- "light": "oklch(72.4% 0.111 211.9)",
1713
- "dark": "oklch(55.1% 0.103 223.7)"
1714
- }
1715
- },
1716
- "--nve-ref-color-teal-cyan-900": {
1717
- "type": "color",
1718
- "values": {
1719
- "light": "oklch(65.8% 0.118 218.7)",
1720
- "dark": "oklch(64.9% 0.118 222.1)"
1721
- }
1722
- },
1723
- "--nve-ref-color-teal-cyan-1000": {
1724
- "type": "color",
1725
- "values": {
1726
- "light": "oklch(60.8% 0.109 219.6)",
1727
- "dark": "oklch(76.2% 0.143 224.2)"
1728
- }
1729
- },
1730
- "--nve-ref-color-teal-cyan-1100": {
1731
- "type": "color",
1732
- "values": {
1733
- "light": "oklch(52.8% 0.094 220.8)",
1734
- "dark": "oklch(74.2% 0.128 208.6)"
1735
- }
1736
- },
1737
- "--nve-ref-color-teal-cyan-1200": {
1738
- "type": "color",
1739
- "values": {
1740
- "light": "oklch(28.3% 0.048 217.6)",
1741
- "dark": "oklch(96.2% 0.025 202.8)"
1742
- }
1743
- },
1744
- "--nve-ref-color-blue-sky-100": {
1745
- "type": "color",
1746
- "values": {
1747
- "light": "oklch(98.9% 0.009 214.3)",
1748
- "dark": "oklch(19.4% 0.023 241)"
1749
- }
1750
- },
1751
- "--nve-ref-color-blue-sky-200": {
1752
- "type": "color",
1753
- "values": {
1754
- "light": "oklch(98.3% 0.013 214.4)",
1755
- "dark": "oklch(21.2% 0.035 237.6)"
1756
- }
1757
- },
1758
- "--nve-ref-color-blue-sky-300": {
1759
- "type": "color",
1760
- "values": {
1761
- "light": "oklch(96.4% 0.027 217.1)",
1762
- "dark": "oklch(25.2% 0.045 236.8)"
1763
- }
1764
- },
1765
- "--nve-ref-color-blue-sky-400": {
1766
- "type": "color",
1767
- "values": {
1768
- "light": "oklch(94.6% 0.036 216)",
1769
- "dark": "oklch(27.9% 0.054 238)"
1770
- }
1771
- },
1772
- "--nve-ref-color-blue-sky-500": {
1773
- "type": "color",
1774
- "values": {
1775
- "light": "oklch(91.3% 0.05 218.7)",
1776
- "dark": "oklch(30.8% 0.06 236.1)"
1777
- }
1778
- },
1779
- "--nve-ref-color-blue-sky-600": {
1780
- "type": "color",
1781
- "values": {
1782
- "light": "oklch(86.6% 0.066 219.4)",
1783
- "dark": "oklch(34.5% 0.07 237)"
1784
- }
1785
- },
1786
- "--nve-ref-color-blue-sky-700": {
1787
- "type": "color",
1788
- "values": {
1789
- "light": "oklch(80.6% 0.092 220.1)",
1790
- "dark": "oklch(38.8% 0.081 236.7)"
1791
- }
1792
- },
1793
- "--nve-ref-color-blue-sky-800": {
1794
- "type": "color",
1795
- "values": {
1796
- "light": "oklch(73.7% 0.127 222.1)",
1797
- "dark": "oklch(55% 0.087 220.7)"
1798
- }
1799
- },
1800
- "--nve-ref-color-blue-sky-900": {
1801
- "type": "color",
1802
- "values": {
1803
- "light": "oklch(84.2% 0.114 218.5)",
1804
- "dark": "oklch(66% 0.098 219.4)"
1805
- }
1806
- },
1807
- "--nve-ref-color-blue-sky-1000": {
1808
- "type": "color",
1809
- "values": {
1810
- "light": "oklch(81.2% 0.115 219.3)",
1811
- "dark": "oklch(83.3% 0.113 218)"
1812
- }
1813
- },
1814
- "--nve-ref-color-blue-sky-1100": {
1815
- "type": "color",
1816
- "values": {
1817
- "light": "oklch(53.3% 0.106 230)",
1818
- "dark": "oklch(77% 0.132 220)"
1819
- }
1820
- },
1821
- "--nve-ref-color-blue-sky-1200": {
1822
- "type": "color",
1823
- "values": {
1824
- "light": "oklch(28% 0.054 225.9)",
1825
- "dark": "oklch(96.6% 0.021 227.5)"
1826
- }
1827
- },
1828
- "--nve-ref-color-blue-cobalt-100": {
1829
- "type": "color",
1830
- "values": {
1831
- "light": "oklch(99% 0.005 258.3)",
1832
- "dark": "oklch(19.8% 0.021 254.9)"
1833
- }
1834
- },
1835
- "--nve-ref-color-blue-cobalt-200": {
1836
- "type": "color",
1837
- "values": {
1838
- "light": "oklch(98.3% 0.009 247.9)",
1839
- "dark": "oklch(21.3% 0.037 258.8)"
1840
- }
1841
- },
1842
- "--nve-ref-color-blue-cobalt-300": {
1843
- "type": "color",
1844
- "values": {
1845
- "light": "oklch(96.6% 0.017 248)",
1846
- "dark": "oklch(25.5% 0.055 256.7)"
1847
- }
1848
- },
1849
- "--nve-ref-color-blue-cobalt-400": {
1850
- "type": "color",
1851
- "values": {
1852
- "light": "oklch(94.8% 0.026 246.3)",
1853
- "dark": "oklch(28.5% 0.07 256.2)"
1854
- }
1855
- },
1856
- "--nve-ref-color-blue-cobalt-500": {
1857
- "type": "color",
1858
- "values": {
1859
- "light": "oklch(91.4% 0.042 247.2)",
1860
- "dark": "oklch(30.6% 0.081 255.7)"
1861
- }
1862
- },
1863
- "--nve-ref-color-blue-cobalt-600": {
1864
- "type": "color",
1865
- "values": {
1866
- "light": "oklch(86.5% 0.059 247.7)",
1867
- "dark": "oklch(32.9% 0.092 254.8)"
1868
- }
1869
- },
1870
- "--nve-ref-color-blue-cobalt-700": {
1871
- "type": "color",
1872
- "values": {
1873
- "light": "oklch(80.4% 0.083 245.7)",
1874
- "dark": "oklch(38.5% 0.115 254.4)"
1875
- }
1876
- },
1877
- "--nve-ref-color-blue-cobalt-800": {
1878
- "type": "color",
1879
- "values": {
1880
- "light": "oklch(72.8% 0.122 243.8)",
1881
- "dark": "oklch(57.4% 0.209 258.2)"
1882
- }
1883
- },
1884
- "--nve-ref-color-blue-cobalt-900": {
1885
- "type": "color",
1886
- "values": {
1887
- "": "oklch(65.1% 0.192 251.5)"
1888
- }
1889
- },
1890
- "--nve-ref-color-blue-cobalt-1000": {
1891
- "type": "color",
1892
- "values": {
1893
- "light": "oklch(54.8% 0.2 258.1)",
1894
- "dark": "oklch(66.5% 0.165 250.8)"
1895
- }
1896
- },
1897
- "--nve-ref-color-blue-cobalt-1100": {
1898
- "type": "color",
1899
- "values": {
1900
- "light": "oklch(54.2% 0.191 256.9)",
1901
- "dark": "oklch(71.7% 0.152 251)"
1902
- }
1903
- },
1904
- "--nve-ref-color-blue-cobalt-1200": {
1905
- "type": "color",
1906
- "values": {
1907
- "light": "oklch(26.6% 0.084 253.9)",
1908
- "dark": "oklch(96% 0.021 241.3)"
1909
- }
1910
- },
1911
- "--nve-ref-color-blue-indigo-100": {
1912
- "type": "color",
1913
- "values": {
1914
- "light": "oklch(99.1% 0.001 286.4)",
1915
- "dark": "oklch(20.2% 0.021 271.5)"
1916
- }
1917
- },
1918
- "--nve-ref-color-blue-indigo-200": {
1919
- "type": "color",
1920
- "values": {
1921
- "light": "oklch(97.9% 0.01 267.4)",
1922
- "dark": "oklch(21.2% 0.038 275.9)"
1923
- }
1924
- },
1925
- "--nve-ref-color-blue-indigo-300": {
1926
- "type": "color",
1927
- "values": {
1928
- "light": "oklch(96.7% 0.015 270)",
1929
- "dark": "oklch(25.4% 0.057 271.9)"
1930
- }
1931
- },
1932
- "--nve-ref-color-blue-indigo-400": {
1933
- "type": "color",
1934
- "values": {
1935
- "light": "oklch(93.7% 0.028 268.4)",
1936
- "dark": "oklch(28.6% 0.075 269.7)"
1937
- }
1938
- },
1939
- "--nve-ref-color-blue-indigo-500": {
1940
- "type": "color",
1941
- "values": {
1942
- "light": "oklch(91.4% 0.037 270.5)",
1943
- "dark": "oklch(31% 0.086 269.3)"
1944
- }
1945
- },
1946
- "--nve-ref-color-blue-indigo-600": {
1947
- "type": "color",
1948
- "values": {
1949
- "light": "oklch(86.3% 0.058 270)",
1950
- "dark": "oklch(34.4% 0.102 267.6)"
1951
- }
1952
- },
1953
- "--nve-ref-color-blue-indigo-700": {
1954
- "type": "color",
1955
- "values": {
1956
- "light": "oklch(81% 0.079 270.3)",
1957
- "dark": "oklch(38.7% 0.125 267.6)"
1958
- }
1959
- },
1960
- "--nve-ref-color-blue-indigo-800": {
1961
- "type": "color",
1962
- "values": {
1963
- "light": "oklch(72.5% 0.114 270.5)",
1964
- "dark": "oklch(48.2% 0.171 266.7)"
1965
- }
1966
- },
1967
- "--nve-ref-color-blue-indigo-900": {
1968
- "type": "color",
1969
- "values": {
1970
- "light": "oklch(53.9% 0.194 267)",
1971
- "dark": "oklch(57.5% 0.182 267.5)"
1972
- }
1973
- },
1974
- "--nve-ref-color-blue-indigo-1000": {
1975
- "type": "color",
1976
- "values": {
1977
- "light": "oklch(51.2% 0.178 267.3)",
1978
- "dark": "oklch(65% 0.172 268.7)"
1979
- }
1980
- },
1981
- "--nve-ref-color-blue-indigo-1100": {
1982
- "type": "color",
1983
- "values": {
1984
- "light": "oklch(47.2% 0.155 267.4)",
1985
- "dark": "oklch(70.9% 0.152 271.7)"
1986
- }
1987
- },
1988
- "--nve-ref-color-blue-indigo-1200": {
1989
- "type": "color",
1990
- "values": {
1991
- "light": "oklch(23.8% 0.075 268.3)",
1992
- "dark": "oklch(95.7% 0.018 275.6)"
1993
- }
1994
- },
1995
- "--nve-ref-color-neutral-100": {
1996
- "type": "color",
1997
- "values": {
1998
- "light": "oklch(98.4% 0.003 247.9)",
1999
- "dark": "oklch(15.5% 0.007 271)"
2000
- }
2001
- },
2002
- "--nve-ref-color-neutral-200": {
2003
- "type": "color",
2004
- "values": {
2005
- "light": "oklch(97.6% 0.003 264.5)",
2006
- "dark": "oklch(21.8% 0.012 270.8)"
2007
- }
2008
- },
2009
- "--nve-ref-color-neutral-300": {
2010
- "type": "color",
2011
- "values": {
2012
- "light": "oklch(95.1% 0.005 258.3)",
2013
- "dark": "oklch(24.8% 0.016 269)"
2014
- }
2015
- },
2016
- "--nve-ref-color-neutral-400": {
2017
- "type": "color",
2018
- "values": {
2019
- "light": "oklch(93.4% 0.005 275)",
2020
- "dark": "oklch(26.9% 0.017 270.7)"
2021
- }
2022
- },
2023
- "--nve-ref-color-neutral-500": {
2024
- "type": "color",
2025
- "values": {
2026
- "light": "oklch(93% 0.005 258.3)",
2027
- "dark": "oklch(28.9% 0.019 268)"
2028
- }
2029
- },
2030
- "--nve-ref-color-neutral-600": {
2031
- "type": "color",
2032
- "values": {
2033
- "light": "oklch(90.8% 0.006 239.8)",
2034
- "dark": "oklch(31.7% 0.023 267.3)"
2035
- }
2036
- },
2037
- "--nve-ref-color-neutral-700": {
2038
- "type": "color",
2039
- "values": {
2040
- "light": "oklch(88.3% 0.007 247.9)",
2041
- "dark": "oklch(34.3% 0.025 272.5)"
2042
- }
2043
- },
2044
- "--nve-ref-color-neutral-800": {
2045
- "type": "color",
2046
- "values": {
2047
- "light": "oklch(82.9% 0.01 238.5)",
2048
- "dark": "oklch(41.3% 0.034 273.9)"
2049
- }
2050
- },
2051
- "--nve-ref-color-neutral-900": {
2052
- "type": "color",
2053
- "values": {
2054
- "light": "oklch(64.9% 0.013 240)",
2055
- "dark": "oklch(51.9% 0.039 270.6)"
2056
- }
2057
- },
2058
- "--nve-ref-color-neutral-1000": {
2059
- "type": "color",
2060
- "values": {
2061
- "light": "oklch(61.3% 0.012 243.8)",
2062
- "dark": "oklch(70% 0.02 270)"
2063
- }
2064
- },
2065
- "--nve-ref-color-neutral-1100": {
2066
- "type": "color",
2067
- "values": {
2068
- "light": "oklch(52.7% 0.01 236.7)",
2069
- "dark": "oklch(85% 0.02 270)"
2070
- }
2071
- },
2072
- "--nve-ref-color-neutral-1200": {
2073
- "type": "color",
2074
- "values": {
2075
- "light": "oklch(19.5% 0.011 229.6)",
2076
- "dark": "oklch(95% 0.015 270)"
2077
- }
2078
- },
2079
- "--nve-ref-color-gray-denim-100": {
2080
- "type": "color",
2081
- "values": {
2082
- "light": "oklch(98.4% 0.003 247.9)",
2083
- "dark": "oklch(15.5% 0.007 271)"
2084
- }
2085
- },
2086
- "--nve-ref-color-gray-denim-200": {
2087
- "type": "color",
2088
- "values": {
2089
- "light": "oklch(98.3% 0.003 286.4)",
2090
- "dark": "oklch(21.8% 0.012 270.8)"
2091
- }
2092
- },
2093
- "--nve-ref-color-gray-denim-300": {
2094
- "type": "color",
2095
- "values": {
2096
- "light": "oklch(95.9% 0.005 275)",
2097
- "dark": "oklch(24.8% 0.016 269)"
2098
- }
2099
- },
2100
- "--nve-ref-color-gray-denim-400": {
2101
- "type": "color",
2102
- "values": {
2103
- "light": "oklch(93.6% 0.006 255.5)",
2104
- "dark": "oklch(26.9% 0.017 270.7)"
2105
- }
2106
- },
2107
- "--nve-ref-color-gray-denim-500": {
2108
- "type": "color",
2109
- "values": {
2110
- "light": "oklch(92.5% 0.008 271.3)",
2111
- "dark": "oklch(28.9% 0.019 268)"
2112
- }
2113
- },
2114
- "--nve-ref-color-gray-denim-600": {
2115
- "type": "color",
2116
- "values": {
2117
- "light": "oklch(90.9% 0.01 267.4)",
2118
- "dark": "oklch(31.7% 0.023 267.3)"
2119
- }
2120
- },
2121
- "--nve-ref-color-gray-denim-700": {
2122
- "type": "color",
2123
- "values": {
2124
- "light": "oklch(87.6% 0.013 271.3)",
2125
- "dark": "oklch(34.3% 0.025 272.5)"
2126
- }
2127
- },
2128
- "--nve-ref-color-gray-denim-800": {
2129
- "type": "color",
2130
- "values": {
2131
- "light": "oklch(80.6% 0.022 274)",
2132
- "dark": "oklch(41.3% 0.034 273.9)"
2133
- }
2134
- },
2135
- "--nve-ref-color-gray-denim-900": {
2136
- "type": "color",
2137
- "values": {
2138
- "light": "oklch(62.4% 0.028 268.7)",
2139
- "dark": "oklch(51.9% 0.039 270.6)"
2140
- }
2141
- },
2142
- "--nve-ref-color-gray-denim-1000": {
2143
- "type": "color",
2144
- "values": {
2145
- "light": "oklch(59.4% 0.032 270.2)",
2146
- "dark": "oklch(70% 0.02 270)"
2147
- }
2148
- },
2149
- "--nve-ref-color-gray-denim-1100": {
2150
- "type": "color",
2151
- "values": {
2152
- "light": "oklch(52.4% 0.032 274.2)",
2153
- "dark": "oklch(85% 0.02 270)"
2154
- }
2155
- },
2156
- "--nve-ref-color-gray-denim-1200": {
2157
- "type": "color",
2158
- "values": {
2159
- "light": "oklch(25.8% 0.013 279)",
2160
- "dark": "oklch(95% 0.015 270)"
2161
- }
2162
- },
2163
- "--nve-ref-color-gray-slate-100": {
2164
- "type": "color",
2165
- "values": {
2166
- "light": "oklch(98.4% 0.003 247.9)",
2167
- "dark": "oklch(19.4% 0.004 229)"
2168
- }
2169
- },
2170
- "--nve-ref-color-gray-slate-200": {
2171
- "type": "color",
2172
- "values": {
2173
- "light": "oklch(97.6% 0.003 264.5)",
2174
- "dark": "oklch(22.8% 0.005 219.7)"
2175
- }
2176
- },
2177
- "--nve-ref-color-gray-slate-300": {
2178
- "type": "color",
2179
- "values": {
2180
- "light": "oklch(95.1% 0.005 258.3)",
2181
- "dark": "oklch(25.2% 0.006 196.8)"
2182
- }
2183
- },
2184
- "--nve-ref-color-gray-slate-400": {
2185
- "type": "color",
2186
- "values": {
2187
- "light": "oklch(93.4% 0.005 275)",
2188
- "dark": "oklch(27% 0.006 236.7)"
2189
- }
2190
- },
2191
- "--nve-ref-color-gray-slate-500": {
2192
- "type": "color",
2193
- "values": {
2194
- "light": "oklch(93% 0.005 258.3)",
2195
- "dark": "oklch(29.9% 0.007 248.1)"
2196
- }
2197
- },
2198
- "--nve-ref-color-gray-slate-600": {
2199
- "type": "color",
2200
- "values": {
2201
- "light": "oklch(90.8% 0.006 239.8)",
2202
- "dark": "oklch(31.9% 0.007 248)"
2203
- }
2204
- },
2205
- "--nve-ref-color-gray-slate-700": {
2206
- "type": "color",
2207
- "values": {
2208
- "light": "oklch(88.3% 0.007 247.9)",
2209
- "dark": "oklch(35.9% 0.008 255.5)"
2210
- }
2211
- },
2212
- "--nve-ref-color-gray-slate-800": {
2213
- "type": "color",
2214
- "values": {
2215
- "light": "oklch(82.9% 0.01 238.5)",
2216
- "dark": "oklch(42.5% 0.008 248)"
2217
- }
2218
- },
2219
- "--nve-ref-color-gray-slate-900": {
2220
- "type": "color",
2221
- "values": {
2222
- "light": "oklch(64.9% 0.013 240)",
2223
- "dark": "oklch(53.4% 0.013 243.8)"
2224
- }
2225
- },
2226
- "--nve-ref-color-gray-slate-1000": {
2227
- "type": "color",
2228
- "values": {
2229
- "light": "oklch(61.3% 0.012 243.8)",
2230
- "dark": "oklch(68.8% 0.017 248.1)"
2231
- }
2232
- },
2233
- "--nve-ref-color-gray-slate-1100": {
2234
- "type": "color",
2235
- "values": {
2236
- "light": "oklch(52.7% 0.01 236.7)",
2237
- "dark": "oklch(85.5% 0.015 254.6)"
2238
- }
2239
- },
2240
- "--nve-ref-color-gray-slate-1200": {
2241
- "type": "color",
2242
- "values": {
2243
- "light": "oklch(19.5% 0.011 229.6)",
2244
- "dark": "oklch(94% 0.002 247.8)"
2245
- }
2246
- },
2247
- "--nve-ref-color-red-cardinal-100": {
2248
- "type": "color",
2249
- "values": {
2250
- "light": "oklch(99% 0.01 0)",
2251
- "dark": "oklch(19.3% 0.019 6.9)"
2252
- }
2253
- },
2254
- "--nve-ref-color-red-cardinal-200": {
2255
- "type": "color",
2256
- "values": {
2257
- "light": "oklch(97.8% 0.011 17.3)",
2258
- "dark": "oklch(22.1% 0.035 17.2)"
2259
- }
2260
- },
2261
- "--nve-ref-color-red-cardinal-300": {
2262
- "type": "color",
2263
- "values": {
2264
- "light": "oklch(95.6% 0.022 17.5)",
2265
- "dark": "oklch(26% 0.054 19.7)"
2266
- }
2267
- },
2268
- "--nve-ref-color-red-cardinal-400": {
2269
- "type": "color",
2270
- "values": {
2271
- "light": "oklch(93.2% 0.034 17.8)",
2272
- "dark": "oklch(28.7% 0.069 18.5)"
2273
- }
2274
- },
2275
- "--nve-ref-color-red-cardinal-500": {
2276
- "type": "color",
2277
- "values": {
2278
- "light": "oklch(91.3% 0.041 17.9)",
2279
- "dark": "oklch(30.6% 0.082 19.2)"
2280
- }
2281
- },
2282
- "--nve-ref-color-red-cardinal-600": {
2283
- "type": "color",
2284
- "values": {
2285
- "light": "oklch(86.5% 0.062 18.4)",
2286
- "dark": "oklch(35.1% 0.103 21.1)"
2287
- }
2288
- },
2289
- "--nve-ref-color-red-cardinal-700": {
2290
- "type": "color",
2291
- "values": {
2292
- "light": "oklch(80.9% 0.084 18.1)",
2293
- "dark": "oklch(39.8% 0.128 23)"
2294
- }
2295
- },
2296
- "--nve-ref-color-red-cardinal-800": {
2297
- "type": "color",
2298
- "values": {
2299
- "light": "oklch(74.5% 0.111 19.3)",
2300
- "dark": "oklch(52.3% 0.193 25.1)"
2301
- }
2302
- },
2303
- "--nve-ref-color-red-cardinal-900": {
2304
- "type": "color",
2305
- "values": {
2306
- "light": "oklch(62.6% 0.193 23)",
2307
- "dark": "oklch(61% 0.212 24.7)"
2308
- }
2309
- },
2310
- "--nve-ref-color-red-cardinal-1000": {
2311
- "type": "color",
2312
- "values": {
2313
- "light": "oklch(59.6% 0.195 23.8)",
2314
- "dark": "oklch(66.7% 0.22 25.5)"
2315
- }
2316
- },
2317
- "--nve-ref-color-red-cardinal-1100": {
2318
- "type": "color",
2319
- "values": {
2320
- "light": "oklch(54.9% 0.194 25.1)",
2321
- "dark": "oklch(69.8% 0.193 21.8)"
2322
- }
2323
- },
2324
- "--nve-ref-color-red-cardinal-1200": {
2325
- "type": "color",
2326
- "values": {
2327
- "light": "oklch(23.9% 0.056 17.2)",
2328
- "dark": "oklch(95.8% 0.02 9.8)"
2329
- }
2330
- },
2331
- "--nve-ref-font-family": {
2332
- "description": "Use for default body text and UI elements",
2333
- "values": {
2334
- "": "'Inter', Roboto, 'Open Sans', 'Helvetica Neue', sans-serif"
2335
- }
2336
- },
2337
- "--nve-ref-font-family-inter": {
2338
- "type": "fontFamilies",
2339
- "description": "Use for body text and UI elements",
2340
- "values": {
2341
- "": "'Inter', Roboto, 'Open Sans', 'Helvetica Neue', sans-serif"
2342
- }
2343
- },
2344
- "--nve-ref-font-family-roboto-mono": {
2345
- "type": "fontFamilies",
2346
- "description": "Use for code snippets and monospace text",
2347
- "values": {
2348
- "": "'Roboto Mono', 'Lucida Console', Monaco, monospace, sans-serif"
2349
- }
2350
- },
2351
- "--nve-ref-font-weight-light": {
2352
- "type": "fontWeights",
2353
- "description": "Use for subtle text emphasis",
2354
- "values": {
2355
- "": "200"
2356
- }
2357
- },
2358
- "--nve-ref-font-weight-regular": {
2359
- "type": "fontWeights",
2360
- "description": "Use for body text and default content",
2361
- "values": {
2362
- "": "400"
2363
- }
2364
- },
2365
- "--nve-ref-font-weight-medium": {
2366
- "type": "fontWeights",
2367
- "description": "Use for labels and medium emphasis",
2368
- "values": {
2369
- "": "500"
2370
- }
2371
- },
2372
- "--nve-ref-font-weight-semibold": {
2373
- "type": "fontWeights",
2374
- "description": "Use for navigation and strong emphasis",
2375
- "values": {
2376
- "": "600"
2377
- }
2378
- },
2379
- "--nve-ref-font-weight-bold": {
2380
- "type": "fontWeights",
2381
- "description": "Use for strong text emphasis",
2382
- "values": {
2383
- "": "700"
2384
- }
2385
- },
2386
- "--nve-ref-font-weight-extra-bold": {
2387
- "type": "fontWeights",
2388
- "description": "Use for maximum text emphasis",
2389
- "values": {
2390
- "": "800"
2391
- }
2392
- },
2393
- "--nve-ref-font-size-50": {
2394
- "type": "fontSizes",
2395
- "description": "Use for very small labels or compact UI text",
2396
- "values": {
2397
- "": "1 * 10px"
2398
- }
2399
- },
2400
- "--nve-ref-font-size-100": {
2401
- "type": "fontSizes",
2402
- "description": "Use for small body text or compact labels",
2403
- "values": {
2404
- "": "1 * 12px"
2405
- }
2406
- },
2407
- "--nve-ref-font-size-200": {
2408
- "type": "fontSizes",
2409
- "description": "Use for default body text, labels, and small headings",
2410
- "values": {
2411
- "": "1 * 14px"
2412
- }
2413
- },
2414
- "--nve-ref-font-size-300": {
2415
- "type": "fontSizes",
2416
- "description": "Use for large body text or small headings",
2417
- "values": {
2418
- "": "1 * 16px"
2419
- }
2420
- },
2421
- "--nve-ref-font-size-400": {
2422
- "type": "fontSizes",
2423
- "description": "Use for default headings or extra large body text",
2424
- "values": {
2425
- "": "1 * 18px"
2426
- }
2427
- },
2428
- "--nve-ref-font-size-500": {
2429
- "type": "fontSizes",
2430
- "description": "Use for large headings",
2431
- "values": {
2432
- "": "1 * 20px"
2433
- }
2434
- },
2435
- "--nve-ref-font-size-600": {
2436
- "type": "fontSizes",
2437
- "description": "Use for extra large headings",
2438
- "values": {
2439
- "": "1 * 24px"
2440
- }
2441
- },
2442
- "--nve-ref-font-size-700": {
2443
- "type": "fontSizes",
2444
- "description": "Use for very large headings",
2445
- "values": {
2446
- "": "1 * 28px"
2447
- }
2448
- },
2449
- "--nve-ref-font-size-800": {
2450
- "type": "fontSizes",
2451
- "description": "Use for prominent headings",
2452
- "values": {
2453
- "": "1 * 32px"
2454
- }
2455
- },
2456
- "--nve-ref-font-size-900": {
2457
- "type": "fontSizes",
2458
- "description": "Use for small display text",
2459
- "values": {
2460
- "": "1 * 36px"
2461
- }
2462
- },
2463
- "--nve-ref-font-size-1000": {
2464
- "type": "fontSizes",
2465
- "description": "Use for default display text",
2466
- "values": {
2467
- "": "1 * 40px"
2468
- }
2469
- },
2470
- "--nve-ref-font-size-1100": {
2471
- "type": "fontSizes",
2472
- "description": "Use for large display text",
2473
- "values": {
2474
- "": "1 * 44px"
2475
- }
2476
- },
2477
- "--nve-ref-font-size-1200": {
2478
- "type": "fontSizes",
2479
- "description": "Use for extra large display text",
2480
- "values": {
2481
- "": "1 * 50px"
2482
- }
2483
- },
2484
- "--nve-ref-font-line-height-300": {
2485
- "type": "lineHeights",
2486
- "description": "Use when precise vertical spacing is needed for compact text",
2487
- "values": {
2488
- "": "1 * 12px"
2489
- }
2490
- },
2491
- "--nve-ref-font-line-height-400": {
2492
- "type": "lineHeights",
2493
- "description": "Use when precise vertical spacing is needed for small text",
2494
- "values": {
2495
- "": "1 * 16px"
2496
- }
2497
- },
2498
- "--nve-ref-font-line-height-500": {
2499
- "type": "lineHeights",
2500
- "description": "Use when precise vertical spacing is needed for body text",
2501
- "values": {
2502
- "": "1 * 20px"
2503
- }
2504
- },
2505
- "--nve-ref-font-line-height-600": {
2506
- "type": "lineHeights",
2507
- "description": "Use when precise vertical spacing is needed for large text",
2508
- "values": {
2509
- "": "1 * 24px"
2510
- }
2511
- },
2512
- "--nve-ref-font-line-height-700": {
2513
- "type": "lineHeights",
2514
- "description": "Use when precise vertical spacing is needed for headings",
2515
- "values": {
2516
- "": "1 * 28px"
2517
- }
2518
- },
2519
- "--nve-ref-font-line-height-800": {
2520
- "type": "lineHeights",
2521
- "description": "Use when precise vertical spacing is needed for large headings",
2522
- "values": {
2523
- "": "1 * 32px"
2524
- }
2525
- },
2526
- "--nve-ref-font-line-height-900": {
2527
- "type": "lineHeights",
2528
- "description": "Use when precise vertical spacing is needed for display text",
2529
- "values": {
2530
- "": "1 * 36px"
2531
- }
2532
- },
2533
- "--nve-ref-font-line-height-1000": {
2534
- "type": "lineHeights",
2535
- "description": "Use when precise vertical spacing is needed for large display text",
2536
- "values": {
2537
- "": "1 * 40px"
2538
- }
2539
- },
2540
- "--nve-ref-font-line-height-tight": {
2541
- "type": "lineHeights",
2542
- "description": "Use when vertical space is limited",
2543
- "values": {
2544
- "": "1.12"
2545
- }
2546
- },
2547
- "--nve-ref-font-line-height-snug": {
2548
- "type": "lineHeights",
2549
- "description": "Use for compact text layouts",
2550
- "values": {
2551
- "": "1.25"
2552
- }
2553
- },
2554
- "--nve-ref-font-line-height-moderate": {
2555
- "type": "lineHeights",
2556
- "description": "Use for balanced text readability",
2557
- "values": {
2558
- "": "1.375"
2559
- }
2560
- },
2561
- "--nve-ref-font-line-height-relaxed": {
2562
- "type": "lineHeights",
2563
- "description": "Use for comfortable text reading",
2564
- "values": {
2565
- "": "1.5"
2566
- }
2567
- },
2568
- "--nve-ref-font-line-height-loose": {
2569
- "type": "lineHeights",
2570
- "description": "Use for spacious text layouts",
2571
- "values": {
2572
- "": "1.625"
2573
- }
2574
- },
2575
- "--nve-ref-border-radius-none": {
2576
- "type": "borderRadius",
2577
- "description": "Use for square corners with no rounding",
2578
- "values": {
2579
- "": "1 * 0px"
2580
- }
2581
- },
2582
- "--nve-ref-border-radius-xs": {
2583
- "type": "borderRadius",
2584
- "description": "Use for subtle corner rounding on compact elements",
2585
- "values": {
2586
- "": "1 * 4px"
2587
- }
2588
- },
2589
- "--nve-ref-border-radius-sm": {
2590
- "type": "borderRadius",
2591
- "description": "Use for slight corner rounding on form controls and small components",
2592
- "values": {
2593
- "": "1 * 6px"
2594
- }
2595
- },
2596
- "--nve-ref-border-radius-md": {
2597
- "type": "borderRadius",
2598
- "description": "Use for standard corner rounding on cards and panels",
2599
- "values": {
2600
- "": "1 * 8px"
2601
- }
2602
- },
2603
- "--nve-ref-border-radius-lg": {
2604
- "type": "borderRadius",
2605
- "description": "Use for generous corner rounding on large containers",
2606
- "values": {
2607
- "": "1 * 14px"
2608
- }
2609
- },
2610
- "--nve-ref-border-radius-xl": {
2611
- "type": "borderRadius",
2612
- "description": "Use for very rounded corners on prominent containers",
2613
- "values": {
2614
- "": "1 * 24px"
2615
- }
2616
- },
2617
- "--nve-ref-border-radius-xxl": {
2618
- "type": "borderRadius",
2619
- "description": "Use for maximum corner rounding on large containers",
2620
- "values": {
2621
- "": "1 * 48px"
2622
- }
2623
- },
2624
- "--nve-ref-border-radius-full": {
2625
- "type": "borderRadius",
2626
- "description": "Use for fully rounded pill-shaped elements like buttons and badges",
2627
- "values": {
2628
- "": "999px"
2629
- }
2630
- },
2631
- "--nve-ref-border-width-sm": {
2632
- "type": "borderWidth",
2633
- "description": "Use for subtle borders on cards and dividers",
2634
- "values": {
2635
- "": "1 * 1px"
2636
- }
2637
- },
2638
- "--nve-ref-border-width-md": {
2639
- "type": "borderWidth",
2640
- "description": "Use for standard borders on containers and panels",
2641
- "values": {
2642
- "": "1 * 2px"
2643
- }
2644
- },
2645
- "--nve-ref-border-width-lg": {
2646
- "type": "borderWidth",
2647
- "description": "Use for prominent borders on emphasized containers",
2648
- "values": {
2649
- "": "1 * 3px"
2650
- }
2651
- },
2652
- "--nve-ref-border-width-xl": {
2653
- "type": "borderWidth",
2654
- "description": "Use for very thick borders on highly emphasized elements",
2655
- "values": {
2656
- "": "1 * 4px"
2657
- }
2658
- },
2659
- "--nve-ref-border-color": {
2660
- "type": "color",
2661
- "description": "Use for default borders that match the standard color scheme",
2662
- "values": {
2663
- "light": "oklch(82.9% 0.01 238.5)",
2664
- "dark": "oklch(31.7% 0.023 267.3)",
2665
- "high-contrast": "CanvasText"
2666
- }
2667
- },
2668
- "--nve-ref-border-color-emphasis": {
2669
- "type": "color",
2670
- "description": "Use for borders that need high contrast and emphasis",
2671
- "values": {
2672
- "light": "oklch(61.3% 0.012 243.8)",
2673
- "dark": "oklch(41.3% 0.034 273.9)",
2674
- "high-contrast": "CanvasText"
2675
- }
2676
- },
2677
- "--nve-ref-border-color-muted": {
2678
- "type": "color",
2679
- "description": "Use for subtle borders that blend with backgrounds",
2680
- "values": {
2681
- "light": "oklch(88.3% 0.007 247.9)",
2682
- "dark": "oklch(28.9% 0.019 268)",
2683
- "high-contrast": "CanvasText"
2684
- }
2685
- },
2686
- "--nve-ref-border-color-inverse": {
2687
- "type": "color",
2688
- "description": "Use for borders on inverse color scheme backgrounds",
2689
- "values": {
2690
- "light": "oklch(0% 0 0)",
2691
- "dark": "oklch(100% 0 0)"
2692
- }
2693
- },
2694
- "--nve-ref-opacity-0": {
2695
- "type": "opacity",
2696
- "description": "Use for completely transparent elements and hidden overlays",
2697
- "values": {
2698
- "": "0"
2699
- }
2700
- },
2701
- "--nve-ref-opacity-150": {
2702
- "type": "opacity",
2703
- "description": "Use for very subtle transparency effects on disabled states",
2704
- "values": {
2705
- "": "0.15"
2706
- }
2707
- },
2708
- "--nve-ref-opacity-200": {
2709
- "type": "opacity",
2710
- "description": "Use for subtle transparency on overlays and disabled content",
2711
- "values": {
2712
- "": "0.2"
2713
- }
2714
- },
2715
- "--nve-ref-opacity-300": {
2716
- "type": "opacity",
2717
- "description": "Use for light transparency on secondary content",
2718
- "values": {
2719
- "": "0.3"
2720
- }
2721
- },
2722
- "--nve-ref-opacity-400": {
2723
- "type": "opacity",
2724
- "description": "Use for moderate transparency on muted content",
2725
- "values": {
2726
- "": "0.4"
2727
- }
2728
- },
2729
- "--nve-ref-opacity-500": {
2730
- "type": "opacity",
2731
- "description": "Use for balanced transparency on semi-transparent overlays",
2732
- "values": {
2733
- "": "0.5"
2734
- }
2735
- },
2736
- "--nve-ref-opacity-600": {
2737
- "type": "opacity",
2738
- "description": "Use for noticeable transparency while maintaining readability",
2739
- "values": {
2740
- "": "0.6"
2741
- }
2742
- },
2743
- "--nve-ref-opacity-700": {
2744
- "type": "opacity",
2745
- "description": "Use for reduced transparency on emphasized content",
2746
- "values": {
2747
- "": "0.7"
2748
- }
2749
- },
2750
- "--nve-ref-opacity-800": {
2751
- "type": "opacity",
2752
- "description": "Use for slight transparency on primary content",
2753
- "values": {
2754
- "": "0.8"
2755
- }
2756
- },
2757
- "--nve-ref-opacity-900": {
2758
- "type": "opacity",
2759
- "description": "Use for minimal transparency on nearly opaque content",
2760
- "values": {
2761
- "": "0.9"
2762
- }
2763
- },
2764
- "--nve-ref-shadow-100": {
2765
- "type": "boxShadow",
2766
- "description": "Use for subtle elevation on cards and floating elements",
2767
- "values": {
2768
- "light": "0px 16px 32px 0px oklch(12.6% 0.022 276.4 / 0.02)",
2769
- "dark": "0 4px 4px -2px oklch(0% 0 0 / 0.7), 0 2px 4px -2px oklch(0% 0 0 / 0.7)",
2770
- "high-contrast": "0 0 0 2px CanvasText"
2771
- }
2772
- },
2773
- "--nve-ref-shadow-200": {
2774
- "type": "boxShadow",
2775
- "description": "Use for light elevation on raised panels and modals",
2776
- "values": {
2777
- "light": "0px 16px 32px 0px oklch(12.6% 0.022 276.4 / 0.05)",
2778
- "dark": "0 8px 8px -4px oklch(0% 0 0 / 0.7), 0 4px 6px -4px oklch(0% 0 0 / 0.7)",
2779
- "high-contrast": "0 0 0 2px CanvasText"
2780
- }
2781
- },
2782
- "--nve-ref-shadow-300": {
2783
- "type": "boxShadow",
2784
- "description": "Use for moderate elevation on dialogs and overlays",
2785
- "values": {
2786
- "light": "0px 16px 32px 0px oklch(12.6% 0.022 276.4 / 0.08)",
2787
- "dark": "0 8px 16px -6px oklch(0% 0 0 / 0.7), 0 6px 8px -6px oklch(0% 0 0 / 0.7)",
2788
- "high-contrast": "0 0 0 2px CanvasText"
2789
- }
2790
- },
2791
- "--nve-ref-shadow-400": {
2792
- "type": "boxShadow",
2793
- "description": "Use for prominent elevation on important floating content",
2794
- "values": {
2795
- "light": "0px 16px 32px 0px oklch(12.6% 0.022 276.4 / 0.12)",
2796
- "dark": "0 8px 24px -4px oklch(0% 0 0 / 0.7), 0 6px 12px -6px oklch(0% 0 0 / 0.7)",
2797
- "high-contrast": "0 0 0 2px CanvasText"
2798
- }
2799
- },
2800
- "--nve-ref-shadow-500": {
2801
- "type": "boxShadow",
2802
- "description": "Use for maximum elevation on top-level modals and popovers",
2803
- "values": {
2804
- "light": "0px 16px 32px 0px oklch(12.6% 0.022 276.4 / 0.17)",
2805
- "dark": "0 10px 32px -4px oklch(0% 0 0 / 0.7), 0 6px 14px -6px oklch(0% 0 0 / 0.7)",
2806
- "high-contrast": "0 0 0 2px CanvasText"
2807
- }
2808
- },
2809
- "--nve-ref-outline": {
2810
- "description": "Use for default focus indicators",
2811
- "values": {
2812
- "": "Highlight solid 2px"
2813
- }
2814
- },
2815
- "--nve-ref-outline-webkit": {
2816
- "description": "Use for WebKit browser focus indicators",
2817
- "values": {
2818
- "": "5px auto -webkit-focus-ring-color"
2819
- }
2820
- },
2821
- "--nve-ref-animation-duration-100": {
2822
- "description": "Use for instant transitions or reduced motion preferences",
2823
- "values": {
2824
- "": "0"
2825
- }
2826
- },
2827
- "--nve-ref-animation-duration-150": {
2828
- "description": "Use for quick UI transitions",
2829
- "values": {
2830
- "reduced-motion": "0",
2831
- "": "150ms"
2832
- }
2833
- },
2834
- "--nve-ref-animation-duration-200": {
2835
- "description": "Use for standard UI transitions",
2836
- "values": {
2837
- "reduced-motion": "0",
2838
- "": "200ms"
2839
- }
2840
- },
2841
- "--nve-ref-animation-duration-250": {
2842
- "description": "Use for slightly slower transitions",
2843
- "values": {
2844
- "reduced-motion": "0",
2845
- "": "250ms"
2846
- }
2847
- },
2848
- "--nve-ref-animation-duration-300": {
2849
- "description": "Use for slower, deliberate transitions",
2850
- "values": {
2851
- "reduced-motion": "1000ms",
2852
- "": "400ms"
2853
- }
2854
- },
2855
- "--nve-ref-animation-duration-400": {
2856
- "description": "Use for very slow, dramatic transitions",
2857
- "values": {
2858
- "reduced-motion": "1000ms",
2859
- "": "800ms"
2860
- }
2861
- },
2862
- "--nve-ref-animation-easing-100": {
2863
- "description": "Use for smooth transitions",
2864
- "values": {
2865
- "": "ease-in-out"
2866
- }
2867
- },
2868
- "--nve-sys-color-scheme": {
2869
- "description": "Use when configuring automatic theme detection based on user preferences",
2870
- "values": {
2871
- "light": "auto",
2872
- "dark": "dark",
2873
- "high-contrast": "light"
2874
- }
2875
- },
2876
- "--nve-sys-text-color": {
2877
- "type": "color",
2878
- "description": "Use for default body text and general content",
2879
- "values": {
2880
- "light": "oklch(19.5% 0.011 229.6)",
2881
- "dark": "oklch(85% 0.02 270)",
2882
- "high-contrast": "CanvasText"
2883
- }
2884
- },
2885
- "--nve-sys-text-muted-color": {
2886
- "type": "color",
2887
- "description": "Use for secondary text, labels, and less prominent content",
2888
- "values": {
2889
- "light": "oklch(52.7% 0.01 236.7)",
2890
- "dark": "oklch(70% 0.02 270)",
2891
- "high-contrast": "GrayText"
2892
- }
2893
- },
2894
- "--nve-sys-text-emphasis-color": {
2895
- "type": "color",
2896
- "description": "Use for highlighted text, selected items, and high-priority content",
2897
- "values": {
2898
- "light": "oklch(19.5% 0.011 229.6)",
2899
- "dark": "oklch(95% 0.015 270)",
2900
- "high-contrast": "CanvasText"
2901
- }
2902
- },
2903
- "--nve-sys-text-placeholder-color": {
2904
- "type": "color",
2905
- "description": "Use for placeholder text in input fields and form controls",
2906
- "values": {
2907
- "light": "oklch(64.9% 0.013 240)",
2908
- "dark": "oklch(51.9% 0.039 270.6)",
2909
- "high-contrast": "GrayText"
2910
- }
2911
- },
2912
- "--nve-sys-text-white-color": {
2913
- "type": "color",
2914
- "description": "Use for text that must appear on dark backgrounds",
2915
- "values": {
2916
- "": "oklch(100% 0 0)"
2917
- }
2918
- },
2919
- "--nve-sys-text-black-color": {
2920
- "type": "color",
2921
- "description": "Use for text that must appear on light backgrounds",
2922
- "values": {
2923
- "": "oklch(0% 0 0)"
2924
- }
2925
- },
2926
- "--nve-sys-text-link-color": {
2927
- "type": "color",
2928
- "description": "Use for default link text color",
2929
- "values": {
2930
- "light": "oklch(19.5% 0.011 229.6)",
2931
- "dark": "oklch(95% 0.015 270)",
2932
- "high-contrast": "LinkText"
2933
- }
2934
- },
2935
- "--nve-sys-text-link-hover-color": {
2936
- "type": "color",
2937
- "description": "Use for link text when hovered or focused",
2938
- "values": {
2939
- "light": "oklch(54.2% 0.191 256.9)",
2940
- "dark": "oklch(71.7% 0.152 251)",
2941
- "high-contrast": "ActiveText"
2942
- }
2943
- },
2944
- "--nve-sys-text-link-visited-color": {
2945
- "type": "color",
2946
- "description": "Use for visited link text",
2947
- "values": {
2948
- "light": "oklch(52.2% 0.182 305.3)",
2949
- "dark": "oklch(67.9% 0.224 308.4)",
2950
- "high-contrast": "VisitedText"
2951
- }
2952
- },
2953
- "--nve-sys-text-link-disabled-color": {
2954
- "type": "color",
2955
- "description": "Use for disabled link text",
2956
- "values": {
2957
- "light": "oklch(93.4% 0.005 275)",
2958
- "dark": "oklch(26.9% 0.017 270.7)",
2959
- "high-contrast": "GrayText"
2960
- }
2961
- },
2962
- "--nve-sys-text-link-emphasis-color": {
2963
- "type": "color",
2964
- "description": "Use for emphasized link text",
2965
- "values": {
2966
- "light": "oklch(54.8% 0.2 258.1)",
2967
- "dark": "oklch(66.5% 0.165 250.8)"
2968
- }
2969
- },
2970
- "--nve-sys-accent-primary-background": {
2971
- "type": "color",
2972
- "description": "Use for primary accent backgrounds and key visual elements",
2973
- "values": {
2974
- "light": "oklch(66.1% 0.184 132.1)",
2975
- "dark": "oklch(64.6% 0.18 132.1)"
2976
- }
2977
- },
2978
- "--nve-sys-accent-secondary-background": {
2979
- "type": "color",
2980
- "description": "Use for secondary accent backgrounds and supporting visual elements",
2981
- "values": {
2982
- "light": "oklch(54.8% 0.2 258.1)",
2983
- "dark": "oklch(57.4% 0.209 258.2)"
2984
- }
2985
- },
2986
- "--nve-sys-accent-tertiary-background": {
2987
- "type": "color",
2988
- "description": "Use for tertiary accent backgrounds and subtle visual elements",
2989
- "values": {
2990
- "light": "oklch(0% 0 0)",
2991
- "dark": "oklch(100% 0 0)"
2992
- }
2993
- },
2994
- "--nve-sys-contrast-emphasis-color": {
2995
- "type": "color",
2996
- "description": "Use when mixing colors for emphasized interactive states",
2997
- "values": {
2998
- "": "oklch(100% 0 0)"
2999
- }
3000
- },
3001
- "--nve-sys-contrast-emphasis-ratio": {
3002
- "type": "percentage",
3003
- "description": "Use when calculating color-mix ratios for emphasized states",
3004
- "values": {
3005
- "": "100%"
3006
- }
3007
- },
3008
- "--nve-sys-contrast-mute-color": {
3009
- "type": "color",
3010
- "description": "Use when mixing colors for muted or subdued backgrounds",
3011
- "values": {
3012
- "light": "oklch(100% 0 0)",
3013
- "dark": "oklch(0% 0 0)"
3014
- }
3015
- },
3016
- "--nve-sys-contrast-mute-ratio": {
3017
- "type": "percentage",
3018
- "description": "Use when calculating color-mix ratios for muted states",
3019
- "values": {
3020
- "light": "18%",
3021
- "dark": "40%"
3022
- }
3023
- },
3024
- "--nve-sys-interaction-color": {
3025
- "type": "color",
3026
- "description": "Use for default interactive element text color",
3027
- "values": {
3028
- "light": "oklch(19.5% 0.011 229.6)",
3029
- "dark": "oklch(95% 0.015 270)",
3030
- "high-contrast": "ButtonText"
3031
- }
3032
- },
3033
- "--nve-sys-interaction-background": {
3034
- "type": "color",
3035
- "description": "Use for default interactive element backgrounds",
3036
- "values": {
3037
- "light": "oklch(90.8% 0.006 239.8)",
3038
- "dark": "oklch(26.9% 0.017 270.7)",
3039
- "high-contrast": "ButtonFace"
3040
- }
3041
- },
3042
- "--nve-sys-interaction-background-100": {
3043
- "type": "color",
3044
- "description": "Use for subtle interactive element backgrounds",
3045
- "values": {
3046
- "light": "oklch(90.8% 0.006 239.8)",
3047
- "dark": "oklch(26.9% 0.017 270.7)",
3048
- "high-contrast": "ButtonFace"
3049
- }
3050
- },
3051
- "--nve-sys-interaction-background-200": {
3052
- "type": "color",
3053
- "description": "Use for standard interactive element backgrounds",
3054
- "values": {
3055
- "light": "oklch(93% 0.005 258.3)",
3056
- "dark": "oklch(34.3% 0.025 272.5)",
3057
- "high-contrast": "ButtonFace"
3058
- }
3059
- },
3060
- "--nve-sys-interaction-background-300": {
3061
- "type": "color",
3062
- "description": "Use for elevated interactive element backgrounds",
3063
- "values": {
3064
- "light": "oklch(93% 0.005 258.3)",
3065
- "dark": "oklch(41.3% 0.034 273.9)",
3066
- "high-contrast": "ButtonFace"
3067
- }
3068
- },
3069
- "--nve-sys-interaction-field-color": {
3070
- "type": "color",
3071
- "description": "Use for text color in form inputs and text fields",
3072
- "values": {
3073
- "light": "oklch(19.5% 0.011 229.6)",
3074
- "dark": "oklch(95% 0.015 270)",
3075
- "high-contrast": "FieldText"
3076
- }
3077
- },
3078
- "--nve-sys-interaction-field-background": {
3079
- "type": "color",
3080
- "description": "Use for background color in form inputs and text fields",
3081
- "values": {
3082
- "light": "oklch(90.8% 0.006 239.8)",
3083
- "dark": "oklch(26.9% 0.017 270.7)",
3084
- "high-contrast": "ButtonFace"
3085
- }
3086
- },
3087
- "--nve-sys-interaction-field-background-100": {
3088
- "type": "color",
3089
- "description": "Use for subtle form input backgrounds",
3090
- "values": {
3091
- "light": "oklch(90.8% 0.006 239.8)",
3092
- "dark": "oklch(26.9% 0.017 270.7)",
3093
- "high-contrast": "ButtonFace"
3094
- }
3095
- },
3096
- "--nve-sys-interaction-field-background-200": {
3097
- "type": "color",
3098
- "description": "Use for standard form input backgrounds",
3099
- "values": {
3100
- "light": "oklch(93% 0.005 258.3)",
3101
- "dark": "oklch(34.3% 0.025 272.5)",
3102
- "high-contrast": "ButtonFace"
3103
- }
3104
- },
3105
- "--nve-sys-interaction-field-background-300": {
3106
- "type": "color",
3107
- "description": "Use for elevated form input backgrounds",
3108
- "values": {
3109
- "light": "oklch(93% 0.005 258.3)",
3110
- "dark": "oklch(41.3% 0.034 273.9)",
3111
- "high-contrast": "ButtonFace"
3112
- }
3113
- },
3114
- "--nve-sys-interaction-field-height": {
3115
- "type": "sizing",
3116
- "description": "Use for standard height of form inputs and buttons",
3117
- "values": {
3118
- "compact": "0.95 * 32px",
3119
- "": "1 * 32px"
3120
- }
3121
- },
3122
- "--nve-sys-interaction-emphasis-color": {
3123
- "type": "color",
3124
- "description": "Use for text color in primary call-to-action buttons",
3125
- "values": {
3126
- "": "oklch(0% 0 0)"
3127
- }
3128
- },
3129
- "--nve-sys-interaction-emphasis-background": {
3130
- "type": "color",
3131
- "description": "Use for background color in primary call-to-action buttons",
3132
- "values": {
3133
- "light": "oklch(66.1% 0.184 132.1)",
3134
- "dark": "oklch(64.6% 0.18 132.1)"
3135
- }
3136
- },
3137
- "--nve-sys-interaction-destructive-color": {
3138
- "type": "color",
3139
- "description": "Use for text color in destructive action buttons",
3140
- "values": {
3141
- "high-contrast": "ButtonText",
3142
- "": "oklch(100% 0 0)"
3143
- }
3144
- },
3145
- "--nve-sys-interaction-destructive-background": {
3146
- "type": "color",
3147
- "description": "Use for background color in destructive action buttons",
3148
- "values": {
3149
- "light": "oklch(54.9% 0.194 25.1)",
3150
- "dark": "oklch(52.3% 0.193 25.1)",
3151
- "high-contrast": "ButtonFace"
3152
- }
3153
- },
3154
- "--nve-sys-interaction-highlighted-color": {
3155
- "type": "color",
3156
- "description": "Use for text color in highlighted interactive elements",
3157
- "values": {
3158
- "light": "oklch(19.5% 0.011 229.6)",
3159
- "dark": "oklch(95% 0.015 270)",
3160
- "high-contrast": "ButtonText"
3161
- }
3162
- },
3163
- "--nve-sys-interaction-highlighted-background": {
3164
- "type": "color",
3165
- "description": "Use for background color in highlighted interactive elements",
3166
- "values": {
3167
- "light": "oklch(91.4% 0.042 247.2)",
3168
- "dark": "oklch(30.6% 0.081 255.7)"
3169
- }
3170
- },
3171
- "--nve-sys-interaction-highlighted-muted-background": {
3172
- "type": "color",
3173
- "description": "Use for subtle highlighted element backgrounds",
3174
- "values": {
3175
- "light": "oklch(96.6% 0.017 248)",
3176
- "dark": "oklch(21.3% 0.037 258.8)"
3177
- }
3178
- },
3179
- "--nve-sys-interaction-disabled-color": {
3180
- "type": "color",
3181
- "description": "Use for text color in disabled interactive elements",
3182
- "values": {
3183
- "light": "oklch(82.9% 0.01 238.5)",
3184
- "dark": "oklch(51.9% 0.039 270.6)"
3185
- }
3186
- },
3187
- "--nve-sys-interaction-disabled-background": {
3188
- "type": "color",
3189
- "description": "Use for background color in disabled interactive elements",
3190
- "values": {
3191
- "light": "oklch(90.8% 0.006 239.8)",
3192
- "dark": "oklch(34.3% 0.025 272.5)"
3193
- }
3194
- },
3195
- "--nve-sys-interaction-hover-color": {
3196
- "type": "color",
3197
- "description": "Use for text color when hovering over interactive elements",
3198
- "values": {
3199
- "light": "oklch(19.5% 0.011 229.6)",
3200
- "dark": "oklch(95% 0.015 270)",
3201
- "high-contrast": "CanvasText"
3202
- }
3203
- },
3204
- "--nve-sys-interaction-hover-background": {
3205
- "type": "color",
3206
- "description": "Use for background color when hovering over interactive elements",
3207
- "values": {
3208
- "light": "oklch(90.8% 0.006 239.8)",
3209
- "dark": "oklch(26.9% 0.017 270.7)",
3210
- "high-contrast": "ButtonFace"
3211
- }
3212
- },
3213
- "--nve-sys-interaction-selected-color": {
3214
- "type": "color",
3215
- "description": "Use for text color in selected interactive elements",
3216
- "values": {
3217
- "light": "oklch(19.5% 0.011 229.6)",
3218
- "dark": "oklch(95% 0.015 270)",
3219
- "high-contrast": "CanvasText"
3220
- }
3221
- },
3222
- "--nve-sys-interaction-selected-background": {
3223
- "type": "color",
3224
- "description": "Use for background color in selected interactive elements",
3225
- "values": {
3226
- "light": "oklch(90.8% 0.006 239.8)",
3227
- "dark": "oklch(26.9% 0.017 270.7)",
3228
- "high-contrast": "ButtonFace"
3229
- }
3230
- },
3231
- "--nve-sys-interaction-state-base": {
3232
- "type": "color",
3233
- "description": "Use as the base color when computing dynamic interaction states",
3234
- "values": {
3235
- "light": "oklch(90.8% 0.006 239.8)",
3236
- "dark": "oklch(26.9% 0.017 270.7)",
3237
- "high-contrast": "ButtonFace"
3238
- }
3239
- },
3240
- "--nve-sys-interaction-state-mix": {
3241
- "description": "Use as the mix color when computing dynamic interaction states",
3242
- "values": {
3243
- "light": "oklch(19.5% 0.011 229.6)",
3244
- "dark": "oklch(95% 0.015 270)"
3245
- }
3246
- },
3247
- "--nve-sys-interaction-state-ratio": {
3248
- "description": "Use as the default ratio when computing dynamic interaction states",
3249
- "values": {
3250
- "": "initial"
3251
- }
3252
- },
3253
- "--nve-sys-interaction-state-ratio-hover": {
3254
- "description": "Use as the ratio when computing hover interaction states",
3255
- "values": {
3256
- "light": "4%",
3257
- "dark": "12%"
3258
- }
3259
- },
3260
- "--nve-sys-interaction-state-ratio-disabled": {
3261
- "description": "Use as the ratio when computing disabled interaction states",
3262
- "values": {
3263
- "": "4%"
3264
- }
3265
- },
3266
- "--nve-sys-interaction-state-ratio-active": {
3267
- "description": "Use as the ratio when computing active interaction states",
3268
- "values": {
3269
- "light": "8%",
3270
- "dark": "7%"
3271
- }
3272
- },
3273
- "--nve-sys-interaction-state-ratio-selected": {
3274
- "description": "Use as the ratio when computing selected interaction states",
3275
- "values": {
3276
- "": "8%"
3277
- }
3278
- },
3279
- "--nve-sys-layer-canvas-background": {
3280
- "type": "color",
3281
- "description": "Use for page body background, the base surface in the layer hierarchy",
3282
- "values": {
3283
- "light": "oklch(95.1% 0.005 258.3)",
3284
- "dark": "oklch(15.5% 0.007 271)",
3285
- "high-contrast": "Canvas"
3286
- }
3287
- },
3288
- "--nve-sys-layer-canvas-color": {
3289
- "type": "color",
3290
- "description": "Use for text color on the page body background",
3291
- "values": {
3292
- "light": "oklch(19.5% 0.011 229.6)",
3293
- "dark": "oklch(85% 0.02 270)",
3294
- "high-contrast": "CanvasText"
3295
- }
3296
- },
3297
- "--nve-sys-layer-canvas-accent-background": {
3298
- "type": "color",
3299
- "description": "Use for subtle accent backgrounds on the page body",
3300
- "values": {
3301
- "light": "oklch(93.4% 0.005 275)",
3302
- "dark": "oklch(21.8% 0.012 270.8)"
3303
- }
3304
- },
3305
- "--nve-sys-layer-shell-background": {
3306
- "type": "color",
3307
- "description": "Use for application shell or navigation bar backgrounds",
3308
- "values": {
3309
- "light": "oklch(100% 0 0)",
3310
- "dark": "oklch(0% 0 0)"
3311
- }
3312
- },
3313
- "--nve-sys-layer-shell-color": {
3314
- "type": "color",
3315
- "description": "Use for text color on the application shell",
3316
- "values": {
3317
- "light": "oklch(19.5% 0.011 229.6)",
3318
- "dark": "oklch(85% 0.02 270)",
3319
- "high-contrast": "CanvasText"
3320
- }
3321
- },
3322
- "--nve-sys-layer-shell-accent-background": {
3323
- "type": "color",
3324
- "description": "Use for subtle accent backgrounds on the application shell",
3325
- "values": {
3326
- "light": "oklch(98.4% 0.003 247.9)",
3327
- "dark": "oklch(15.5% 0.007 271)"
3328
- }
3329
- },
3330
- "--nve-sys-layer-container-background": {
3331
- "type": "color",
3332
- "description": "Use for card, panel, and tab container backgrounds",
3333
- "values": {
3334
- "light": "oklch(100% 0 0)",
3335
- "dark": "oklch(21.8% 0.012 270.8)",
3336
- "high-contrast": "Canvas"
3337
- }
3338
- },
3339
- "--nve-sys-layer-container-color": {
3340
- "type": "color",
3341
- "description": "Use for text color on container surfaces",
3342
- "values": {
3343
- "light": "oklch(19.5% 0.011 229.6)",
3344
- "dark": "oklch(85% 0.02 270)",
3345
- "high-contrast": "CanvasText"
3346
- }
3347
- },
3348
- "--nve-sys-layer-container-accent-background": {
3349
- "type": "color",
3350
- "description": "Use for subtle accent backgrounds within containers",
3351
- "values": {
3352
- "light": "oklch(98.4% 0.003 247.9)",
3353
- "dark": "oklch(24.8% 0.016 269)"
3354
- }
3355
- },
3356
- "--nve-sys-layer-overlay-background": {
3357
- "type": "color",
3358
- "description": "Use for modal, drawer, and dropdown menu backgrounds",
3359
- "values": {
3360
- "light": "oklch(100% 0 0)",
3361
- "dark": "oklch(26.9% 0.017 270.7)",
3362
- "high-contrast": "Canvas"
3363
- }
3364
- },
3365
- "--nve-sys-layer-overlay-color": {
3366
- "type": "color",
3367
- "description": "Use for text color on overlay surfaces",
3368
- "values": {
3369
- "light": "oklch(19.5% 0.011 229.6)",
3370
- "dark": "oklch(85% 0.02 270)",
3371
- "high-contrast": "CanvasText"
3372
- }
3373
- },
3374
- "--nve-sys-layer-overlay-accent-background": {
3375
- "type": "color",
3376
- "description": "Use for subtle accent backgrounds within overlays",
3377
- "values": {
3378
- "light": "oklch(98.4% 0.003 247.9)",
3379
- "dark": "oklch(24.8% 0.016 269)"
3380
- }
3381
- },
3382
- "--nve-sys-layer-backdrop-background": {
3383
- "type": "color",
3384
- "description": "Use for backdrop behind modals and overlays to dim the background",
3385
- "values": {
3386
- "light": "oklch(0% 0 0 / 0.0588)",
3387
- "dark": "oklch(0% 0 0 / 0.0118)"
3388
- }
3389
- },
3390
- "--nve-sys-layer-popover-background": {
3391
- "type": "color",
3392
- "description": "Use for tooltip, toast, and notification backgrounds",
3393
- "values": {
3394
- "light": "oklch(19.5% 0.011 229.6)",
3395
- "dark": "oklch(95% 0.015 270)",
3396
- "high-contrast": "Canvas"
3397
- }
3398
- },
3399
- "--nve-sys-layer-popover-color": {
3400
- "type": "color",
3401
- "description": "Use for text color on popover surfaces",
3402
- "values": {
3403
- "light": "oklch(100% 0 0)",
3404
- "dark": "oklch(0% 0 0)",
3405
- "high-contrast": "CanvasText"
3406
- }
3407
- },
3408
- "--nve-sys-layer-popover-accent-background": {
3409
- "type": "color",
3410
- "description": "Use for subtle accent backgrounds within popovers",
3411
- "values": {
3412
- "light": "oklch(52.7% 0.01 236.7)",
3413
- "dark": "oklch(95% 0.015 270)"
3414
- }
3415
- },
3416
- "--nve-sys-layer-popover-offset": {
3417
- "type": "spacing",
3418
- "description": "Use for spacing between popover and its anchor element",
3419
- "values": {
3420
- "compact": "0.95 * 2px",
3421
- "": "1 * 2px"
3422
- }
3423
- },
3424
- "--nve-sys-layer-popover-arrow-offset": {
3425
- "type": "spacing",
3426
- "description": "Use for positioning popover arrow indicators",
3427
- "values": {
3428
- "compact": "0.95 * 4px",
3429
- "": "1 * 4px"
3430
- }
3431
- },
3432
- "--nve-sys-layer-popover-arrow-padding": {
3433
- "type": "spacing",
3434
- "description": "Use for padding around popover arrow indicators",
3435
- "values": {
3436
- "compact": "0.95 * 6px",
3437
- "": "1 * 6px"
3438
- }
3439
- },
3440
- "--nve-sys-status-color": {
3441
- "type": "color",
3442
- "description": "Use for default task status indicators",
3443
- "values": {
3444
- "light": "oklch(61.3% 0.012 243.8)",
3445
- "dark": "oklch(70% 0.02 270)"
3446
- }
3447
- },
3448
- "--nve-sys-status-scheduled-color": {
3449
- "type": "color",
3450
- "description": "Use for scheduled task status indicators",
3451
- "values": {
3452
- "light": "oklch(47.3% 0.158 286.3)",
3453
- "dark": "oklch(69.4% 0.165 289)"
3454
- }
3455
- },
3456
- "--nve-sys-status-queued-color": {
3457
- "type": "color",
3458
- "description": "Use for queued task status indicators",
3459
- "values": {
3460
- "light": "oklch(47.2% 0.155 267.4)",
3461
- "dark": "oklch(70.9% 0.152 271.7)"
3462
- }
3463
- },
3464
- "--nve-sys-status-pending-color": {
3465
- "type": "color",
3466
- "description": "Use for pending task status indicators",
3467
- "values": {
3468
- "light": "oklch(52.7% 0.01 236.7)",
3469
- "dark": "oklch(85% 0.02 270)"
3470
- }
3471
- },
3472
- "--nve-sys-status-starting-color": {
3473
- "type": "color",
3474
- "description": "Use for starting task status indicators",
3475
- "values": {
3476
- "light": "oklch(52.5% 0.09 180.8)",
3477
- "dark": "oklch(83.6% 0.11 177.1)"
3478
- }
3479
- },
3480
- "--nve-sys-status-running-color": {
3481
- "type": "color",
3482
- "description": "Use for running task status indicators",
3483
- "values": {
3484
- "light": "oklch(54.2% 0.191 256.9)",
3485
- "dark": "oklch(71.7% 0.152 251)"
3486
- }
3487
- },
3488
- "--nve-sys-status-restarting-color": {
3489
- "type": "color",
3490
- "description": "Use for restarting task status indicators",
3491
- "values": {
3492
- "light": "oklch(53.9% 0.135 54.2)",
3493
- "dark": "oklch(75.8% 0.159 73.3)"
3494
- }
3495
- },
3496
- "--nve-sys-status-stopping-color": {
3497
- "type": "color",
3498
- "description": "Use for stopping task status indicators",
3499
- "values": {
3500
- "light": "oklch(56.2% 0.221 348.6)",
3501
- "dark": "oklch(69.9% 0.209 347.7)"
3502
- }
3503
- },
3504
- "--nve-sys-status-finished-color": {
3505
- "type": "color",
3506
- "description": "Use for finished task status indicators",
3507
- "values": {
3508
- "light": "oklch(51.5% 0.125 147.4)",
3509
- "dark": "oklch(73.1% 0.142 148)"
3510
- }
3511
- },
3512
- "--nve-sys-status-failed-color": {
3513
- "type": "color",
3514
- "description": "Use for failed task status indicators",
3515
- "values": {
3516
- "light": "oklch(54.9% 0.194 25.1)",
3517
- "dark": "oklch(69.8% 0.193 21.8)"
3518
- }
3519
- },
3520
- "--nve-sys-status-unknown-color": {
3521
- "type": "color",
3522
- "description": "Use for unknown task status indicators",
3523
- "values": {
3524
- "light": "oklch(0% 0 0)",
3525
- "dark": "oklch(100% 0 0)"
3526
- }
3527
- },
3528
- "--nve-sys-status-ignored-color": {
3529
- "type": "color",
3530
- "description": "Use for ignored task status indicators",
3531
- "values": {
3532
- "light": "oklch(52.7% 0.01 236.7)",
3533
- "dark": "oklch(85% 0.02 270)"
3534
- }
3535
- },
3536
- "--nve-sys-support-color": {
3537
- "type": "color",
3538
- "description": "Use for default UI feedback text and icons",
3539
- "values": {
3540
- "light": "oklch(61.3% 0.012 243.8)",
3541
- "dark": "oklch(70% 0.02 270)"
3542
- }
3543
- },
3544
- "--nve-sys-support-muted-color": {
3545
- "type": "color",
3546
- "description": "Use for subtle default UI feedback text and icons",
3547
- "values": {
3548
- "light": "oklch(90.8% 0.006 239.8)",
3549
- "dark": "oklch(31.7% 0.023 267.3)"
3550
- }
3551
- },
3552
- "--nve-sys-support-emphasis-color": {
3553
- "type": "color",
3554
- "description": "Use for emphasized default UI feedback text and icons",
3555
- "values": {
3556
- "light": "oklch(61.3% 0.012 243.8)",
3557
- "dark": "oklch(70% 0.02 270)",
3558
- "high-contrast": "oklch(52.7% 0.01 236.7)"
3559
- }
3560
- },
3561
- "--nve-sys-support-accent-color": {
3562
- "type": "color",
3563
- "description": "Use for accent UI feedback text and icons",
3564
- "values": {
3565
- "light": "oklch(54.8% 0.2 258.1)",
3566
- "dark": "oklch(57.4% 0.209 258.2)",
3567
- "high-contrast": "oklch(54.2% 0.191 256.9)"
3568
- }
3569
- },
3570
- "--nve-sys-support-accent-muted-color": {
3571
- "type": "color",
3572
- "description": "Use for subtle accent UI feedback text and icons",
3573
- "values": {
3574
- "light": "oklch(94.8% 0.026 246.3)",
3575
- "dark": "oklch(30.6% 0.081 255.7)"
3576
- }
3577
- },
3578
- "--nve-sys-support-accent-emphasis-color": {
3579
- "type": "color",
3580
- "description": "Use for emphasized accent UI feedback text and icons",
3581
- "values": {
3582
- "light": "oklch(54.2% 0.191 256.9)",
3583
- "dark": "oklch(71.7% 0.152 251)"
3584
- }
3585
- },
3586
- "--nve-sys-support-success-color": {
3587
- "type": "color",
3588
- "description": "Use for success feedback text and icons in alerts and badges",
3589
- "values": {
3590
- "light": "oklch(51.5% 0.125 147.4)",
3591
- "dark": "oklch(52.8% 0.15 147.5)"
3592
- }
3593
- },
3594
- "--nve-sys-support-success-muted-color": {
3595
- "type": "color",
3596
- "description": "Use for subtle success feedback text and icons",
3597
- "values": {
3598
- "light": "oklch(94.1% 0.034 145.3)",
3599
- "dark": "oklch(31.3% 0.057 150.1)"
3600
- }
3601
- },
3602
- "--nve-sys-support-success-emphasis-color": {
3603
- "type": "color",
3604
- "description": "Use for emphasized success feedback text and icons",
3605
- "values": {
3606
- "light": "oklch(51.5% 0.125 147.4)",
3607
- "dark": "oklch(73.1% 0.142 148)"
3608
- }
3609
- },
3610
- "--nve-sys-support-danger-color": {
3611
- "type": "color",
3612
- "description": "Use for error feedback text and icons in alerts and badges",
3613
- "values": {
3614
- "light": "oklch(54.9% 0.194 25.1)",
3615
- "dark": "oklch(52.3% 0.193 25.1)"
3616
- }
3617
- },
3618
- "--nve-sys-support-danger-muted-color": {
3619
- "type": "color",
3620
- "description": "Use for subtle error feedback text and icons",
3621
- "values": {
3622
- "light": "oklch(93.2% 0.034 17.8)",
3623
- "dark": "oklch(30.6% 0.082 19.2)"
3624
- }
3625
- },
3626
- "--nve-sys-support-danger-emphasis-color": {
3627
- "type": "color",
3628
- "description": "Use for emphasized error feedback text and icons",
3629
- "values": {
3630
- "light": "oklch(54.9% 0.194 25.1)",
3631
- "dark": "oklch(69.8% 0.193 21.8)"
3632
- }
3633
- },
3634
- "--nve-sys-support-warning-color": {
3635
- "type": "color",
3636
- "description": "Use for warning feedback text and icons in alerts and badges",
3637
- "values": {
3638
- "light": "oklch(81.4% 0.166 90.5)",
3639
- "dark": "oklch(88.3% 0.181 94.5)"
3640
- }
3641
- },
3642
- "--nve-sys-support-warning-muted-color": {
3643
- "type": "color",
3644
- "description": "Use for subtle warning feedback text and icons",
3645
- "values": {
3646
- "light": "oklch(98.1% 0.054 102.9)",
3647
- "dark": "oklch(31.2% 0.064 90.8)"
3648
- }
3649
- },
3650
- "--nve-sys-support-warning-emphasis-color": {
3651
- "type": "color",
3652
- "description": "Use for emphasized warning feedback text and icons",
3653
- "values": {
3654
- "light": "oklch(72.8% 0.151 78.2)",
3655
- "dark": "oklch(88.2% 0.182 99.8)"
3656
- }
3657
- },
3658
- "--nve-sys-visualization-categorical-violet": {
3659
- "type": "color",
3660
- "description": "Use for categorical data visualization when representing distinct groups",
3661
- "values": {
3662
- "light": "oklch(50.9% 0.168 287)",
3663
- "dark": "oklch(61.4% 0.21 286.9)"
3664
- }
3665
- },
3666
- "--nve-sys-visualization-categorical-lavender": {
3667
- "type": "color",
3668
- "description": "Use for categorical data visualization when representing distinct groups",
3669
- "values": {
3670
- "light": "oklch(55.6% 0.183 305.9)",
3671
- "dark": "oklch(69.3% 0.239 321.9)"
3672
- }
3673
- },
3674
- "--nve-sys-visualization-categorical-rose": {
3675
- "type": "color",
3676
- "description": "Use for categorical data visualization when representing distinct groups",
3677
- "values": {
3678
- "light": "oklch(61.4% 0.208 346.1)",
3679
- "dark": "oklch(69.3% 0.232 345.9)"
3680
- }
3681
- },
3682
- "--nve-sys-visualization-categorical-red": {
3683
- "type": "color",
3684
- "description": "Use for categorical data visualization when representing distinct groups",
3685
- "values": {
3686
- "light": "oklch(59.6% 0.195 23.8)",
3687
- "dark": "oklch(66.7% 0.22 25.5)"
3688
- }
3689
- },
3690
- "--nve-sys-visualization-categorical-pumpkin": {
3691
- "type": "color",
3692
- "description": "Use for categorical data visualization when representing distinct groups",
3693
- "values": {
3694
- "light": "oklch(68.5% 0.194 45)",
3695
- "dark": "oklch(73% 0.181 48.7)"
3696
- }
3697
- },
3698
- "--nve-sys-visualization-categorical-amber": {
3699
- "type": "color",
3700
- "description": "Use for categorical data visualization when representing distinct groups",
3701
- "values": {
3702
- "light": "oklch(78.3% 0.169 66.4)",
3703
- "dark": "oklch(81.7% 0.164 75.8)"
3704
- }
3705
- },
3706
- "--nve-sys-visualization-categorical-nova": {
3707
- "type": "color",
3708
- "description": "Use for categorical data visualization when representing distinct groups",
3709
- "values": {
3710
- "light": "oklch(81.4% 0.166 90.5)",
3711
- "dark": "oklch(88.2% 0.182 99.8)"
3712
- }
3713
- },
3714
- "--nve-sys-visualization-categorical-pear": {
3715
- "type": "color",
3716
- "description": "Use for categorical data visualization when representing distinct groups",
3717
- "values": {
3718
- "": "oklch(80.3% 0.197 128.1)"
3719
- }
3720
- },
3721
- "--nve-sys-visualization-categorical-grass": {
3722
- "type": "color",
3723
- "description": "Use for categorical data visualization when representing distinct groups",
3724
- "values": {
3725
- "light": "oklch(61% 0.14 147.5)",
3726
- "dark": "oklch(73.9% 0.204 144.6)"
3727
- }
3728
- },
3729
- "--nve-sys-visualization-categorical-seafoam": {
3730
- "type": "color",
3731
- "description": "Use for categorical data visualization when representing distinct groups",
3732
- "values": {
3733
- "light": "oklch(63.7% 0.112 181.7)",
3734
- "dark": "oklch(78.5% 0.142 180.3)"
3735
- }
3736
- },
3737
- "--nve-sys-visualization-categorical-cyan": {
3738
- "type": "color",
3739
- "description": "Use for categorical data visualization when representing distinct groups",
3740
- "values": {
3741
- "light": "oklch(72.4% 0.111 211.9)",
3742
- "dark": "oklch(76.2% 0.143 224.2)"
3743
- }
3744
- },
3745
- "--nve-sys-visualization-categorical-slate": {
3746
- "type": "color",
3747
- "description": "Use for categorical data visualization when representing distinct groups",
3748
- "values": {
3749
- "light": "oklch(61.3% 0.012 243.8)",
3750
- "dark": "oklch(70% 0.02 270)"
3751
- }
3752
- },
3753
- "--nve-sys-visualization-sequential-diverging-virdis-100": {
3754
- "type": "color",
3755
- "description": "Use for the highest values in a sequential viridis scale",
3756
- "values": {
3757
- "": "oklch(91.8% 0.187 102.2)"
3758
- }
3759
- },
3760
- "--nve-sys-visualization-sequential-diverging-virdis-200": {
3761
- "type": "color",
3762
- "description": "Use for very high values in a sequential viridis scale",
3763
- "values": {
3764
- "": "oklch(85.9% 0.19 115)"
3765
- }
3766
- },
3767
- "--nve-sys-visualization-sequential-diverging-virdis-300": {
3768
- "type": "color",
3769
- "description": "Use for high values in a sequential viridis scale",
3770
- "values": {
3771
- "": "oklch(82.1% 0.194 126.8)"
3772
- }
3773
- },
3774
- "--nve-sys-visualization-sequential-diverging-virdis-400": {
3775
- "type": "color",
3776
- "description": "Use for moderately high values in a sequential viridis scale",
3777
- "values": {
3778
- "": "oklch(77.5% 0.187 137.2)"
3779
- }
3780
- },
3781
- "--nve-sys-visualization-sequential-diverging-virdis-500": {
3782
- "type": "color",
3783
- "description": "Use for upper-mid range values in a sequential viridis scale",
3784
- "values": {
3785
- "": "oklch(73.4% 0.164 147.5)"
3786
- }
3787
- },
3788
- "--nve-sys-visualization-sequential-diverging-virdis-600": {
3789
- "type": "color",
3790
- "description": "Use for mid-range values in a sequential viridis scale",
3791
- "values": {
3792
- "": "oklch(69.1% 0.145 157.3)"
3793
- }
3794
- },
3795
- "--nve-sys-visualization-sequential-diverging-virdis-700": {
3796
- "type": "color",
3797
- "description": "Use for lower-mid range values in a sequential viridis scale",
3798
- "values": {
3799
- "": "oklch(64.6% 0.12 169.6)"
3800
- }
3801
- },
3802
- "--nve-sys-visualization-sequential-diverging-virdis-800": {
3803
- "type": "color",
3804
- "description": "Use for moderately low values in a sequential viridis scale",
3805
- "values": {
3806
- "": "oklch(60.2% 0.1 184.4)"
3807
- }
3808
- },
3809
- "--nve-sys-visualization-sequential-diverging-virdis-900": {
3810
- "type": "color",
3811
- "description": "Use for low values in a sequential viridis scale",
3812
- "values": {
3813
- "": "oklch(56.8% 0.087 200.1)"
3814
- }
3815
- },
3816
- "--nve-sys-visualization-sequential-diverging-virdis-1000": {
3817
- "type": "color",
3818
- "description": "Use for very low values in a sequential viridis scale",
3819
- "values": {
3820
- "": "oklch(49.1% 0.083 242.3)"
3821
- }
3822
- },
3823
- "--nve-sys-visualization-sequential-diverging-virdis-1100": {
3824
- "type": "color",
3825
- "description": "Use for near-minimum values in a sequential viridis scale",
3826
- "values": {
3827
- "": "oklch(45.3% 0.094 261.6)"
3828
- }
3829
- },
3830
- "--nve-sys-visualization-sequential-diverging-virdis-1200": {
3831
- "type": "color",
3832
- "description": "Use for very low values approaching the bottom of a viridis scale",
3833
- "values": {
3834
- "": "oklch(41.9% 0.108 278.7)"
3835
- }
3836
- },
3837
- "--nve-sys-visualization-sequential-diverging-virdis-1300": {
3838
- "type": "color",
3839
- "description": "Use for near-bottom values in a sequential viridis scale",
3840
- "values": {
3841
- "": "oklch(37.1% 0.124 293.4)"
3842
- }
3843
- },
3844
- "--nve-sys-visualization-sequential-diverging-virdis-1400": {
3845
- "type": "color",
3846
- "description": "Use for minimal values in a sequential viridis scale",
3847
- "values": {
3848
- "": "oklch(33.3% 0.134 306.3)"
3849
- }
3850
- },
3851
- "--nve-sys-visualization-sequential-diverging-virdis-1500": {
3852
- "type": "color",
3853
- "description": "Use for the lowest values in a sequential viridis scale",
3854
- "values": {
3855
- "": "oklch(27.6% 0.132 318.4)"
3856
- }
3857
- },
3858
- "--nve-sys-visualization-sequential-diverging-red-green-100": {
3859
- "type": "color",
3860
- "description": "Use for the most extreme negative values in a diverging red-green scale",
3861
- "values": {
3862
- "light": "oklch(49.9% 0.159 23.4)",
3863
- "dark": "oklch(66.2% 0.225 25.9)"
3864
- }
3865
- },
3866
- "--nve-sys-visualization-sequential-diverging-red-green-200": {
3867
- "type": "color",
3868
- "description": "Use for strong negative values that deviate significantly from center",
3869
- "values": {
3870
- "light": "oklch(59.6% 0.195 23.8)",
3871
- "dark": "oklch(55.4% 0.172 24.7)"
3872
- }
3873
- },
3874
- "--nve-sys-visualization-sequential-diverging-red-green-300": {
3875
- "type": "color",
3876
- "description": "Use for moderate negative values below the neutral midpoint",
3877
- "values": {
3878
- "light": "oklch(68.4% 0.193 22)",
3879
- "dark": "oklch(38.6% 0.111 23.9)"
3880
- }
3881
- },
3882
- "--nve-sys-visualization-sequential-diverging-red-green-400": {
3883
- "type": "color",
3884
- "description": "Use for slight negative values just below the center point",
3885
- "values": {
3886
- "light": "oklch(83.3% 0.083 18.1)",
3887
- "dark": "oklch(27.7% 0.074 23.2)"
3888
- }
3889
- },
3890
- "--nve-sys-visualization-sequential-diverging-red-green-500": {
3891
- "type": "color",
3892
- "description": "Use for neutral values at the center point of a diverging scale",
3893
- "values": {
3894
- "light": "oklch(93.4% 0.005 275)",
3895
- "dark": "oklch(24.8% 0.016 269)"
3896
- }
3897
- },
3898
- "--nve-sys-visualization-sequential-diverging-red-green-600": {
3899
- "type": "color",
3900
- "description": "Use for slight positive values just above the center point",
3901
- "values": {
3902
- "light": "oklch(86.4% 0.117 148.8)",
3903
- "dark": "oklch(30% 0.07 158.3)"
3904
- }
3905
- },
3906
- "--nve-sys-visualization-sequential-diverging-red-green-700": {
3907
- "type": "color",
3908
- "description": "Use for moderate positive values above the neutral midpoint",
3909
- "values": {
3910
- "light": "oklch(72.5% 0.176 148.7)",
3911
- "dark": "oklch(41.6% 0.11 151.6)"
3912
- }
3913
- },
3914
- "--nve-sys-visualization-sequential-diverging-red-green-800": {
3915
- "type": "color",
3916
- "description": "Use for strong positive values that deviate significantly from center",
3917
- "values": {
3918
- "light": "oklch(62.7% 0.157 148.3)",
3919
- "dark": "oklch(58.3% 0.164 147.9)"
3920
- }
3921
- },
3922
- "--nve-sys-visualization-sequential-diverging-red-green-900": {
3923
- "type": "color",
3924
- "description": "Use for the most extreme positive values in a diverging red-green scale",
3925
- "values": {
3926
- "light": "oklch(47.5% 0.109 150.4)",
3927
- "dark": "oklch(75.7% 0.228 144.8)"
3928
- }
3929
- },
3930
- "--nve-sys-visualization-trend-negative-color": {
3931
- "type": "color",
3932
- "description": "Use for negative trend indicators in data visualizations",
3933
- "values": {
3934
- "light": "oklch(59.6% 0.195 23.8)",
3935
- "dark": "oklch(66.7% 0.22 25.5)"
3936
- }
3937
- },
3938
- "--nve-sys-visualization-trend-negative-emphasis-color": {
3939
- "type": "color",
3940
- "description": "Use for emphasized negative trend indicators in data visualizations",
3941
- "values": {
3942
- "light": "oklch(54.9% 0.194 25.1)",
3943
- "dark": "oklch(69.8% 0.193 21.8)"
3944
- }
3945
- },
3946
- "--nve-sys-visualization-trend-positive-color": {
3947
- "type": "color",
3948
- "description": "Use for positive trend indicators in data visualizations",
3949
- "values": {
3950
- "light": "oklch(61% 0.14 147.5)",
3951
- "dark": "oklch(64.7% 0.187 147.2)"
3952
- }
3953
- },
3954
- "--nve-sys-visualization-trend-positive-emphasis-color": {
3955
- "type": "color",
3956
- "description": "Use for emphasized positive trend indicators in data visualizations",
3957
- "values": {
3958
- "light": "oklch(51.5% 0.125 147.4)",
3959
- "dark": "oklch(73.9% 0.204 144.6)"
3960
- }
3961
- },
3962
- "--nve-sys-scrollbar-thumb-color": {
3963
- "type": "color",
3964
- "description": "Use for scrollbar thumb color in scrollable containers",
3965
- "values": {
3966
- "light": "oklch(88.3% 0.007 247.9)",
3967
- "dark": "oklch(28.9% 0.019 268)",
3968
- "high-contrast": "CanvasText"
3969
- }
3970
- },
3971
- "--nve-sys-scrollbar-track-color": {
3972
- "type": "color",
3973
- "description": "Use for scrollbar track color in scrollable containers",
3974
- "values": {
3975
- "": "oklch(0% 0 0 / 0.0118)"
3976
- }
3977
- },
3978
- "--nve-sys-scrollbar-width": {
3979
- "type": "borderWidth",
3980
- "description": "Use for scrollbar width in scrollable containers",
3981
- "values": {
3982
- "": "thin"
3983
- }
3984
- },
3985
- "--nve-config-color-scheme-dark": {
3986
- "values": {
3987
- "dark": "true"
3988
- }
3989
- },
3990
- "--nve-config-color-scheme-high-contrast": {
3991
- "values": {
3992
- "high-contrast": "true"
3993
- }
3994
- },
3995
- "--nve-sys-interaction-emphasize-color": {
3996
- "type": "color",
3997
- "values": {
3998
- "high-contrast": "ButtonText"
3999
- }
4000
- },
4001
- "--nve-sys-interaction-emphasize-background": {
4002
- "type": "color",
4003
- "values": {
4004
- "high-contrast": "ButtonFace"
4005
- }
4006
- },
4007
- "--nve-config-scale-compact": {
4008
- "values": {
4009
- "compact": "true"
4010
- }
4011
- },
4012
- "--nve-config-reduced-motion": {
4013
- "values": {
4014
- "reduced-motion": "true"
4015
- }
4016
- }
4017
- }