@stealthscale/theme-ember 0.1.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/README.md +43 -0
- package/dist/base.css +59 -0
- package/dist/density.css +33 -0
- package/dist/fonts.css +4 -0
- package/dist/index.css +7 -0
- package/dist/index.d.mts +12 -0
- package/dist/index.mjs +57 -0
- package/dist/motion.css +198 -0
- package/dist/scoped.css +309 -0
- package/dist/tailwind.css +4 -0
- package/dist/tokens.css +511 -0
- package/dist/values.d.mts +4 -0
- package/dist/values.mjs +520 -0
- package/package.json +60 -0
package/dist/values.mjs
ADDED
|
@@ -0,0 +1,520 @@
|
|
|
1
|
+
export const tables = {
|
|
2
|
+
"blur": {
|
|
3
|
+
"2xl": 40,
|
|
4
|
+
"3xl": 64,
|
|
5
|
+
"lg": 16,
|
|
6
|
+
"md": 12,
|
|
7
|
+
"sm": 8,
|
|
8
|
+
"xl": 24,
|
|
9
|
+
"xs": 4
|
|
10
|
+
},
|
|
11
|
+
"dropShadow": {
|
|
12
|
+
"2xl": [
|
|
13
|
+
{
|
|
14
|
+
"fraction": 30,
|
|
15
|
+
"geometry": "0 25px 25px"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"lg": [
|
|
19
|
+
{
|
|
20
|
+
"fraction": 30,
|
|
21
|
+
"geometry": "0 10px 8px"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"fraction": 20,
|
|
25
|
+
"geometry": "0 4px 3px"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"md": [
|
|
29
|
+
{
|
|
30
|
+
"fraction": 20,
|
|
31
|
+
"geometry": "0 4px 3px"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"fraction": 30,
|
|
35
|
+
"geometry": "0 2px 2px"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"sm": [
|
|
39
|
+
{
|
|
40
|
+
"fraction": 10,
|
|
41
|
+
"geometry": "0 1px 1px"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"xl": [
|
|
45
|
+
{
|
|
46
|
+
"fraction": 30,
|
|
47
|
+
"geometry": "0 20px 13px"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"fraction": 20,
|
|
51
|
+
"geometry": "0 8px 5px"
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"xs": [
|
|
55
|
+
{
|
|
56
|
+
"fraction": 10,
|
|
57
|
+
"geometry": "0 1px 1px"
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"glow": {
|
|
62
|
+
"lg": [
|
|
63
|
+
{
|
|
64
|
+
"fraction": 50,
|
|
65
|
+
"geometry": "0 0 48px -4px"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"fraction": 30,
|
|
69
|
+
"geometry": "0 0 16px -2px"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"md": [
|
|
73
|
+
{
|
|
74
|
+
"fraction": 45,
|
|
75
|
+
"geometry": "0 0 24px -2px"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"fraction": 25,
|
|
79
|
+
"geometry": "0 0 8px -1px"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"sm": [
|
|
83
|
+
{
|
|
84
|
+
"fraction": 40,
|
|
85
|
+
"geometry": "0 0 12px -2px"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"insetShadow": {
|
|
90
|
+
"2xs": [
|
|
91
|
+
{
|
|
92
|
+
"fraction": 10,
|
|
93
|
+
"geometry": "inset 0 1px"
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"sm": [
|
|
97
|
+
{
|
|
98
|
+
"fraction": 10,
|
|
99
|
+
"geometry": "inset 0 2px 4px"
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"xs": [
|
|
103
|
+
{
|
|
104
|
+
"fraction": 10,
|
|
105
|
+
"geometry": "inset 0 1px 1px"
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
"perspective": {
|
|
110
|
+
"distant": 1200,
|
|
111
|
+
"dramatic": 100,
|
|
112
|
+
"midrange": 800,
|
|
113
|
+
"near": 300,
|
|
114
|
+
"normal": 500
|
|
115
|
+
},
|
|
116
|
+
"shadow": {
|
|
117
|
+
"2xl": [
|
|
118
|
+
{
|
|
119
|
+
"fraction": 50,
|
|
120
|
+
"geometry": "0 25px 50px -12px"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"2xs": [
|
|
124
|
+
{
|
|
125
|
+
"fraction": 10,
|
|
126
|
+
"geometry": "0 1px"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"lg": [
|
|
130
|
+
{
|
|
131
|
+
"fraction": 20,
|
|
132
|
+
"geometry": "0 10px 15px -3px"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"fraction": 20,
|
|
136
|
+
"geometry": "0 4px 6px -4px"
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"md": [
|
|
140
|
+
{
|
|
141
|
+
"fraction": 20,
|
|
142
|
+
"geometry": "0 4px 6px -1px"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"fraction": 20,
|
|
146
|
+
"geometry": "0 2px 4px -2px"
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"sm": [
|
|
150
|
+
{
|
|
151
|
+
"fraction": 20,
|
|
152
|
+
"geometry": "0 1px 3px 0"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"fraction": 20,
|
|
156
|
+
"geometry": "0 1px 2px -1px"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"xl": [
|
|
160
|
+
{
|
|
161
|
+
"fraction": 20,
|
|
162
|
+
"geometry": "0 20px 25px -5px"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"fraction": 20,
|
|
166
|
+
"geometry": "0 8px 10px -6px"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"xs": [
|
|
170
|
+
{
|
|
171
|
+
"fraction": 10,
|
|
172
|
+
"geometry": "0 1px 2px 0"
|
|
173
|
+
}
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
"shadowRim": {
|
|
177
|
+
"2xl": 50,
|
|
178
|
+
"2xs": 0,
|
|
179
|
+
"lg": 30,
|
|
180
|
+
"md": 20,
|
|
181
|
+
"sm": 0,
|
|
182
|
+
"xl": 40,
|
|
183
|
+
"xs": 0
|
|
184
|
+
},
|
|
185
|
+
"textShadow": {
|
|
186
|
+
"2xs": [
|
|
187
|
+
{
|
|
188
|
+
"fraction": 30,
|
|
189
|
+
"geometry": "0px 1px 0px"
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"lg": [
|
|
193
|
+
{
|
|
194
|
+
"fraction": 20,
|
|
195
|
+
"geometry": "0px 1px 2px"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"fraction": 20,
|
|
199
|
+
"geometry": "0px 3px 2px"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"fraction": 20,
|
|
203
|
+
"geometry": "0px 4px 8px"
|
|
204
|
+
}
|
|
205
|
+
],
|
|
206
|
+
"md": [
|
|
207
|
+
{
|
|
208
|
+
"fraction": 20,
|
|
209
|
+
"geometry": "0px 1px 1px"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"fraction": 20,
|
|
213
|
+
"geometry": "0px 1px 2px"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"fraction": 20,
|
|
217
|
+
"geometry": "0px 2px 4px"
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"sm": [
|
|
221
|
+
{
|
|
222
|
+
"fraction": 15,
|
|
223
|
+
"geometry": "0px 1px 0px"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"fraction": 15,
|
|
227
|
+
"geometry": "0px 1px 1px"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"fraction": 15,
|
|
231
|
+
"geometry": "0px 2px 2px"
|
|
232
|
+
}
|
|
233
|
+
],
|
|
234
|
+
"xs": [
|
|
235
|
+
{
|
|
236
|
+
"fraction": 40,
|
|
237
|
+
"geometry": "0px 1px 1px"
|
|
238
|
+
}
|
|
239
|
+
]
|
|
240
|
+
},
|
|
241
|
+
"animation": {
|
|
242
|
+
"collapse-down": "collapse-down var(--duration-normal) var(--ease-out) forwards",
|
|
243
|
+
"collapse-up": "collapse-up var(--duration-normal) var(--ease-in) forwards",
|
|
244
|
+
"fade-in": "fade-in var(--duration-normal) var(--ease-out) backwards",
|
|
245
|
+
"fade-out": "fade-out var(--duration-fast) var(--ease-in) forwards",
|
|
246
|
+
"ping": "ping 1s var(--ease-out) infinite",
|
|
247
|
+
"pulse": "pulse 2s var(--ease-in-out) infinite",
|
|
248
|
+
"shimmer": "shimmer 1.6s linear infinite",
|
|
249
|
+
"slide-in-from-bottom": "slide-in-from-bottom var(--duration-normal) var(--ease-out) backwards",
|
|
250
|
+
"slide-in-from-left": "slide-in-from-left var(--duration-normal) var(--ease-out) backwards",
|
|
251
|
+
"slide-in-from-right": "slide-in-from-right var(--duration-normal) var(--ease-out) backwards",
|
|
252
|
+
"slide-in-from-top": "slide-in-from-top var(--duration-normal) var(--ease-out) backwards",
|
|
253
|
+
"slide-out-to-bottom": "slide-out-to-bottom var(--duration-fast) var(--ease-in) forwards",
|
|
254
|
+
"slide-out-to-top": "slide-out-to-top var(--duration-fast) var(--ease-in) forwards",
|
|
255
|
+
"spin": "spin 1s linear infinite",
|
|
256
|
+
"zoom-in": "zoom-in var(--duration-normal) var(--ease-out) backwards",
|
|
257
|
+
"zoom-out": "zoom-out var(--duration-fast) var(--ease-in) forwards"
|
|
258
|
+
},
|
|
259
|
+
"duration": {
|
|
260
|
+
"fast": 80,
|
|
261
|
+
"normal": 160,
|
|
262
|
+
"slow": 280
|
|
263
|
+
},
|
|
264
|
+
"ease": {
|
|
265
|
+
"in": "cubic-bezier(0.4, 0, 1, 1)",
|
|
266
|
+
"in-out": "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
267
|
+
"out": "cubic-bezier(0, 0, 0.2, 1)",
|
|
268
|
+
"spring": "cubic-bezier(0.34, 1.56, 0.64, 1)"
|
|
269
|
+
},
|
|
270
|
+
"press": 0.98,
|
|
271
|
+
"defaultDensity": "compact",
|
|
272
|
+
"density": {
|
|
273
|
+
"comfortable": {
|
|
274
|
+
"control": 2.5,
|
|
275
|
+
"focusOffset": 2
|
|
276
|
+
},
|
|
277
|
+
"compact": {
|
|
278
|
+
"control": 2,
|
|
279
|
+
"focusOffset": 0
|
|
280
|
+
},
|
|
281
|
+
"touch": {
|
|
282
|
+
"control": 2.75,
|
|
283
|
+
"focusOffset": 2
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"focusWidth": 2,
|
|
287
|
+
"leading": {
|
|
288
|
+
"loose": 2,
|
|
289
|
+
"none": 1,
|
|
290
|
+
"normal": 1.5,
|
|
291
|
+
"relaxed": 1.625,
|
|
292
|
+
"snug": 1.375,
|
|
293
|
+
"tight": 1.25
|
|
294
|
+
},
|
|
295
|
+
"spacing": "0.25rem",
|
|
296
|
+
"text": {
|
|
297
|
+
"2xl": {
|
|
298
|
+
"lineHeight": 2,
|
|
299
|
+
"size": 1.5
|
|
300
|
+
},
|
|
301
|
+
"3xl": {
|
|
302
|
+
"lineHeight": 2.25,
|
|
303
|
+
"size": 1.875
|
|
304
|
+
},
|
|
305
|
+
"4xl": {
|
|
306
|
+
"lineHeight": 2.5,
|
|
307
|
+
"size": 2.25
|
|
308
|
+
},
|
|
309
|
+
"5xl": {
|
|
310
|
+
"lineHeight": 3,
|
|
311
|
+
"size": 3
|
|
312
|
+
},
|
|
313
|
+
"6xl": {
|
|
314
|
+
"lineHeight": 3.75,
|
|
315
|
+
"size": 3.75
|
|
316
|
+
},
|
|
317
|
+
"7xl": {
|
|
318
|
+
"lineHeight": 4.5,
|
|
319
|
+
"size": 4.5
|
|
320
|
+
},
|
|
321
|
+
"8xl": {
|
|
322
|
+
"lineHeight": 6,
|
|
323
|
+
"size": 6
|
|
324
|
+
},
|
|
325
|
+
"9xl": {
|
|
326
|
+
"lineHeight": 8,
|
|
327
|
+
"size": 8
|
|
328
|
+
},
|
|
329
|
+
"base": {
|
|
330
|
+
"lineHeight": 1.5,
|
|
331
|
+
"size": 1
|
|
332
|
+
},
|
|
333
|
+
"lg": {
|
|
334
|
+
"lineHeight": 1.75,
|
|
335
|
+
"size": 1.125
|
|
336
|
+
},
|
|
337
|
+
"sm": {
|
|
338
|
+
"lineHeight": 1.25,
|
|
339
|
+
"size": 0.875
|
|
340
|
+
},
|
|
341
|
+
"xl": {
|
|
342
|
+
"lineHeight": 1.75,
|
|
343
|
+
"size": 1.25
|
|
344
|
+
},
|
|
345
|
+
"xs": {
|
|
346
|
+
"lineHeight": 1,
|
|
347
|
+
"size": 0.75
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"tracking": {
|
|
351
|
+
"normal": 0,
|
|
352
|
+
"tight": -0.025,
|
|
353
|
+
"tighter": -0.05,
|
|
354
|
+
"wide": 0.025,
|
|
355
|
+
"wider": 0.05,
|
|
356
|
+
"widest": 0.1
|
|
357
|
+
},
|
|
358
|
+
"fontWeight": {
|
|
359
|
+
"black": 900,
|
|
360
|
+
"bold": 700,
|
|
361
|
+
"extrabold": 800,
|
|
362
|
+
"extralight": 200,
|
|
363
|
+
"light": 300,
|
|
364
|
+
"medium": 500,
|
|
365
|
+
"normal": 400,
|
|
366
|
+
"semibold": 600,
|
|
367
|
+
"thin": 100
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
export const values = {
|
|
372
|
+
"dark": {
|
|
373
|
+
"background": "oklch(14.0% 0.020 75)",
|
|
374
|
+
"card": "oklch(19.0% 0.016 75)",
|
|
375
|
+
"card-foreground": "oklch(96.0% 0.020 75)",
|
|
376
|
+
"foreground": "oklch(96.0% 0.020 75)",
|
|
377
|
+
"popover": "oklch(22.0% 0.016 75)",
|
|
378
|
+
"popover-foreground": "oklch(96.0% 0.020 75)",
|
|
379
|
+
"accent": "oklch(29.0% 0.032 232)",
|
|
380
|
+
"accent-foreground": "oklch(95.0% 0.028 232)",
|
|
381
|
+
"muted": "oklch(24.0% 0.028 70)",
|
|
382
|
+
"muted-foreground": "oklch(76.0% 0.028 70)",
|
|
383
|
+
"primary": "oklch(57.0% 0.186 38)",
|
|
384
|
+
"primary-foreground": "oklch(98.0% 0.009 38)",
|
|
385
|
+
"primary-ink": "oklch(75.0% 0.154 38)",
|
|
386
|
+
"secondary": "oklch(24.0% 0.028 70)",
|
|
387
|
+
"secondary-foreground": "oklch(95.0% 0.028 70)",
|
|
388
|
+
"border": "oklch(28.0% 0.028 70)",
|
|
389
|
+
"destructive": "oklch(57.0% 0.200 27)",
|
|
390
|
+
"destructive-foreground": "oklch(98.0% 0.009 27)",
|
|
391
|
+
"destructive-ink": "oklch(75.0% 0.150 27)",
|
|
392
|
+
"info": "oklch(54.0% 0.114 235)",
|
|
393
|
+
"info-foreground": "oklch(98.0% 0.010 235)",
|
|
394
|
+
"info-ink": "oklch(75.0% 0.140 235)",
|
|
395
|
+
"input": "oklch(50.0% 0.028 70)",
|
|
396
|
+
"ring": "oklch(60.0% 0.190 38)",
|
|
397
|
+
"success": "oklch(54.0% 0.148 150)",
|
|
398
|
+
"success-foreground": "oklch(98.0% 0.031 150)",
|
|
399
|
+
"success-ink": "oklch(75.0% 0.140 150)",
|
|
400
|
+
"warning": "oklch(82.0% 0.150 85)",
|
|
401
|
+
"warning-foreground": "oklch(18.0% 0.035 85)",
|
|
402
|
+
"warning-ink": "oklch(75.0% 0.140 85)",
|
|
403
|
+
"chart-1": "oklch(68.0% 0.150 258)",
|
|
404
|
+
"chart-2": "oklch(68.0% 0.117 190)",
|
|
405
|
+
"chart-3": "oklch(68.0% 0.150 300)",
|
|
406
|
+
"chart-4": "oklch(68.0% 0.150 45)",
|
|
407
|
+
"chart-5": "oklch(68.0% 0.150 12)",
|
|
408
|
+
"chart-caution": "oklch(80.0% 0.140 85)",
|
|
409
|
+
"chart-negative": "oklch(72.0% 0.170 27)",
|
|
410
|
+
"chart-positive": "oklch(74.0% 0.130 150)",
|
|
411
|
+
"sidebar": "oklch(16.0% 0.014 70)",
|
|
412
|
+
"sidebar-accent": "oklch(23.0% 0.042 70)",
|
|
413
|
+
"sidebar-accent-foreground": "oklch(95.0% 0.028 70)",
|
|
414
|
+
"sidebar-border": "oklch(27.0% 0.028 70)",
|
|
415
|
+
"sidebar-foreground": "oklch(92.0% 0.028 70)",
|
|
416
|
+
"sidebar-primary": "oklch(57.0% 0.186 38)",
|
|
417
|
+
"sidebar-primary-foreground": "oklch(98.0% 0.009 38)",
|
|
418
|
+
"sidebar-ring": "oklch(60.0% 0.190 38)",
|
|
419
|
+
"code-comment": "oklch(78.0% 0.028 250)",
|
|
420
|
+
"code-deleted": "oklch(78.0% 0.128 25)",
|
|
421
|
+
"code-function": "oklch(78.0% 0.111 265)",
|
|
422
|
+
"code-inserted": "oklch(78.0% 0.130 140)",
|
|
423
|
+
"code-keyword": "oklch(78.0% 0.140 305)",
|
|
424
|
+
"code-number": "oklch(78.0% 0.136 45)",
|
|
425
|
+
"code-string": "oklch(78.0% 0.130 165)",
|
|
426
|
+
"code-type": "oklch(78.0% 0.132 200)",
|
|
427
|
+
"glass": "oklch(19.0% 0.016 75 / 0.60)",
|
|
428
|
+
"glass-border": "oklch(96.0% 0.014 70 / 0.28)",
|
|
429
|
+
"highlight": "oklch(40.0% 0.081 85)",
|
|
430
|
+
"highlight-foreground": "oklch(96.0% 0.028 70)",
|
|
431
|
+
"overlay": "oklch(3.0% 0.006 70 / 0.70)",
|
|
432
|
+
"selection": "oklch(36.0% 0.095 38)",
|
|
433
|
+
"selection-foreground": "oklch(96.0% 0.028 70)",
|
|
434
|
+
"shadow": "oklch(4.0% 0.008 70 / 0.90)",
|
|
435
|
+
"shadow-highlight": "oklch(98.0% 0.005 70 / 0.20)",
|
|
436
|
+
"shadow-rim": "oklch(96.0% 0.014 70 / 0.32)",
|
|
437
|
+
"glow": "oklch(72.0% 0.178 38 / 0.60)",
|
|
438
|
+
"gradient-1": "oklch(68.0% 0.190 38)",
|
|
439
|
+
"gradient-2": "oklch(68.0% 0.190 -45)",
|
|
440
|
+
"gradient-3": "oklch(68.0% 0.138 232)",
|
|
441
|
+
"font-display": "'Bricolage Grotesque Variable', ui-sans-serif, system-ui, sans-serif",
|
|
442
|
+
"font-mono": "'Fira Code Variable', ui-monospace, monospace",
|
|
443
|
+
"font-sans": "'Jost Variable', ui-sans-serif, system-ui, sans-serif",
|
|
444
|
+
"radius": "0.625rem"
|
|
445
|
+
},
|
|
446
|
+
"light": {
|
|
447
|
+
"background": "oklch(96.0% 0.020 75)",
|
|
448
|
+
"card": "oklch(98.0% 0.015 75)",
|
|
449
|
+
"card-foreground": "oklch(20.0% 0.020 75)",
|
|
450
|
+
"foreground": "oklch(20.0% 0.020 75)",
|
|
451
|
+
"popover": "oklch(99.0% 0.007 75)",
|
|
452
|
+
"popover-foreground": "oklch(20.0% 0.020 75)",
|
|
453
|
+
"accent": "oklch(92.0% 0.032 232)",
|
|
454
|
+
"accent-foreground": "oklch(25.0% 0.028 232)",
|
|
455
|
+
"muted": "oklch(93.0% 0.028 70)",
|
|
456
|
+
"muted-foreground": "oklch(41.0% 0.028 70)",
|
|
457
|
+
"primary": "oklch(52.0% 0.170 38)",
|
|
458
|
+
"primary-foreground": "oklch(99.0% 0.004 38)",
|
|
459
|
+
"primary-ink": "oklch(45.0% 0.146 38)",
|
|
460
|
+
"secondary": "oklch(93.0% 0.028 70)",
|
|
461
|
+
"secondary-foreground": "oklch(25.0% 0.028 70)",
|
|
462
|
+
"border": "oklch(88.0% 0.028 70)",
|
|
463
|
+
"destructive": "oklch(56.0% 0.200 27)",
|
|
464
|
+
"destructive-foreground": "oklch(99.0% 0.004 27)",
|
|
465
|
+
"destructive-ink": "oklch(45.0% 0.180 27)",
|
|
466
|
+
"info": "oklch(54.0% 0.114 235)",
|
|
467
|
+
"info-foreground": "oklch(99.0% 0.005 235)",
|
|
468
|
+
"info-ink": "oklch(43.0% 0.091 235)",
|
|
469
|
+
"input": "oklch(65.0% 0.028 70)",
|
|
470
|
+
"ring": "oklch(52.0% 0.170 38)",
|
|
471
|
+
"success": "oklch(52.0% 0.142 150)",
|
|
472
|
+
"success-foreground": "oklch(99.0% 0.015 150)",
|
|
473
|
+
"success-ink": "oklch(42.0% 0.115 150)",
|
|
474
|
+
"warning": "oklch(84.0% 0.150 85)",
|
|
475
|
+
"warning-foreground": "oklch(18.0% 0.035 85)",
|
|
476
|
+
"warning-ink": "oklch(43.0% 0.088 85)",
|
|
477
|
+
"chart-1": "oklch(58.0% 0.150 258)",
|
|
478
|
+
"chart-2": "oklch(58.0% 0.099 190)",
|
|
479
|
+
"chart-3": "oklch(58.0% 0.150 300)",
|
|
480
|
+
"chart-4": "oklch(58.0% 0.150 45)",
|
|
481
|
+
"chart-5": "oklch(58.0% 0.150 12)",
|
|
482
|
+
"chart-caution": "oklch(70.0% 0.140 85)",
|
|
483
|
+
"chart-negative": "oklch(62.0% 0.170 27)",
|
|
484
|
+
"chart-positive": "oklch(64.0% 0.130 150)",
|
|
485
|
+
"sidebar": "oklch(95.0% 0.014 70)",
|
|
486
|
+
"sidebar-accent": "oklch(90.0% 0.042 70)",
|
|
487
|
+
"sidebar-accent-foreground": "oklch(25.0% 0.028 70)",
|
|
488
|
+
"sidebar-border": "oklch(86.0% 0.028 70)",
|
|
489
|
+
"sidebar-foreground": "oklch(25.0% 0.028 70)",
|
|
490
|
+
"sidebar-primary": "oklch(52.0% 0.170 38)",
|
|
491
|
+
"sidebar-primary-foreground": "oklch(99.0% 0.004 38)",
|
|
492
|
+
"sidebar-ring": "oklch(52.0% 0.170 38)",
|
|
493
|
+
"code-comment": "oklch(41.0% 0.028 250)",
|
|
494
|
+
"code-deleted": "oklch(43.0% 0.170 25)",
|
|
495
|
+
"code-function": "oklch(42.0% 0.150 265)",
|
|
496
|
+
"code-inserted": "oklch(40.0% 0.128 140)",
|
|
497
|
+
"code-keyword": "oklch(43.0% 0.150 305)",
|
|
498
|
+
"code-number": "oklch(42.0% 0.120 45)",
|
|
499
|
+
"code-string": "oklch(40.0% 0.084 165)",
|
|
500
|
+
"code-type": "oklch(40.0% 0.067 200)",
|
|
501
|
+
"glass": "oklch(98.0% 0.015 75 / 0.72)",
|
|
502
|
+
"glass-border": "oklch(20.0% 0.014 70 / 0.45)",
|
|
503
|
+
"highlight": "oklch(90.0% 0.107 85)",
|
|
504
|
+
"highlight-foreground": "oklch(20.0% 0.028 70)",
|
|
505
|
+
"overlay": "oklch(15.0% 0.028 70 / 0.50)",
|
|
506
|
+
"selection": "oklch(86.0% 0.077 38)",
|
|
507
|
+
"selection-foreground": "oklch(20.0% 0.028 70)",
|
|
508
|
+
"shadow": "oklch(12.0% 0.025 70 / 0.25)",
|
|
509
|
+
"shadow-highlight": "transparent",
|
|
510
|
+
"shadow-rim": "oklch(20.0% 0.014 70 / 0.10)",
|
|
511
|
+
"glow": "oklch(62.0% 0.190 38 / 0.45)",
|
|
512
|
+
"gradient-1": "oklch(60.0% 0.190 38)",
|
|
513
|
+
"gradient-2": "oklch(60.0% 0.190 -45)",
|
|
514
|
+
"gradient-3": "oklch(60.0% 0.122 232)",
|
|
515
|
+
"font-display": "'Bricolage Grotesque Variable', ui-sans-serif, system-ui, sans-serif",
|
|
516
|
+
"font-mono": "'Fira Code Variable', ui-monospace, monospace",
|
|
517
|
+
"font-sans": "'Jost Variable', ui-sans-serif, system-ui, sans-serif",
|
|
518
|
+
"radius": "0.625rem"
|
|
519
|
+
}
|
|
520
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@stealthscale/theme-ember",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Draws a stealth product in a warm orange, packed and quick, with a face and a flatness of its own.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/stealth-scale/tooling.git",
|
|
9
|
+
"directory": "themes/ember"
|
|
10
|
+
},
|
|
11
|
+
"files": [
|
|
12
|
+
"dist"
|
|
13
|
+
],
|
|
14
|
+
"type": "module",
|
|
15
|
+
"sideEffects": [
|
|
16
|
+
"**/*.css"
|
|
17
|
+
],
|
|
18
|
+
"imports": {
|
|
19
|
+
"#*": "./src/*"
|
|
20
|
+
},
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"tooling-source": "./src/index.ts",
|
|
24
|
+
"default": "./dist/index.mjs"
|
|
25
|
+
},
|
|
26
|
+
"./package.json": "./package.json",
|
|
27
|
+
"./*.css": "./dist/*.css",
|
|
28
|
+
"./values": "./dist/values.mjs"
|
|
29
|
+
},
|
|
30
|
+
"publishConfig": {
|
|
31
|
+
"exports": {
|
|
32
|
+
".": "./dist/index.mjs",
|
|
33
|
+
"./package.json": "./package.json",
|
|
34
|
+
"./*.css": "./dist/*.css",
|
|
35
|
+
"./values": "./dist/values.mjs"
|
|
36
|
+
},
|
|
37
|
+
"access": "public"
|
|
38
|
+
},
|
|
39
|
+
"scripts": {
|
|
40
|
+
"build": "vp pack src/index.ts"
|
|
41
|
+
},
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"@fontsource-variable/bricolage-grotesque": "^5.3.0",
|
|
44
|
+
"@fontsource-variable/fira-code": "^5.3.0",
|
|
45
|
+
"@fontsource-variable/jost": "^5.3.0",
|
|
46
|
+
"@stealthscale/core-theme": "^0.1.0",
|
|
47
|
+
"@stealthscale/theme-base": "^0.1.0",
|
|
48
|
+
"@tailwindcss/typography": "^0.5.20",
|
|
49
|
+
"tailwindcss": "^4.3.3",
|
|
50
|
+
"tw-animate-css": "^1.4.0"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@stealthscale/tool-config": "^0.1.0"
|
|
54
|
+
},
|
|
55
|
+
"stealth": {
|
|
56
|
+
"theme": {
|
|
57
|
+
"title": "Ember"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|