@adddog/design-tokens 0.0.2

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.
@@ -0,0 +1,632 @@
1
+ /**
2
+ * This lovely file was brought to you via automation
3
+ * Please do not update directly, as your changes will not persist
4
+ **/
5
+
6
+ .dark {
7
+ --ai-color-white: #ffffff;
8
+ --ai-color-black: #000000;
9
+ --ai-color-gray50: #F2F3F4;
10
+ --ai-color-gray100: #D7D8DB;
11
+ --ai-color-gray150: #CACCCF;
12
+ --ai-color-gray200: #BCBFC2;
13
+ --ai-color-gray250: #AFB2B6;
14
+ --ai-color-gray300: #A2A4A9;
15
+ --ai-color-gray350: #95979C;
16
+ --ai-color-gray400: #888A8F;
17
+ --ai-color-gray450: #7B7D83;
18
+ --ai-color-gray500: #6E7076;
19
+ --ai-color-gray550: #5F6268;
20
+ --ai-color-gray600: #505359;
21
+ --ai-color-gray650: #3E4146;
22
+ --ai-color-gray700: #2B2F33;
23
+ --ai-color-gray750: #24262A;
24
+ --ai-color-gray800: #1C1D21;
25
+ --ai-color-gray850: #15161A;
26
+ --ai-color-gray900: #0E0F12;
27
+ --ai-color-gray950: #040405;
28
+ --ai-color-blue50: #E5E9FF;
29
+ --ai-color-blue100: #B8C1FF;
30
+ --ai-color-blue200: #8C9BFF;
31
+ --ai-color-blue300: #667BFF;
32
+ --ai-color-blue400: #334EFF;
33
+ --ai-color-blue500: #2C42D3;
34
+ --ai-color-blue600: #2435A7;
35
+ --ai-color-blue700: #1C2779;
36
+ --ai-color-blue800: #1A1E36;
37
+ --ai-color-blue-neon: #18FFFF;
38
+ --ai-color-purple50: #F8EEFF;
39
+ --ai-color-purple100: #E2BCFB;
40
+ --ai-color-purple200: #D79AFF;
41
+ --ai-color-purple300: #B65DF2;
42
+ --ai-color-purple400: #A02DED;
43
+ --ai-color-purple500: #812BBA;
44
+ --ai-color-purple600: #622888;
45
+ --ai-color-purple700: #412554;
46
+ --ai-color-purple800: #2B1A36;
47
+ --ai-color-purple-neon: #FF47CE;
48
+ --ai-color-orange50: #FFDDC7;
49
+ --ai-color-orange100: #FCBE94;
50
+ --ai-color-orange200: #F9A269;
51
+ --ai-color-orange300: #F5873D;
52
+ --ai-color-orange400: #F16C12;
53
+ --ai-color-orange500: #CA5A10;
54
+ --ai-color-orange600: #A2490D;
55
+ --ai-color-orange700: #692E07;
56
+ --ai-color-orange800: #312118;
57
+ --ai-color-orange-neon: #FF9212;
58
+ --ai-color-green50: #E1F5E8;
59
+ --ai-color-green100: #B0E9C3;
60
+ --ai-color-green200: #80DD9F;
61
+ --ai-color-green300: #50D17B;
62
+ --ai-color-green400: #20C557;
63
+ --ai-color-green500: #1B9F47;
64
+ --ai-color-green600: #167737;
65
+ --ai-color-green700: #104E25;
66
+ --ai-color-green800: #182C22;
67
+ --ai-color-green-neon: #00FF3C;
68
+ --ai-color-red50: #FFD0D0;
69
+ --ai-color-red100: #F7A4A4;
70
+ --ai-color-red200: #EF7979;
71
+ --ai-color-red300: #ED5151;
72
+ --ai-color-red400: #D63333;
73
+ --ai-color-red500: #B82121;
74
+ --ai-color-red600: #901E1E;
75
+ --ai-color-red700: #691212;
76
+ --ai-color-red800: #2F191B;
77
+ --ai-color-red-neon: #FF3737;
78
+ --ai-color-yellow50: #FFF3D6;
79
+ --ai-color-yellow100: #FFE49F;
80
+ --ai-color-yellow200: #FFD66A;
81
+ --ai-color-yellow300: #FFC736;
82
+ --ai-color-yellow400: #FFB800;
83
+ --ai-color-yellow500: #D59A03;
84
+ --ai-color-yellow600: #AA7C05;
85
+ --ai-color-yellow700: #715100;
86
+ --ai-color-yellow800: #322B17;
87
+ --ai-color-yellow-neon: #FFFF21;
88
+ --ai-color-white-rgb: 255,255,255;
89
+ --ai-color-white-hsl: 0 0% 100%;
90
+ --ai-color-white-oklch: 1.000 0.000 0;
91
+ --ai-color-black-rgb: 0,0,0;
92
+ --ai-color-black-hsl: 0 0% 0%;
93
+ --ai-color-black-oklch: 0.000 0.000 0;
94
+ --ai-color-gray50-rgb: 242,243,244;
95
+ --ai-color-gray50-hsl: 210 8% 95%;
96
+ --ai-color-gray50-oklch: 0.964 0.002 247.8;
97
+ --ai-color-gray100-rgb: 215,216,219;
98
+ --ai-color-gray100-hsl: 225 5% 85%;
99
+ --ai-color-gray100-oklch: 0.882 0.004 271.4;
100
+ --ai-color-gray150-rgb: 202,204,207;
101
+ --ai-color-gray150-hsl: 216 5% 80%;
102
+ --ai-color-gray150-oklch: 0.845 0.005 258.3;
103
+ --ai-color-gray200-rgb: 188,191,194;
104
+ --ai-color-gray200-hsl: 210 5% 75%;
105
+ --ai-color-gray200-oklch: 0.803 0.005 247.9;
106
+ --ai-color-gray250-rgb: 175,178,182;
107
+ --ai-color-gray250-hsl: 214 5% 70%;
108
+ --ai-color-gray250-oklch: 0.762 0.007 255.5;
109
+ --ai-color-gray300-rgb: 162,164,169;
110
+ --ai-color-gray300-hsl: 223 4% 65%;
111
+ --ai-color-gray300-oklch: 0.719 0.008 268.5;
112
+ --ai-color-gray350-rgb: 149,151,156;
113
+ --ai-color-gray350-hsl: 223 3% 60%;
114
+ --ai-color-gray350-oklch: 0.676 0.008 268.5;
115
+ --ai-color-gray400-rgb: 136,138,143;
116
+ --ai-color-gray400-hsl: 223 3% 55%;
117
+ --ai-color-gray400-oklch: 0.633 0.008 268.5;
118
+ --ai-color-gray450-rgb: 123,125,131;
119
+ --ai-color-gray450-hsl: 225 3% 50%;
120
+ --ai-color-gray450-oklch: 0.590 0.009 271.3;
121
+ --ai-color-gray500-rgb: 110,112,118;
122
+ --ai-color-gray500-hsl: 225 4% 45%;
123
+ --ai-color-gray500-oklch: 0.545 0.010 271.2;
124
+ --ai-color-gray550-rgb: 95,98,104;
125
+ --ai-color-gray550-hsl: 220 5% 39%;
126
+ --ai-color-gray550-oklch: 0.496 0.010 264.5;
127
+ --ai-color-gray600-rgb: 80,83,89;
128
+ --ai-color-gray600-hsl: 220 5% 33%;
129
+ --ai-color-gray600-oklch: 0.442 0.011 264.5;
130
+ --ai-color-gray650-rgb: 62,65,70;
131
+ --ai-color-gray650-hsl: 218 6% 26%;
132
+ --ai-color-gray650-oklch: 0.374 0.009 260.7;
133
+ --ai-color-gray700-rgb: 43,47,51;
134
+ --ai-color-gray700-hsl: 210 9% 18%;
135
+ --ai-color-gray700-oklch: 0.303 0.009 248.1;
136
+ --ai-color-gray750-rgb: 36,38,42;
137
+ --ai-color-gray750-hsl: 220 8% 15%;
138
+ --ai-color-gray750-oklch: 0.268 0.008 264.4;
139
+ --ai-color-gray800-rgb: 28,29,33;
140
+ --ai-color-gray800-hsl: 228 8% 12%;
141
+ --ai-color-gray800-oklch: 0.231 0.008 274.6;
142
+ --ai-color-gray850-rgb: 21,22,26;
143
+ --ai-color-gray850-hsl: 228 11% 9%;
144
+ --ai-color-gray850-oklch: 0.201 0.008 274.5;
145
+ --ai-color-gray900-rgb: 14,15,18;
146
+ --ai-color-gray900-hsl: 225 13% 6%;
147
+ --ai-color-gray900-oklch: 0.169 0.006 271.0;
148
+ --ai-color-gray950-rgb: 4,4,5;
149
+ --ai-color-gray950-hsl: 240 11% 2%;
150
+ --ai-color-gray950-oklch: 0.108 0.004 285.8;
151
+ --ai-color-blue50-rgb: 229,233,255;
152
+ --ai-color-blue50-hsl: 231 100% 95%;
153
+ --ai-color-blue50-oklch: 0.938 0.030 277.6;
154
+ --ai-color-blue100-rgb: 184,193,255;
155
+ --ai-color-blue100-hsl: 232 100% 86%;
156
+ --ai-color-blue100-oklch: 0.826 0.088 277.9;
157
+ --ai-color-blue200-rgb: 140,155,255;
158
+ --ai-color-blue200-hsl: 232 100% 77%;
159
+ --ai-color-blue200-oklch: 0.720 0.146 275.7;
160
+ --ai-color-blue300-rgb: 102,123,255;
161
+ --ai-color-blue300-hsl: 232 100% 70%;
162
+ --ai-color-blue300-oklch: 0.635 0.196 272.8;
163
+ --ai-color-blue400-rgb: 51,78,255;
164
+ --ai-color-blue400-hsl: 232 100% 60%;
165
+ --ai-color-blue400-oklch: 0.532 0.260 268.2;
166
+ --ai-color-blue500-rgb: 44,66,211;
167
+ --ai-color-blue500-hsl: 232 65% 50%;
168
+ --ai-color-blue500-oklch: 0.468 0.221 268.6;
169
+ --ai-color-blue600-rgb: 36,53,167;
170
+ --ai-color-blue600-hsl: 232 65% 40%;
171
+ --ai-color-blue600-oklch: 0.399 0.182 269.2;
172
+ --ai-color-blue700-rgb: 28,39,121;
173
+ --ai-color-blue700-hsl: 233 62% 29%;
174
+ --ai-color-blue700-oklch: 0.324 0.139 270.4;
175
+ --ai-color-blue800-rgb: 26,30,54;
176
+ --ai-color-blue800-hsl: 231 35% 16%;
177
+ --ai-color-blue800-oklch: 0.244 0.046 275.3;
178
+ --ai-color-blue-neon-rgb: 24,255,255;
179
+ --ai-color-blue-neon-hsl: 180 100% 55%;
180
+ --ai-color-blue-neon-oklch: 0.906 0.153 194.8;
181
+ --ai-color-purple50-rgb: 248,238,255;
182
+ --ai-color-purple50-hsl: 275 100% 97%;
183
+ --ai-color-purple50-oklch: 0.962 0.025 311.7;
184
+ --ai-color-purple100-rgb: 226,188,251;
185
+ --ai-color-purple100-hsl: 276 89% 86%;
186
+ --ai-color-purple100-oklch: 0.849 0.095 311.7;
187
+ --ai-color-purple200-rgb: 215,154,255;
188
+ --ai-color-purple200-hsl: 276 100% 80%;
189
+ --ai-color-purple200-oklch: 0.781 0.152 311.0;
190
+ --ai-color-purple300-rgb: 182,93,242;
191
+ --ai-color-purple300-hsl: 276 85% 66%;
192
+ --ai-color-purple300-oklch: 0.649 0.220 309.1;
193
+ --ai-color-purple400-rgb: 160,45,237;
194
+ --ai-color-purple400-hsl: 276 84% 55%;
195
+ --ai-color-purple400-oklch: 0.571 0.263 306.4;
196
+ --ai-color-purple500-rgb: 129,43,186;
197
+ --ai-color-purple500-hsl: 276 62% 45%;
198
+ --ai-color-purple500-oklch: 0.490 0.211 307.5;
199
+ --ai-color-purple600-rgb: 98,40,136;
200
+ --ai-color-purple600-hsl: 276 55% 35%;
201
+ --ai-color-purple600-oklch: 0.408 0.155 308.7;
202
+ --ai-color-purple700-rgb: 65,37,84;
203
+ --ai-color-purple700-hsl: 276 39% 24%;
204
+ --ai-color-purple700-oklch: 0.323 0.086 309.9;
205
+ --ai-color-purple800-rgb: 43,26,54;
206
+ --ai-color-purple800-hsl: 276 35% 16%;
207
+ --ai-color-purple800-oklch: 0.254 0.056 310.9;
208
+ --ai-color-purple-neon-rgb: 255,71,206;
209
+ --ai-color-purple-neon-hsl: 316 100% 64%;
210
+ --ai-color-purple-neon-oklch: 0.705 0.254 340.8;
211
+ --ai-color-orange50-rgb: 255,221,199;
212
+ --ai-color-orange50-hsl: 24 100% 89%;
213
+ --ai-color-orange50-oklch: 0.920 0.048 54.9;
214
+ --ai-color-orange100-rgb: 252,190,148;
215
+ --ai-color-orange100-hsl: 24 95% 78%;
216
+ --ai-color-orange100-oklch: 0.848 0.091 55.3;
217
+ --ai-color-orange200-rgb: 249,162,105;
218
+ --ai-color-orange200-hsl: 24 92% 69%;
219
+ --ai-color-orange200-oklch: 0.787 0.127 53.1;
220
+ --ai-color-orange300-rgb: 245,135,61;
221
+ --ai-color-orange300-hsl: 24 90% 60%;
222
+ --ai-color-orange300-oklch: 0.732 0.159 51.3;
223
+ --ai-color-orange400-rgb: 241,108,18;
224
+ --ai-color-orange400-hsl: 24 89% 51%;
225
+ --ai-color-orange400-oklch: 0.683 0.185 46.6;
226
+ --ai-color-orange500-rgb: 202,90,16;
227
+ --ai-color-orange500-hsl: 24 85% 43%;
228
+ --ai-color-orange500-oklch: 0.599 0.161 46.6;
229
+ --ai-color-orange600-rgb: 162,73,13;
230
+ --ai-color-orange600-hsl: 24 85% 34%;
231
+ --ai-color-orange600-oklch: 0.512 0.134 47.6;
232
+ --ai-color-orange700-rgb: 105,46,7;
233
+ --ai-color-orange700-hsl: 24 87% 22%;
234
+ --ai-color-orange700-oklch: 0.377 0.097 48.0;
235
+ --ai-color-orange800-rgb: 49,33,24;
236
+ --ai-color-orange800-hsl: 22 34% 14%;
237
+ --ai-color-orange800-oklch: 0.265 0.030 50.4;
238
+ --ai-color-orange-neon-rgb: 255,146,18;
239
+ --ai-color-orange-neon-hsl: 32 100% 54%;
240
+ --ai-color-orange-neon-oklch: 0.761 0.174 60.3;
241
+ --ai-color-green50-rgb: 225,245,232;
242
+ --ai-color-green50-hsl: 141 50% 92%;
243
+ --ai-color-green50-oklch: 0.952 0.027 157.4;
244
+ --ai-color-green100-rgb: 176,233,195;
245
+ --ai-color-green100-hsl: 140 56% 80%;
246
+ --ai-color-green100-oklch: 0.885 0.078 155.3;
247
+ --ai-color-green200-rgb: 128,221,159;
248
+ --ai-color-green200-hsl: 140 58% 68%;
249
+ --ai-color-green200-oklch: 0.823 0.125 153.6;
250
+ --ai-color-green300-rgb: 80,209,123;
251
+ --ai-color-green300-hsl: 140 58% 57%;
252
+ --ai-color-green300-oklch: 0.768 0.167 151.3;
253
+ --ai-color-green400-rgb: 32,197,87;
254
+ --ai-color-green400-hsl: 140 72% 45%;
255
+ --ai-color-green400-oklch: 0.722 0.198 148.4;
256
+ --ai-color-green500-rgb: 27,159,71;
257
+ --ai-color-green500-hsl: 140 71% 36%;
258
+ --ai-color-green500-oklch: 0.616 0.167 148.7;
259
+ --ai-color-green600-rgb: 22,119,55;
260
+ --ai-color-green600-hsl: 140 69% 28%;
261
+ --ai-color-green600-oklch: 0.501 0.130 149.4;
262
+ --ai-color-green700-rgb: 16,78,37;
263
+ --ai-color-green700-hsl: 140 66% 18%;
264
+ --ai-color-green700-oklch: 0.375 0.092 150.1;
265
+ --ai-color-green800-rgb: 24,44,34;
266
+ --ai-color-green800-hsl: 150 29% 13%;
267
+ --ai-color-green800-oklch: 0.272 0.032 161.5;
268
+ --ai-color-green-neon-rgb: 0,255,60;
269
+ --ai-color-green-neon-hsl: 134 100% 50%;
270
+ --ai-color-green-neon-oklch: 0.868 0.280 144.2;
271
+ --ai-color-red50-rgb: 255,208,208;
272
+ --ai-color-red50-hsl: 0 100% 91%;
273
+ --ai-color-red50-oklch: 0.898 0.053 18.2;
274
+ --ai-color-red100-rgb: 247,164,164;
275
+ --ai-color-red100-hsl: 0 84% 81%;
276
+ --ai-color-red100-oklch: 0.800 0.099 19.5;
277
+ --ai-color-red200-rgb: 239,121,121;
278
+ --ai-color-red200-hsl: 0 79% 71%;
279
+ --ai-color-red200-oklch: 0.711 0.146 21.4;
280
+ --ai-color-red300-rgb: 237,81,81;
281
+ --ai-color-red300-hsl: 0 81% 62%;
282
+ --ai-color-red300-oklch: 0.649 0.192 24.2;
283
+ --ai-color-red400-rgb: 214,51,51;
284
+ --ai-color-red400-hsl: 0 67% 52%;
285
+ --ai-color-red400-oklch: 0.577 0.200 26.1;
286
+ --ai-color-red500-rgb: 184,33,33;
287
+ --ai-color-red500-hsl: 0 70% 43%;
288
+ --ai-color-red500-oklch: 0.507 0.186 27.1;
289
+ --ai-color-red600-rgb: 144,30,30;
290
+ --ai-color-red600-hsl: 0 66% 34%;
291
+ --ai-color-red600-oklch: 0.429 0.150 26.3;
292
+ --ai-color-red700-rgb: 105,18,18;
293
+ --ai-color-red700-hsl: 0 71% 24%;
294
+ --ai-color-red700-oklch: 0.341 0.121 26.4;
295
+ --ai-color-red800-rgb: 47,25,27;
296
+ --ai-color-red800-hsl: 355 31% 14%;
297
+ --ai-color-red800-oklch: 0.244 0.035 14.1;
298
+ --ai-color-red-neon-rgb: 255,55,55;
299
+ --ai-color-red-neon-hsl: 0 100% 61%;
300
+ --ai-color-red-neon-oklch: 0.652 0.234 26.7;
301
+ --ai-color-yellow50-rgb: 255,243,214;
302
+ --ai-color-yellow50-hsl: 42 100% 92%;
303
+ --ai-color-yellow50-oklch: 0.966 0.040 88.2;
304
+ --ai-color-yellow100-rgb: 255,228,159;
305
+ --ai-color-yellow100-hsl: 43 100% 81%;
306
+ --ai-color-yellow100-oklch: 0.925 0.092 89.1;
307
+ --ai-color-yellow200-rgb: 255,214,106;
308
+ --ai-color-yellow200-hsl: 43 100% 71%;
309
+ --ai-color-yellow200-oklch: 0.890 0.134 88.7;
310
+ --ai-color-yellow300-rgb: 255,199,54;
311
+ --ai-color-yellow300-hsl: 43 100% 61%;
312
+ --ai-color-yellow300-oklch: 0.857 0.161 85.8;
313
+ --ai-color-yellow400-rgb: 255,184,0;
314
+ --ai-color-yellow400-hsl: 43 100% 50%;
315
+ --ai-color-yellow400-oklch: 0.827 0.171 80.5;
316
+ --ai-color-yellow500-rgb: 213,154,3;
317
+ --ai-color-yellow500-hsl: 43 97% 42%;
318
+ --ai-color-yellow500-oklch: 0.724 0.149 81.0;
319
+ --ai-color-yellow600-rgb: 170,124,5;
320
+ --ai-color-yellow600-hsl: 43 94% 34%;
321
+ --ai-color-yellow600-oklch: 0.616 0.126 82.2;
322
+ --ai-color-yellow700-rgb: 113,81,0;
323
+ --ai-color-yellow700-hsl: 43 100% 22%;
324
+ --ai-color-yellow700-oklch: 0.457 0.094 82.2;
325
+ --ai-color-yellow800-rgb: 50,43,23;
326
+ --ai-color-yellow800-hsl: 44 37% 14%;
327
+ --ai-color-yellow800-oklch: 0.291 0.034 90.8;
328
+ --ai-color-yellow-neon-rgb: 255,255,33;
329
+ --ai-color-yellow-neon-hsl: 60 100% 56%;
330
+ --ai-color-yellow-neon-oklch: 0.968 0.206 109.7;
331
+ --ai-color-accent50: #1A1E36;
332
+ --ai-color-accent100: #1C2779;
333
+ --ai-color-accent200: #2435A7;
334
+ --ai-color-accent300: #2C42D3;
335
+ --ai-color-accent400: #334EFF;
336
+ --ai-color-accent500: #667BFF;
337
+ --ai-color-accent600: #8C9BFF;
338
+ --ai-color-accent700: #B8C1FF;
339
+ --ai-color-accent800: #E5E9FF;
340
+ --ai-color-negative50: #2F191B;
341
+ --ai-color-negative100: #691212;
342
+ --ai-color-negative200: #901E1E;
343
+ --ai-color-negative300: #B82121;
344
+ --ai-color-negative400: #D63333;
345
+ --ai-color-negative500: #ED5151;
346
+ --ai-color-negative600: #EF7979;
347
+ --ai-color-negative700: #F7A4A4;
348
+ --ai-color-negative800: #FFD0D0;
349
+ --ai-color-positive50: #182C22;
350
+ --ai-color-positive100: #104E25;
351
+ --ai-color-positive200: #167737;
352
+ --ai-color-positive300: #1B9F47;
353
+ --ai-color-positive400: #20C557;
354
+ --ai-color-positive500: #50D17B;
355
+ --ai-color-positive600: #80DD9F;
356
+ --ai-color-positive700: #B0E9C3;
357
+ --ai-color-positive800: #E1F5E8;
358
+ --ai-color-primary0: #040405;
359
+ --ai-color-primary50: #15161A;
360
+ --ai-color-primary100: #24262A;
361
+ --ai-color-primary150: #2B2F33;
362
+ --ai-color-primary200: #3E4146;
363
+ --ai-color-primary250: #505359;
364
+ --ai-color-primary300: #505359;
365
+ --ai-color-primary350: #505359;
366
+ --ai-color-primary400: #6E7076;
367
+ --ai-color-primary450: #6E7076;
368
+ --ai-color-primary500: #888A8F;
369
+ --ai-color-primary550: #888A8F;
370
+ --ai-color-primary600: #A2A4A9;
371
+ --ai-color-primary650: #A2A4A9;
372
+ --ai-color-primary700: #BCBFC2;
373
+ --ai-color-primary750: #BCBFC2;
374
+ --ai-color-primary800: #D7D8DB;
375
+ --ai-color-primary850: #D7D8DB;
376
+ --ai-color-primary900: #F2F3F4;
377
+ --ai-color-primary950: #ffffff;
378
+ --ai-color-warning50: #322B17;
379
+ --ai-color-warning100: #715100;
380
+ --ai-color-warning200: #AA7C05;
381
+ --ai-color-warning300: #D59A03;
382
+ --ai-color-warning400: #FFB800;
383
+ --ai-color-warning500: #FFC736;
384
+ --ai-color-warning600: #FFD66A;
385
+ --ai-color-warning700: #FFE49F;
386
+ --ai-color-warning800: #FFF3D6;
387
+ --ai-color-disposition-assumed-friend: #00FF3C;
388
+ --ai-color-disposition-civilian: #FF47CE;
389
+ --ai-color-disposition-friend: #18FFFF;
390
+ --ai-color-disposition-hostile: #FF3737;
391
+ --ai-color-disposition-pending: #F2F3F4;
392
+ --ai-color-disposition-suspect: #FF9212;
393
+ --ai-color-disposition-unknown: #FFFF21;
394
+ --ai-color-accent50-rgb: 26,30,54;
395
+ --ai-color-accent50-hsl: 231 35% 16%;
396
+ --ai-color-accent50-oklch: 0.244 0.046 275.3;
397
+ --ai-color-accent100-rgb: 28,39,121;
398
+ --ai-color-accent100-hsl: 233 62% 29%;
399
+ --ai-color-accent100-oklch: 0.324 0.139 270.4;
400
+ --ai-color-accent200-rgb: 36,53,167;
401
+ --ai-color-accent200-hsl: 232 65% 40%;
402
+ --ai-color-accent200-oklch: 0.399 0.182 269.2;
403
+ --ai-color-accent300-rgb: 44,66,211;
404
+ --ai-color-accent300-hsl: 232 65% 50%;
405
+ --ai-color-accent300-oklch: 0.468 0.221 268.6;
406
+ --ai-color-accent400-rgb: 51,78,255;
407
+ --ai-color-accent400-hsl: 232 100% 60%;
408
+ --ai-color-accent400-oklch: 0.532 0.260 268.2;
409
+ --ai-color-accent500-rgb: 102,123,255;
410
+ --ai-color-accent500-hsl: 232 100% 70%;
411
+ --ai-color-accent500-oklch: 0.635 0.196 272.8;
412
+ --ai-color-accent600-rgb: 140,155,255;
413
+ --ai-color-accent600-hsl: 232 100% 77%;
414
+ --ai-color-accent600-oklch: 0.720 0.146 275.7;
415
+ --ai-color-accent700-rgb: 184,193,255;
416
+ --ai-color-accent700-hsl: 232 100% 86%;
417
+ --ai-color-accent700-oklch: 0.826 0.088 277.9;
418
+ --ai-color-accent800-rgb: 229,233,255;
419
+ --ai-color-accent800-hsl: 231 100% 95%;
420
+ --ai-color-accent800-oklch: 0.938 0.030 277.6;
421
+ --ai-color-negative50-rgb: 47,25,27;
422
+ --ai-color-negative50-hsl: 355 31% 14%;
423
+ --ai-color-negative50-oklch: 0.244 0.035 14.1;
424
+ --ai-color-negative100-rgb: 105,18,18;
425
+ --ai-color-negative100-hsl: 0 71% 24%;
426
+ --ai-color-negative100-oklch: 0.341 0.121 26.4;
427
+ --ai-color-negative200-rgb: 144,30,30;
428
+ --ai-color-negative200-hsl: 0 66% 34%;
429
+ --ai-color-negative200-oklch: 0.429 0.150 26.3;
430
+ --ai-color-negative300-rgb: 184,33,33;
431
+ --ai-color-negative300-hsl: 0 70% 43%;
432
+ --ai-color-negative300-oklch: 0.507 0.186 27.1;
433
+ --ai-color-negative400-rgb: 214,51,51;
434
+ --ai-color-negative400-hsl: 0 67% 52%;
435
+ --ai-color-negative400-oklch: 0.577 0.200 26.1;
436
+ --ai-color-negative500-rgb: 237,81,81;
437
+ --ai-color-negative500-hsl: 0 81% 62%;
438
+ --ai-color-negative500-oklch: 0.649 0.192 24.2;
439
+ --ai-color-negative600-rgb: 239,121,121;
440
+ --ai-color-negative600-hsl: 0 79% 71%;
441
+ --ai-color-negative600-oklch: 0.711 0.146 21.4;
442
+ --ai-color-negative700-rgb: 247,164,164;
443
+ --ai-color-negative700-hsl: 0 84% 81%;
444
+ --ai-color-negative700-oklch: 0.800 0.099 19.5;
445
+ --ai-color-negative800-rgb: 255,208,208;
446
+ --ai-color-negative800-hsl: 0 100% 91%;
447
+ --ai-color-negative800-oklch: 0.898 0.053 18.2;
448
+ --ai-color-positive50-rgb: 24,44,34;
449
+ --ai-color-positive50-hsl: 150 29% 13%;
450
+ --ai-color-positive50-oklch: 0.272 0.032 161.5;
451
+ --ai-color-positive100-rgb: 16,78,37;
452
+ --ai-color-positive100-hsl: 140 66% 18%;
453
+ --ai-color-positive100-oklch: 0.375 0.092 150.1;
454
+ --ai-color-positive200-rgb: 22,119,55;
455
+ --ai-color-positive200-hsl: 140 69% 28%;
456
+ --ai-color-positive200-oklch: 0.501 0.130 149.4;
457
+ --ai-color-positive300-rgb: 27,159,71;
458
+ --ai-color-positive300-hsl: 140 71% 36%;
459
+ --ai-color-positive300-oklch: 0.616 0.167 148.7;
460
+ --ai-color-positive400-rgb: 32,197,87;
461
+ --ai-color-positive400-hsl: 140 72% 45%;
462
+ --ai-color-positive400-oklch: 0.722 0.198 148.4;
463
+ --ai-color-positive500-rgb: 80,209,123;
464
+ --ai-color-positive500-hsl: 140 58% 57%;
465
+ --ai-color-positive500-oklch: 0.768 0.167 151.3;
466
+ --ai-color-positive600-rgb: 128,221,159;
467
+ --ai-color-positive600-hsl: 140 58% 68%;
468
+ --ai-color-positive600-oklch: 0.823 0.125 153.6;
469
+ --ai-color-positive700-rgb: 176,233,195;
470
+ --ai-color-positive700-hsl: 140 56% 80%;
471
+ --ai-color-positive700-oklch: 0.885 0.078 155.3;
472
+ --ai-color-positive800-rgb: 225,245,232;
473
+ --ai-color-positive800-hsl: 141 50% 92%;
474
+ --ai-color-positive800-oklch: 0.952 0.027 157.4;
475
+ --ai-color-primary0-rgb: 4,4,5;
476
+ --ai-color-primary0-hsl: 240 11% 2%;
477
+ --ai-color-primary0-oklch: 0.108 0.004 285.8;
478
+ --ai-color-primary50-rgb: 21,22,26;
479
+ --ai-color-primary50-hsl: 228 11% 9%;
480
+ --ai-color-primary50-oklch: 0.201 0.008 274.5;
481
+ --ai-color-primary100-rgb: 36,38,42;
482
+ --ai-color-primary100-hsl: 220 8% 15%;
483
+ --ai-color-primary100-oklch: 0.268 0.008 264.4;
484
+ --ai-color-primary150-rgb: 43,47,51;
485
+ --ai-color-primary150-hsl: 210 9% 18%;
486
+ --ai-color-primary150-oklch: 0.303 0.009 248.1;
487
+ --ai-color-primary200-rgb: 62,65,70;
488
+ --ai-color-primary200-hsl: 218 6% 26%;
489
+ --ai-color-primary200-oklch: 0.374 0.009 260.7;
490
+ --ai-color-primary250-rgb: 80,83,89;
491
+ --ai-color-primary250-hsl: 220 5% 33%;
492
+ --ai-color-primary250-oklch: 0.442 0.011 264.5;
493
+ --ai-color-primary300-rgb: 80,83,89;
494
+ --ai-color-primary300-hsl: 220 5% 33%;
495
+ --ai-color-primary300-oklch: 0.442 0.011 264.5;
496
+ --ai-color-primary350-rgb: 80,83,89;
497
+ --ai-color-primary350-hsl: 220 5% 33%;
498
+ --ai-color-primary350-oklch: 0.442 0.011 264.5;
499
+ --ai-color-primary400-rgb: 110,112,118;
500
+ --ai-color-primary400-hsl: 225 4% 45%;
501
+ --ai-color-primary400-oklch: 0.545 0.010 271.2;
502
+ --ai-color-primary450-rgb: 110,112,118;
503
+ --ai-color-primary450-hsl: 225 4% 45%;
504
+ --ai-color-primary450-oklch: 0.545 0.010 271.2;
505
+ --ai-color-primary500-rgb: 136,138,143;
506
+ --ai-color-primary500-hsl: 223 3% 55%;
507
+ --ai-color-primary500-oklch: 0.633 0.008 268.5;
508
+ --ai-color-primary550-rgb: 136,138,143;
509
+ --ai-color-primary550-hsl: 223 3% 55%;
510
+ --ai-color-primary550-oklch: 0.633 0.008 268.5;
511
+ --ai-color-primary600-rgb: 162,164,169;
512
+ --ai-color-primary600-hsl: 223 4% 65%;
513
+ --ai-color-primary600-oklch: 0.719 0.008 268.5;
514
+ --ai-color-primary650-rgb: 162,164,169;
515
+ --ai-color-primary650-hsl: 223 4% 65%;
516
+ --ai-color-primary650-oklch: 0.719 0.008 268.5;
517
+ --ai-color-primary700-rgb: 188,191,194;
518
+ --ai-color-primary700-hsl: 210 5% 75%;
519
+ --ai-color-primary700-oklch: 0.803 0.005 247.9;
520
+ --ai-color-primary750-rgb: 188,191,194;
521
+ --ai-color-primary750-hsl: 210 5% 75%;
522
+ --ai-color-primary750-oklch: 0.803 0.005 247.9;
523
+ --ai-color-primary800-rgb: 215,216,219;
524
+ --ai-color-primary800-hsl: 225 5% 85%;
525
+ --ai-color-primary800-oklch: 0.882 0.004 271.4;
526
+ --ai-color-primary850-rgb: 215,216,219;
527
+ --ai-color-primary850-hsl: 225 5% 85%;
528
+ --ai-color-primary850-oklch: 0.882 0.004 271.4;
529
+ --ai-color-primary900-rgb: 242,243,244;
530
+ --ai-color-primary900-hsl: 210 8% 95%;
531
+ --ai-color-primary900-oklch: 0.964 0.002 247.8;
532
+ --ai-color-primary950-rgb: 255,255,255;
533
+ --ai-color-primary950-hsl: 0 0% 100%;
534
+ --ai-color-primary950-oklch: 1.000 0.000 0;
535
+ --ai-color-warning50-rgb: 50,43,23;
536
+ --ai-color-warning50-hsl: 44 37% 14%;
537
+ --ai-color-warning50-oklch: 0.291 0.034 90.8;
538
+ --ai-color-warning100-rgb: 113,81,0;
539
+ --ai-color-warning100-hsl: 43 100% 22%;
540
+ --ai-color-warning100-oklch: 0.457 0.094 82.2;
541
+ --ai-color-warning200-rgb: 170,124,5;
542
+ --ai-color-warning200-hsl: 43 94% 34%;
543
+ --ai-color-warning200-oklch: 0.616 0.126 82.2;
544
+ --ai-color-warning300-rgb: 213,154,3;
545
+ --ai-color-warning300-hsl: 43 97% 42%;
546
+ --ai-color-warning300-oklch: 0.724 0.149 81.0;
547
+ --ai-color-warning400-rgb: 255,184,0;
548
+ --ai-color-warning400-hsl: 43 100% 50%;
549
+ --ai-color-warning400-oklch: 0.827 0.171 80.5;
550
+ --ai-color-warning500-rgb: 255,199,54;
551
+ --ai-color-warning500-hsl: 43 100% 61%;
552
+ --ai-color-warning500-oklch: 0.857 0.161 85.8;
553
+ --ai-color-warning600-rgb: 255,214,106;
554
+ --ai-color-warning600-hsl: 43 100% 71%;
555
+ --ai-color-warning600-oklch: 0.890 0.134 88.7;
556
+ --ai-color-warning700-rgb: 255,228,159;
557
+ --ai-color-warning700-hsl: 43 100% 81%;
558
+ --ai-color-warning700-oklch: 0.925 0.092 89.1;
559
+ --ai-color-warning800-rgb: 255,243,214;
560
+ --ai-color-warning800-hsl: 42 100% 92%;
561
+ --ai-color-warning800-oklch: 0.966 0.040 88.2;
562
+ --ai-color-disposition-assumed-friend-rgb: 0,255,60;
563
+ --ai-color-disposition-assumed-friend-hsl: 134 100% 50%;
564
+ --ai-color-disposition-assumed-friend-oklch: 0.868 0.280 144.2;
565
+ --ai-color-disposition-civilian-rgb: 255,71,206;
566
+ --ai-color-disposition-civilian-hsl: 316 100% 64%;
567
+ --ai-color-disposition-civilian-oklch: 0.705 0.254 340.8;
568
+ --ai-color-disposition-friend-rgb: 24,255,255;
569
+ --ai-color-disposition-friend-hsl: 180 100% 55%;
570
+ --ai-color-disposition-friend-oklch: 0.906 0.153 194.8;
571
+ --ai-color-disposition-hostile-rgb: 255,55,55;
572
+ --ai-color-disposition-hostile-hsl: 0 100% 61%;
573
+ --ai-color-disposition-hostile-oklch: 0.652 0.234 26.7;
574
+ --ai-color-disposition-pending-rgb: 242,243,244;
575
+ --ai-color-disposition-pending-hsl: 210 8% 95%;
576
+ --ai-color-disposition-pending-oklch: 0.964 0.002 247.8;
577
+ --ai-color-disposition-suspect-rgb: 255,146,18;
578
+ --ai-color-disposition-suspect-hsl: 32 100% 54%;
579
+ --ai-color-disposition-suspect-oklch: 0.761 0.174 60.3;
580
+ --ai-color-disposition-unknown-rgb: 255,255,33;
581
+ --ai-color-disposition-unknown-hsl: 60 100% 56%;
582
+ --ai-color-disposition-unknown-oklch: 0.968 0.206 109.7;
583
+ --ai-font-100: 400 10px/12px "Inter";
584
+ --ai-font-150: 600 10px/14px "Inter";
585
+ --ai-font-200: 400 12px/16px "Inter";
586
+ --ai-font-250: 600 12px/16px "Inter";
587
+ --ai-font-300: 400 14px/20px "Inter";
588
+ --ai-font-350: 600 14px/20px "Inter";
589
+ --ai-font-400: 400 16px/24px "Inter";
590
+ --ai-font-450: 700 16px/20px "Inter";
591
+ --ai-font-550: 700 18px/22px "Inter";
592
+ --ai-font-650: 700 22px/28px "Inter";
593
+ --ai-font-750: 700 28px/32px "Inter";
594
+ --ai-font-850: 700 32px/40px "Inter";
595
+ --ai-font-950: 700 36px/40px "Inter";
596
+ --ai-font-mono100: 400 10px/12px "Source Code Pro";
597
+ --ai-font-mono150: 600 10px/14px "Source Code Pro";
598
+ --ai-font-mono200: 400 12px/16px "Source Code Pro";
599
+ --ai-font-mono250: 600 12px/16px "Source Code Pro";
600
+ --ai-font-mono300: 400 14px/20px "Source Code Pro";
601
+ --ai-font-mono350: 600 14px/20px "Source Code Pro";
602
+ --ai-font-mono400: 400 16px/24px "Source Code Pro";
603
+ --ai-font-mono450: 700 16px/20px "Source Code Pro";
604
+ --ai-font-mono550: 700 18px/22px "Source Code Pro";
605
+ --ai-font-mono650: 700 22px/28px "Source Code Pro";
606
+ --ai-font-mono750: 700 28px/32px "Source Code Pro";
607
+ --ai-font-mono850: 700 32px/40px "Source Code Pro";
608
+ --ai-font-mono950: 700 36px/40px "Source Code Pro";
609
+ --ai-sizing-scale0: 2px;
610
+ --ai-sizing-scale100: 4px;
611
+ --ai-sizing-scale200: 6px;
612
+ --ai-sizing-scale300: 8px;
613
+ --ai-sizing-scale400: 10px;
614
+ --ai-sizing-scale500: 12px;
615
+ --ai-sizing-scale550: 14px;
616
+ --ai-sizing-scale600: 16px;
617
+ --ai-sizing-scale650: 18px;
618
+ --ai-sizing-scale700: 20px;
619
+ --ai-sizing-scale750: 22px;
620
+ --ai-sizing-scale800: 24px;
621
+ --ai-sizing-scale850: 28px;
622
+ --ai-sizing-scale900: 32px;
623
+ --ai-sizing-scale950: 36px;
624
+ --ai-sizing-scale1000: 40px;
625
+ --ai-sizing-scale1200: 48px;
626
+ --ai-sizing-scale1400: 56px;
627
+ --ai-sizing-scale1600: 64px;
628
+ --ai-sizing-scale2400: 96px;
629
+ --ai-sizing-scale3200: 128px;
630
+ --ai-sizing-scale4800: 192px;
631
+ }
632
+