@nvidia-elements/themes 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/dark.js ADDED
@@ -0,0 +1,388 @@
1
+ export const VERSION = '0.0.0';
2
+ export const theme = {
3
+ 'nve-config-color-scheme-dark': "true",
4
+ 'nve-ref-color-alpha-white-100': "oklch(100% 0 0 / 0)",
5
+ 'nve-ref-color-alpha-white-200': "oklch(100% 0 0 / 0.0118)",
6
+ 'nve-ref-color-alpha-white-300': "oklch(100% 0 0 / 0.0314)",
7
+ 'nve-ref-color-alpha-white-400': "oklch(100% 0 0 / 0.0588)",
8
+ 'nve-ref-color-alpha-white-500': "oklch(100% 0 0 / 0.0902)",
9
+ 'nve-ref-color-alpha-white-600': "oklch(100% 0 0 / 0.1216)",
10
+ 'nve-ref-color-alpha-white-700': "oklch(100% 0 0 / 0.1804)",
11
+ 'nve-ref-color-alpha-white-800': "oklch(100% 0 0 / 0.251)",
12
+ 'nve-ref-color-alpha-white-900': "oklch(100% 0 0 / 0.3882)",
13
+ 'nve-ref-color-alpha-white-1000': "oklch(100% 0 0 / 0.451)",
14
+ 'nve-ref-color-alpha-white-1100': "oklch(100% 0 0 / 0.5882)",
15
+ 'nve-ref-color-alpha-white-1200': "oklch(100% 0 0 / 0.9216)",
16
+ 'nve-ref-color-alpha-black-100': "oklch(0% 0 0 / 0)",
17
+ 'nve-ref-color-alpha-black-200': "oklch(0% 0 0 / 0.0118)",
18
+ 'nve-ref-color-alpha-black-300': "oklch(0% 0 0 / 0.0314)",
19
+ 'nve-ref-color-alpha-black-400': "oklch(0% 0 0 / 0.0588)",
20
+ 'nve-ref-color-alpha-black-500': "oklch(0% 0 0 / 0.0902)",
21
+ 'nve-ref-color-alpha-black-600': "oklch(0% 0 0 / 0.1216)",
22
+ 'nve-ref-color-alpha-black-700': "oklch(0% 0 0 / 0.1804)",
23
+ 'nve-ref-color-alpha-black-800': "oklch(0% 0 0 / 0.251)",
24
+ 'nve-ref-color-alpha-black-900': "oklch(0% 0 0 / 0.3882)",
25
+ 'nve-ref-color-alpha-black-1000': "oklch(0% 0 0 / 0.451)",
26
+ 'nve-ref-color-alpha-black-1100': "oklch(0% 0 0 / 0.5882)",
27
+ 'nve-ref-color-alpha-black-1200': "oklch(0% 0 0 / 0.9216)",
28
+ 'nve-ref-color-brand-green-100': "oklch(19.7% 0.033 125.1)",
29
+ 'nve-ref-color-brand-green-200': "oklch(21.2% 0.038 127.3)",
30
+ 'nve-ref-color-brand-green-300': "oklch(25.3% 0.044 125.8)",
31
+ 'nve-ref-color-brand-green-400': "oklch(28.2% 0.053 125.9)",
32
+ 'nve-ref-color-brand-green-500': "oklch(31.2% 0.061 126)",
33
+ 'nve-ref-color-brand-green-600': "oklch(34.3% 0.071 126.5)",
34
+ 'nve-ref-color-brand-green-700': "oklch(40.3% 0.089 127.4)",
35
+ 'nve-ref-color-brand-green-800': "oklch(54.5% 0.148 130.5)",
36
+ 'nve-ref-color-brand-green-900': "oklch(64.6% 0.18 132.1)",
37
+ 'nve-ref-color-brand-green-1000': "oklch(70.9% 0.194 131.1)",
38
+ 'nve-ref-color-brand-green-1100': "oklch(73.5% 0.183 128.8)",
39
+ 'nve-ref-color-brand-green-1200': "oklch(97.1% 0.044 124)",
40
+ 'nve-ref-color-yellow-nova-100': "oklch(19% 0.039 92.2)",
41
+ 'nve-ref-color-yellow-nova-200': "oklch(20.9% 0.043 91.9)",
42
+ 'nve-ref-color-yellow-nova-300': "oklch(24.4% 0.05 91.4)",
43
+ 'nve-ref-color-yellow-nova-400': "oklch(27.6% 0.056 89.1)",
44
+ 'nve-ref-color-yellow-nova-500': "oklch(31.2% 0.064 90.8)",
45
+ 'nve-ref-color-yellow-nova-600': "oklch(35.2% 0.072 94.8)",
46
+ 'nve-ref-color-yellow-nova-700': "oklch(40.5% 0.081 94.8)",
47
+ 'nve-ref-color-yellow-nova-800': "oklch(88.3% 0.181 94.5)",
48
+ 'nve-ref-color-yellow-nova-900': "oklch(88.2% 0.182 99.8)",
49
+ 'nve-ref-color-yellow-nova-1000': "oklch(93.9% 0.164 103.1)",
50
+ 'nve-ref-color-yellow-nova-1100': "oklch(82.7% 0.169 90.5)",
51
+ 'nve-ref-color-yellow-nova-1200': "oklch(97.9% 0.053 101.6)",
52
+ 'nve-ref-color-lime-pear-100': "oklch(19.9% 0.032 120.1)",
53
+ 'nve-ref-color-lime-pear-200': "oklch(21.5% 0.036 121)",
54
+ 'nve-ref-color-lime-pear-300': "oklch(25.4% 0.044 124.2)",
55
+ 'nve-ref-color-lime-pear-400': "oklch(28.4% 0.052 123.2)",
56
+ 'nve-ref-color-lime-pear-500': "oklch(31.3% 0.059 123.7)",
57
+ 'nve-ref-color-lime-pear-600': "oklch(34.5% 0.069 123.7)",
58
+ 'nve-ref-color-lime-pear-700': "oklch(40.7% 0.086 123.9)",
59
+ 'nve-ref-color-lime-pear-800': "oklch(68.2% 0.177 133.6)",
60
+ 'nve-ref-color-lime-pear-900': "oklch(80.3% 0.197 128.1)",
61
+ 'nve-ref-color-lime-pear-1000': "oklch(86.9% 0.19 122.6)",
62
+ 'nve-ref-color-lime-pear-1100': "oklch(72.2% 0.178 128.1)",
63
+ 'nve-ref-color-lime-pear-1200': "oklch(97% 0.044 125.3)",
64
+ 'nve-ref-color-green-jade-100': "oklch(19.2% 0.02 159.9)",
65
+ 'nve-ref-color-green-jade-200': "oklch(21.3% 0.028 166.6)",
66
+ 'nve-ref-color-green-jade-300': "oklch(25.6% 0.039 163.8)",
67
+ 'nve-ref-color-green-jade-400': "oklch(27.1% 0.042 164)",
68
+ 'nve-ref-color-green-jade-500': "oklch(30.2% 0.05 163.3)",
69
+ 'nve-ref-color-green-jade-600': "oklch(33.9% 0.059 162)",
70
+ 'nve-ref-color-green-jade-700': "oklch(39.1% 0.072 160.4)",
71
+ 'nve-ref-color-green-jade-800': "oklch(54.5% 0.126 156.1)",
72
+ 'nve-ref-color-green-jade-900': "oklch(65.5% 0.143 157.4)",
73
+ 'nve-ref-color-green-jade-1000': "oklch(67.5% 0.133 158.2)",
74
+ 'nve-ref-color-green-jade-1100': "oklch(73.2% 0.136 159.1)",
75
+ 'nve-ref-color-green-jade-1200': "oklch(96.7% 0.032 152.5)",
76
+ 'nve-ref-color-pink-rose-100': "oklch(19.7% 0.025 339.6)",
77
+ 'nve-ref-color-pink-rose-200': "oklch(21.7% 0.036 340.4)",
78
+ 'nve-ref-color-pink-rose-300': "oklch(26.8% 0.063 341.2)",
79
+ 'nve-ref-color-pink-rose-400': "oklch(28.8% 0.076 342.2)",
80
+ 'nve-ref-color-pink-rose-500': "oklch(31.7% 0.092 342.2)",
81
+ 'nve-ref-color-pink-rose-600': "oklch(34.8% 0.107 344.4)",
82
+ 'nve-ref-color-pink-rose-700': "oklch(39.8% 0.138 345.7)",
83
+ 'nve-ref-color-pink-rose-800': "oklch(53.6% 0.204 347.9)",
84
+ 'nve-ref-color-pink-rose-900': "oklch(62.9% 0.229 347)",
85
+ 'nve-ref-color-pink-rose-1000': "oklch(69.3% 0.232 345.9)",
86
+ 'nve-ref-color-pink-rose-1100': "oklch(69.9% 0.209 347.7)",
87
+ 'nve-ref-color-pink-rose-1200': "oklch(95% 0.031 340.5)",
88
+ 'nve-ref-color-purple-lavender-100': "oklch(19.8% 0.018 317.6)",
89
+ 'nve-ref-color-purple-lavender-200': "oklch(21.5% 0.035 317.5)",
90
+ 'nve-ref-color-purple-lavender-300': "oklch(25.7% 0.062 314)",
91
+ 'nve-ref-color-purple-lavender-400': "oklch(29.4% 0.08 313.3)",
92
+ 'nve-ref-color-purple-lavender-500': "oklch(31.8% 0.094 312.1)",
93
+ 'nve-ref-color-purple-lavender-600': "oklch(34.9% 0.112 309.9)",
94
+ 'nve-ref-color-purple-lavender-700': "oklch(40.1% 0.14 307.2)",
95
+ 'nve-ref-color-purple-lavender-800': "oklch(51.4% 0.216 307.6)",
96
+ 'nve-ref-color-purple-lavender-900': "oklch(55.9% 0.189 307.3)",
97
+ 'nve-ref-color-purple-lavender-1000': "oklch(67.9% 0.224 308.4)",
98
+ 'nve-ref-color-purple-lavender-1100': "oklch(70% 0.176 309.6)",
99
+ 'nve-ref-color-purple-lavender-1200': "oklch(94.9% 0.028 316.7)",
100
+ 'nve-ref-color-purple-violet-100': "oklch(20.2% 0.018 294.9)",
101
+ 'nve-ref-color-purple-violet-200': "oklch(21.2% 0.037 295.1)",
102
+ 'nve-ref-color-purple-violet-300': "oklch(25.7% 0.061 291.3)",
103
+ 'nve-ref-color-purple-violet-400': "oklch(28.8% 0.079 289.7)",
104
+ 'nve-ref-color-purple-violet-500': "oklch(31.6% 0.093 289.4)",
105
+ 'nve-ref-color-purple-violet-600': "oklch(34.9% 0.116 287.4)",
106
+ 'nve-ref-color-purple-violet-700': "oklch(40.4% 0.144 285.5)",
107
+ 'nve-ref-color-purple-violet-800': "oklch(44.3% 0.203 282.8)",
108
+ 'nve-ref-color-purple-violet-900': "oklch(49.3% 0.2 284.8)",
109
+ 'nve-ref-color-purple-violet-1000': "oklch(61.4% 0.21 286.9)",
110
+ 'nve-ref-color-purple-violet-1100': "oklch(69.4% 0.165 289)",
111
+ 'nve-ref-color-purple-violet-1200': "oklch(95.1% 0.024 293.6)",
112
+ 'nve-ref-color-purple-plum-100': "oklch(20% 0.025 326.5)",
113
+ 'nve-ref-color-purple-plum-200': "oklch(22% 0.038 326.8)",
114
+ 'nve-ref-color-purple-plum-300': "oklch(26.3% 0.057 327)",
115
+ 'nve-ref-color-purple-plum-400': "oklch(29% 0.073 325.1)",
116
+ 'nve-ref-color-purple-plum-500': "oklch(31.8% 0.084 324.5)",
117
+ 'nve-ref-color-purple-plum-600': "oklch(34.6% 0.096 324.2)",
118
+ 'nve-ref-color-purple-plum-700': "oklch(40.2% 0.123 323.9)",
119
+ 'nve-ref-color-purple-plum-800': "oklch(53.4% 0.219 321.7)",
120
+ 'nve-ref-color-purple-plum-900': "oklch(62.4% 0.244 322.8)",
121
+ 'nve-ref-color-purple-plum-1000': "oklch(69.3% 0.239 321.9)",
122
+ 'nve-ref-color-purple-plum-1100': "oklch(68.4% 0.197 327.5)",
123
+ 'nve-ref-color-purple-plum-1200': "oklch(95.3% 0.03 324.1)",
124
+ 'nve-ref-color-pink-magenta-100': "oklch(19.9% 0.015 347)",
125
+ 'nve-ref-color-pink-magenta-200': "oklch(21.5% 0.033 352)",
126
+ 'nve-ref-color-pink-magenta-300': "oklch(26.4% 0.057 355.7)",
127
+ 'nve-ref-color-pink-magenta-400': "oklch(29.3% 0.073 356.1)",
128
+ 'nve-ref-color-pink-magenta-500': "oklch(31.2% 0.086 357.4)",
129
+ 'nve-ref-color-pink-magenta-600': "oklch(35.1% 0.105 358.5)",
130
+ 'nve-ref-color-pink-magenta-700': "oklch(40% 0.135 1.3)",
131
+ 'nve-ref-color-pink-magenta-800': "oklch(53.4% 0.203 5)",
132
+ 'nve-ref-color-pink-magenta-900': "oklch(61.7% 0.224 3.5)",
133
+ 'nve-ref-color-pink-magenta-1000': "oklch(67.7% 0.229 1.4)",
134
+ 'nve-ref-color-pink-magenta-1100': "oklch(69.4% 0.19 3.9)",
135
+ 'nve-ref-color-pink-magenta-1200': "oklch(96% 0.022 348.7)",
136
+ 'nve-ref-color-red-tomato-100': "oklch(20.1% 0.014 34.4)",
137
+ 'nve-ref-color-red-tomato-200': "oklch(21.6% 0.036 29)",
138
+ 'nve-ref-color-red-tomato-300': "oklch(25.8% 0.055 29.9)",
139
+ 'nve-ref-color-red-tomato-400': "oklch(28.7% 0.072 29.7)",
140
+ 'nve-ref-color-red-tomato-500': "oklch(30.8% 0.083 30.8)",
141
+ 'nve-ref-color-red-tomato-600': "oklch(34.8% 0.1 31)",
142
+ 'nve-ref-color-red-tomato-700': "oklch(39.9% 0.128 31.6)",
143
+ 'nve-ref-color-red-tomato-800': "oklch(51.3% 0.195 32)",
144
+ 'nve-ref-color-red-tomato-900': "oklch(59% 0.212 32.5)",
145
+ 'nve-ref-color-red-tomato-1000': "oklch(65% 0.222 33)",
146
+ 'nve-ref-color-red-tomato-1100': "oklch(67.9% 0.175 32.9)",
147
+ 'nve-ref-color-red-tomato-1200': "oklch(96.3% 0.017 31.1)",
148
+ 'nve-ref-color-orange-pumpkin-100': "oklch(19.2% 0.03 61.3)",
149
+ 'nve-ref-color-orange-pumpkin-200': "oklch(21.4% 0.049 61.8)",
150
+ 'nve-ref-color-orange-pumpkin-300': "oklch(24.9% 0.056 55.9)",
151
+ 'nve-ref-color-orange-pumpkin-400': "oklch(28.3% 0.068 51.5)",
152
+ 'nve-ref-color-orange-pumpkin-500': "oklch(30.8% 0.076 49.8)",
153
+ 'nve-ref-color-orange-pumpkin-600': "oklch(34.3% 0.086 48.7)",
154
+ 'nve-ref-color-orange-pumpkin-700': "oklch(40.3% 0.107 47.1)",
155
+ 'nve-ref-color-orange-pumpkin-800': "oklch(57.4% 0.163 44.7)",
156
+ 'nve-ref-color-orange-pumpkin-900': "oklch(69.6% 0.204 43.5)",
157
+ 'nve-ref-color-orange-pumpkin-1000': "oklch(73% 0.181 48.7)",
158
+ 'nve-ref-color-orange-pumpkin-1100': "oklch(75.2% 0.166 51)",
159
+ 'nve-ref-color-orange-pumpkin-1200': "oklch(94.9% 0.029 57.4)",
160
+ 'nve-ref-color-yellow-amber-100': "oklch(19.8% 0.041 80.2)",
161
+ 'nve-ref-color-yellow-amber-200': "oklch(21.1% 0.044 75.5)",
162
+ 'nve-ref-color-yellow-amber-300': "oklch(24.9% 0.056 65.9)",
163
+ 'nve-ref-color-yellow-amber-400': "oklch(27.9% 0.062 65.4)",
164
+ 'nve-ref-color-yellow-amber-500': "oklch(30.8% 0.069 64.9)",
165
+ 'nve-ref-color-yellow-amber-600': "oklch(35.7% 0.079 67.7)",
166
+ 'nve-ref-color-yellow-amber-700': "oklch(40.2% 0.085 67.9)",
167
+ 'nve-ref-color-yellow-amber-800': "oklch(81.7% 0.164 75.8)",
168
+ 'nve-ref-color-yellow-amber-900': "oklch(85.7% 0.175 88.5)",
169
+ 'nve-ref-color-yellow-amber-1000': "oklch(86.4% 0.156 86.4)",
170
+ 'nve-ref-color-yellow-amber-1100': "oklch(75.8% 0.159 73.3)",
171
+ 'nve-ref-color-yellow-amber-1200': "oklch(96.7% 0.032 85.5)",
172
+ 'nve-ref-color-green-grass-100': "oklch(19.2% 0.02 159.9)",
173
+ 'nve-ref-color-green-grass-200': "oklch(20.6% 0.027 150.8)",
174
+ 'nve-ref-color-green-grass-300': "oklch(24.7% 0.037 152.5)",
175
+ 'nve-ref-color-green-grass-400': "oklch(27.2% 0.045 150.5)",
176
+ 'nve-ref-color-green-grass-500': "oklch(31.3% 0.057 150.1)",
177
+ 'nve-ref-color-green-grass-600': "oklch(34.9% 0.067 150)",
178
+ 'nve-ref-color-green-grass-700': "oklch(39.5% 0.078 149.8)",
179
+ 'nve-ref-color-green-grass-800': "oklch(52.8% 0.15 147.5)",
180
+ 'nve-ref-color-green-grass-900': "oklch(64.7% 0.187 147.2)",
181
+ 'nve-ref-color-green-grass-1000': "oklch(73.9% 0.204 144.6)",
182
+ 'nve-ref-color-green-grass-1100': "oklch(73.1% 0.142 148)",
183
+ 'nve-ref-color-green-grass-1200': "oklch(96.7% 0.032 152.5)",
184
+ 'nve-ref-color-teal-seafoam-100': "oklch(18.6% 0.021 178.7)",
185
+ 'nve-ref-color-teal-seafoam-200': "oklch(22% 0.035 179.1)",
186
+ 'nve-ref-color-teal-seafoam-300': "oklch(25.1% 0.04 178.8)",
187
+ 'nve-ref-color-teal-seafoam-400': "oklch(28.3% 0.046 181.2)",
188
+ 'nve-ref-color-teal-seafoam-500': "oklch(30.1% 0.049 180.2)",
189
+ 'nve-ref-color-teal-seafoam-600': "oklch(34.6% 0.057 182.7)",
190
+ 'nve-ref-color-teal-seafoam-700': "oklch(39.2% 0.067 180.3)",
191
+ 'nve-ref-color-teal-seafoam-800': "oklch(55.3% 0.099 182.1)",
192
+ 'nve-ref-color-teal-seafoam-900': "oklch(69.4% 0.118 184.1)",
193
+ 'nve-ref-color-teal-seafoam-1000': "oklch(78.5% 0.142 180.3)",
194
+ 'nve-ref-color-teal-seafoam-1100': "oklch(73.1% 0.129 182.6)",
195
+ 'nve-ref-color-teal-seafoam-1200': "oklch(96.5% 0.028 180.3)",
196
+ 'nve-ref-color-green-mint-100': "oklch(19% 0.023 185.2)",
197
+ 'nve-ref-color-green-mint-200': "oklch(21.9% 0.032 188.1)",
198
+ 'nve-ref-color-green-mint-300': "oklch(25.5% 0.04 186.9)",
199
+ 'nve-ref-color-green-mint-400': "oklch(27.6% 0.046 183.3)",
200
+ 'nve-ref-color-green-mint-500': "oklch(31.4% 0.054 183.4)",
201
+ 'nve-ref-color-green-mint-600': "oklch(33.7% 0.06 182.9)",
202
+ 'nve-ref-color-green-mint-700': "oklch(39.3% 0.071 179.7)",
203
+ 'nve-ref-color-green-mint-800': "oklch(55.4% 0.085 176.2)",
204
+ 'nve-ref-color-green-mint-900': "oklch(75.5% 0.142 174.9)",
205
+ 'nve-ref-color-green-mint-1000': "oklch(83.6% 0.11 177.1)",
206
+ 'nve-ref-color-green-mint-1100': "oklch(83.6% 0.11 177.1)",
207
+ 'nve-ref-color-green-mint-1200': "oklch(97% 0.025 181.3)",
208
+ 'nve-ref-color-teal-cyan-100': "oklch(20% 0.025 213.9)",
209
+ 'nve-ref-color-teal-cyan-200': "oklch(21.6% 0.031 217.6)",
210
+ 'nve-ref-color-teal-cyan-300': "oklch(24.6% 0.037 216.2)",
211
+ 'nve-ref-color-teal-cyan-400': "oklch(27.3% 0.044 220)",
212
+ 'nve-ref-color-teal-cyan-500': "oklch(30.6% 0.051 220)",
213
+ 'nve-ref-color-teal-cyan-600': "oklch(33.8% 0.058 220)",
214
+ 'nve-ref-color-teal-cyan-700': "oklch(39.7% 0.071 221.6)",
215
+ 'nve-ref-color-teal-cyan-800': "oklch(55.1% 0.103 223.7)",
216
+ 'nve-ref-color-teal-cyan-900': "oklch(64.9% 0.118 222.1)",
217
+ 'nve-ref-color-teal-cyan-1000': "oklch(76.2% 0.143 224.2)",
218
+ 'nve-ref-color-teal-cyan-1100': "oklch(74.2% 0.128 208.6)",
219
+ 'nve-ref-color-teal-cyan-1200': "oklch(96.2% 0.025 202.8)",
220
+ 'nve-ref-color-blue-sky-100': "oklch(19.4% 0.023 241)",
221
+ 'nve-ref-color-blue-sky-200': "oklch(21.2% 0.035 237.6)",
222
+ 'nve-ref-color-blue-sky-300': "oklch(25.2% 0.045 236.8)",
223
+ 'nve-ref-color-blue-sky-400': "oklch(27.9% 0.054 238)",
224
+ 'nve-ref-color-blue-sky-500': "oklch(30.8% 0.06 236.1)",
225
+ 'nve-ref-color-blue-sky-600': "oklch(34.5% 0.07 237)",
226
+ 'nve-ref-color-blue-sky-700': "oklch(38.8% 0.081 236.7)",
227
+ 'nve-ref-color-blue-sky-800': "oklch(55% 0.087 220.7)",
228
+ 'nve-ref-color-blue-sky-900': "oklch(66% 0.098 219.4)",
229
+ 'nve-ref-color-blue-sky-1000': "oklch(83.3% 0.113 218)",
230
+ 'nve-ref-color-blue-sky-1100': "oklch(77% 0.132 220)",
231
+ 'nve-ref-color-blue-sky-1200': "oklch(96.6% 0.021 227.5)",
232
+ 'nve-ref-color-blue-cobalt-100': "oklch(19.8% 0.021 254.9)",
233
+ 'nve-ref-color-blue-cobalt-200': "oklch(21.3% 0.037 258.8)",
234
+ 'nve-ref-color-blue-cobalt-300': "oklch(25.5% 0.055 256.7)",
235
+ 'nve-ref-color-blue-cobalt-400': "oklch(28.5% 0.07 256.2)",
236
+ 'nve-ref-color-blue-cobalt-500': "oklch(30.6% 0.081 255.7)",
237
+ 'nve-ref-color-blue-cobalt-600': "oklch(32.9% 0.092 254.8)",
238
+ 'nve-ref-color-blue-cobalt-700': "oklch(38.5% 0.115 254.4)",
239
+ 'nve-ref-color-blue-cobalt-800': "oklch(57.4% 0.209 258.2)",
240
+ 'nve-ref-color-blue-cobalt-900': "oklch(65.1% 0.192 251.5)",
241
+ 'nve-ref-color-blue-cobalt-1000': "oklch(66.5% 0.165 250.8)",
242
+ 'nve-ref-color-blue-cobalt-1100': "oklch(71.7% 0.152 251)",
243
+ 'nve-ref-color-blue-cobalt-1200': "oklch(96% 0.021 241.3)",
244
+ 'nve-ref-color-blue-indigo-100': "oklch(20.2% 0.021 271.5)",
245
+ 'nve-ref-color-blue-indigo-200': "oklch(21.2% 0.038 275.9)",
246
+ 'nve-ref-color-blue-indigo-300': "oklch(25.4% 0.057 271.9)",
247
+ 'nve-ref-color-blue-indigo-400': "oklch(28.6% 0.075 269.7)",
248
+ 'nve-ref-color-blue-indigo-500': "oklch(31% 0.086 269.3)",
249
+ 'nve-ref-color-blue-indigo-600': "oklch(34.4% 0.102 267.6)",
250
+ 'nve-ref-color-blue-indigo-700': "oklch(38.7% 0.125 267.6)",
251
+ 'nve-ref-color-blue-indigo-800': "oklch(48.2% 0.171 266.7)",
252
+ 'nve-ref-color-blue-indigo-900': "oklch(57.5% 0.182 267.5)",
253
+ 'nve-ref-color-blue-indigo-1000': "oklch(65% 0.172 268.7)",
254
+ 'nve-ref-color-blue-indigo-1100': "oklch(70.9% 0.152 271.7)",
255
+ 'nve-ref-color-blue-indigo-1200': "oklch(95.7% 0.018 275.6)",
256
+ 'nve-ref-color-gray-denim-100': "oklch(15.5% 0.007 271)",
257
+ 'nve-ref-color-gray-denim-200': "oklch(21.8% 0.012 270.8)",
258
+ 'nve-ref-color-gray-denim-300': "oklch(24.8% 0.016 269)",
259
+ 'nve-ref-color-gray-denim-400': "oklch(26.9% 0.017 270.7)",
260
+ 'nve-ref-color-gray-denim-500': "oklch(28.9% 0.019 268)",
261
+ 'nve-ref-color-gray-denim-600': "oklch(31.7% 0.023 267.3)",
262
+ 'nve-ref-color-gray-denim-700': "oklch(34.3% 0.025 272.5)",
263
+ 'nve-ref-color-gray-denim-800': "oklch(41.3% 0.034 273.9)",
264
+ 'nve-ref-color-gray-denim-900': "oklch(51.9% 0.039 270.6)",
265
+ 'nve-ref-color-gray-denim-1000': "oklch(70% 0.02 270)",
266
+ 'nve-ref-color-gray-denim-1100': "oklch(85% 0.02 270)",
267
+ 'nve-ref-color-gray-denim-1200': "oklch(95% 0.015 270)",
268
+ 'nve-ref-color-gray-slate-100': "oklch(19.4% 0.004 229)",
269
+ 'nve-ref-color-gray-slate-200': "oklch(22.8% 0.005 219.7)",
270
+ 'nve-ref-color-gray-slate-300': "oklch(25.2% 0.006 196.8)",
271
+ 'nve-ref-color-gray-slate-400': "oklch(27% 0.006 236.7)",
272
+ 'nve-ref-color-gray-slate-500': "oklch(29.9% 0.007 248.1)",
273
+ 'nve-ref-color-gray-slate-600': "oklch(31.9% 0.007 248)",
274
+ 'nve-ref-color-gray-slate-700': "oklch(35.9% 0.008 255.5)",
275
+ 'nve-ref-color-gray-slate-800': "oklch(42.5% 0.008 248)",
276
+ 'nve-ref-color-gray-slate-900': "oklch(53.4% 0.013 243.8)",
277
+ 'nve-ref-color-gray-slate-1000': "oklch(68.8% 0.017 248.1)",
278
+ 'nve-ref-color-gray-slate-1100': "oklch(85.5% 0.015 254.6)",
279
+ 'nve-ref-color-gray-slate-1200': "oklch(94% 0.002 247.8)",
280
+ 'nve-ref-color-red-cardinal-100': "oklch(19.3% 0.019 6.9)",
281
+ 'nve-ref-color-red-cardinal-200': "oklch(22.1% 0.035 17.2)",
282
+ 'nve-ref-color-red-cardinal-300': "oklch(26% 0.054 19.7)",
283
+ 'nve-ref-color-red-cardinal-400': "oklch(28.7% 0.069 18.5)",
284
+ 'nve-ref-color-red-cardinal-500': "oklch(30.6% 0.082 19.2)",
285
+ 'nve-ref-color-red-cardinal-600': "oklch(35.1% 0.103 21.1)",
286
+ 'nve-ref-color-red-cardinal-700': "oklch(39.8% 0.128 23)",
287
+ 'nve-ref-color-red-cardinal-800': "oklch(52.3% 0.193 25.1)",
288
+ 'nve-ref-color-red-cardinal-900': "oklch(61% 0.212 24.7)",
289
+ 'nve-ref-color-red-cardinal-1000': "oklch(66.7% 0.22 25.5)",
290
+ 'nve-ref-color-red-cardinal-1100': "oklch(69.8% 0.193 21.8)",
291
+ 'nve-ref-color-red-cardinal-1200': "oklch(95.8% 0.02 9.8)",
292
+ 'nve-ref-shadow-100': "0 4px 4px -2px oklch(0% 0 0 / 0.7), 0 2px 4px -2px oklch(0% 0 0 / 0.7)",
293
+ 'nve-ref-shadow-200': "0 8px 8px -4px oklch(0% 0 0 / 0.7), 0 4px 6px -4px oklch(0% 0 0 / 0.7)",
294
+ 'nve-ref-shadow-300': "0 8px 16px -6px oklch(0% 0 0 / 0.7), 0 6px 8px -6px oklch(0% 0 0 / 0.7)",
295
+ 'nve-ref-shadow-400': "0 8px 24px -4px oklch(0% 0 0 / 0.7), 0 6px 12px -6px oklch(0% 0 0 / 0.7)",
296
+ 'nve-ref-shadow-500': "0 10px 32px -4px oklch(0% 0 0 / 0.7), 0 6px 14px -6px oklch(0% 0 0 / 0.7)",
297
+ 'nve-sys-color-scheme': "dark",
298
+ 'nve-sys-contrast-mute-ratio': "40%",
299
+ 'nve-sys-interaction-state-ratio-hover': "12%",
300
+ 'nve-sys-interaction-state-ratio-active': "7%",
301
+ 'nve-sys-visualization-sequential-diverging-virdis-100': "oklch(91.8% 0.187 102.2)",
302
+ 'nve-sys-visualization-sequential-diverging-virdis-200': "oklch(85.9% 0.19 115)",
303
+ 'nve-sys-visualization-sequential-diverging-virdis-300': "oklch(82.1% 0.194 126.8)",
304
+ 'nve-sys-visualization-sequential-diverging-virdis-400': "oklch(77.5% 0.187 137.2)",
305
+ 'nve-sys-visualization-sequential-diverging-virdis-500': "oklch(73.4% 0.164 147.5)",
306
+ 'nve-sys-visualization-sequential-diverging-virdis-600': "oklch(69.1% 0.145 157.3)",
307
+ 'nve-sys-visualization-sequential-diverging-virdis-700': "oklch(64.6% 0.12 169.6)",
308
+ 'nve-sys-visualization-sequential-diverging-virdis-800': "oklch(60.2% 0.1 184.4)",
309
+ 'nve-sys-visualization-sequential-diverging-virdis-900': "oklch(56.8% 0.087 200.1)",
310
+ 'nve-sys-visualization-sequential-diverging-virdis-1000': "oklch(49.1% 0.083 242.3)",
311
+ 'nve-sys-visualization-sequential-diverging-virdis-1100': "oklch(45.3% 0.094 261.6)",
312
+ 'nve-sys-visualization-sequential-diverging-virdis-1200': "oklch(41.9% 0.108 278.7)",
313
+ 'nve-sys-visualization-sequential-diverging-virdis-1300': "oklch(37.1% 0.124 293.4)",
314
+ 'nve-sys-visualization-sequential-diverging-virdis-1400': "oklch(33.3% 0.134 306.3)",
315
+ 'nve-sys-visualization-sequential-diverging-virdis-1500': "oklch(27.6% 0.132 318.4)",
316
+ 'nve-sys-visualization-sequential-diverging-red-green-100': "oklch(66.2% 0.225 25.9)",
317
+ 'nve-sys-visualization-sequential-diverging-red-green-200': "oklch(55.4% 0.172 24.7)",
318
+ 'nve-sys-visualization-sequential-diverging-red-green-300': "oklch(38.6% 0.111 23.9)",
319
+ 'nve-sys-visualization-sequential-diverging-red-green-400': "oklch(27.7% 0.074 23.2)",
320
+ 'nve-sys-visualization-sequential-diverging-red-green-600': "oklch(30% 0.07 158.3)",
321
+ 'nve-sys-visualization-sequential-diverging-red-green-700': "oklch(41.6% 0.11 151.6)",
322
+ 'nve-sys-visualization-sequential-diverging-red-green-800': "oklch(58.3% 0.164 147.9)",
323
+ 'nve-sys-visualization-sequential-diverging-red-green-900': "oklch(75.7% 0.228 144.8)",
324
+ 'nve-ref-color-scheme-base': "var(--nve-ref-color-black)",
325
+ 'nve-ref-color-scheme-inverse': "var(--nve-ref-color-white)",
326
+ 'nve-ref-color-neutral-100': "var(--nve-ref-color-gray-denim-100)",
327
+ 'nve-ref-color-neutral-200': "var(--nve-ref-color-gray-denim-200)",
328
+ 'nve-ref-color-neutral-300': "var(--nve-ref-color-gray-denim-300)",
329
+ 'nve-ref-color-neutral-400': "var(--nve-ref-color-gray-denim-400)",
330
+ 'nve-ref-color-neutral-500': "var(--nve-ref-color-gray-denim-500)",
331
+ 'nve-ref-color-neutral-600': "var(--nve-ref-color-gray-denim-600)",
332
+ 'nve-ref-color-neutral-700': "var(--nve-ref-color-gray-denim-700)",
333
+ 'nve-ref-color-neutral-800': "var(--nve-ref-color-gray-denim-800)",
334
+ 'nve-ref-color-neutral-900': "var(--nve-ref-color-gray-denim-900)",
335
+ 'nve-ref-color-neutral-1000': "var(--nve-ref-color-gray-denim-1000)",
336
+ 'nve-ref-color-neutral-1100': "var(--nve-ref-color-gray-denim-1100)",
337
+ 'nve-ref-color-neutral-1200': "var(--nve-ref-color-gray-denim-1200)",
338
+ 'nve-sys-accent-secondary-background': "var(--nve-ref-color-blue-cobalt-800)",
339
+ 'nve-sys-interaction-destructive-background': "var(--nve-ref-color-red-cardinal-800)",
340
+ 'nve-sys-interaction-highlighted-muted-background': "var(--nve-ref-color-blue-cobalt-200)",
341
+ 'nve-sys-layer-backdrop-background': "var(--nve-ref-color-alpha-black-200)",
342
+ 'nve-sys-support-accent-muted-color': "var(--nve-ref-color-blue-cobalt-500)",
343
+ 'nve-sys-support-success-color': "var(--nve-ref-color-green-grass-800)",
344
+ 'nve-sys-support-success-muted-color': "var(--nve-ref-color-green-grass-500)",
345
+ 'nve-sys-support-danger-color': "var(--nve-ref-color-red-cardinal-800)",
346
+ 'nve-sys-support-danger-muted-color': "var(--nve-ref-color-red-cardinal-500)",
347
+ 'nve-sys-support-warning-muted-color': "var(--nve-ref-color-yellow-nova-500)",
348
+ 'nve-sys-support-warning-emphasis-color': "var(--nve-ref-color-yellow-nova-900)",
349
+ 'nve-sys-visualization-categorical-lavender': "var(--nve-ref-color-purple-plum-1000)",
350
+ 'nve-sys-visualization-categorical-rose': "var(--nve-ref-color-pink-rose-1000)",
351
+ 'nve-sys-visualization-categorical-pumpkin': "var(--nve-ref-color-orange-pumpkin-1000)",
352
+ 'nve-sys-visualization-categorical-amber': "var(--nve-ref-color-yellow-amber-800)",
353
+ 'nve-sys-visualization-categorical-nova': "var(--nve-ref-color-yellow-nova-900)",
354
+ 'nve-sys-visualization-categorical-seafoam': "var(--nve-ref-color-teal-seafoam-1000)",
355
+ 'nve-sys-visualization-categorical-cyan': "var(--nve-ref-color-teal-cyan-1000)",
356
+ 'nve-sys-visualization-trend-positive-color': "var(--nve-ref-color-green-grass-900)",
357
+ 'nve-sys-visualization-trend-positive-emphasis-color': "var(--nve-ref-color-green-grass-1000)",
358
+ 'nve-ref-border-color': "var(--nve-ref-color-neutral-600)",
359
+ 'nve-ref-border-color-emphasis': "var(--nve-ref-color-neutral-800)",
360
+ 'nve-ref-border-color-muted': "var(--nve-ref-color-neutral-500)",
361
+ 'nve-ref-border-color-inverse': "var(--nve-ref-color-scheme-inverse)",
362
+ 'nve-sys-text-color': "var(--nve-ref-color-neutral-1100)",
363
+ 'nve-sys-text-muted-color': "var(--nve-ref-color-neutral-1000)",
364
+ 'nve-sys-accent-tertiary-background': "var(--nve-ref-color-scheme-inverse)",
365
+ 'nve-sys-contrast-mute-color': "var(--nve-ref-color-scheme-base)",
366
+ 'nve-sys-interaction-background': "var(--nve-ref-color-neutral-400)",
367
+ 'nve-sys-interaction-background-100': "var(--nve-ref-color-neutral-400)",
368
+ 'nve-sys-interaction-background-200': "var(--nve-ref-color-neutral-700)",
369
+ 'nve-sys-interaction-background-300': "var(--nve-ref-color-neutral-800)",
370
+ 'nve-sys-interaction-disabled-color': "var(--nve-ref-color-neutral-900)",
371
+ 'nve-sys-interaction-disabled-background': "var(--nve-ref-color-neutral-700)",
372
+ 'nve-sys-layer-canvas-background': "var(--nve-ref-color-neutral-100)",
373
+ 'nve-sys-layer-canvas-accent-background': "var(--nve-ref-color-neutral-200)",
374
+ 'nve-sys-layer-shell-background': "var(--nve-ref-color-scheme-base)",
375
+ 'nve-sys-layer-shell-accent-background': "var(--nve-ref-color-neutral-100)",
376
+ 'nve-sys-layer-container-background': "var(--nve-ref-color-neutral-200)",
377
+ 'nve-sys-layer-container-accent-background': "var(--nve-ref-color-neutral-300)",
378
+ 'nve-sys-layer-overlay-background': "var(--nve-ref-color-neutral-400)",
379
+ 'nve-sys-layer-overlay-accent-background': "var(--nve-ref-color-neutral-300)",
380
+ 'nve-sys-layer-popover-background': "var(--nve-ref-color-neutral-1200)",
381
+ 'nve-sys-layer-popover-color': "var(--nve-sys-text-black-color)",
382
+ 'nve-sys-layer-popover-accent-background': "var(--nve-ref-color-neutral-1200)",
383
+ 'nve-sys-status-unknown-color': "var(--nve-sys-text-white-color)",
384
+ 'nve-sys-visualization-sequential-diverging-red-green-500': "var(--nve-ref-color-neutral-300)",
385
+ 'nve-sys-layer-shell-color': "var(--nve-sys-text-color)",
386
+ 'nve-sys-layer-container-color': "var(--nve-sys-text-color)",
387
+ 'nve-sys-layer-overlay-color': "var(--nve-sys-text-color)"
388
+ }