@loworbitstudio/visor-core 0.6.0 → 0.7.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/themes/blackout.css +124 -124
- package/dist/themes/modern-minimal.css +97 -97
- package/dist/themes/neutral.css +109 -109
- package/dist/themes/space.css +142 -142
- package/package.json +2 -2
package/dist/themes/neutral.css
CHANGED
|
@@ -14,32 +14,32 @@
|
|
|
14
14
|
--color-white: #ffffff;
|
|
15
15
|
--color-black: #000000;
|
|
16
16
|
--color-primary-50: #eaf8fb;
|
|
17
|
-
--color-primary-100: #
|
|
18
|
-
--color-primary-200: #
|
|
19
|
-
--color-primary-300: #
|
|
20
|
-
--color-primary-400: #
|
|
17
|
+
--color-primary-100: #d7eff5;
|
|
18
|
+
--color-primary-200: #b7e3ed;
|
|
19
|
+
--color-primary-300: #89cfde;
|
|
20
|
+
--color-primary-400: #4fb0c3;
|
|
21
21
|
--color-primary-500: #1798ad;
|
|
22
|
-
--color-primary-600: #
|
|
23
|
-
--color-primary-700: #
|
|
24
|
-
--color-primary-800: #
|
|
25
|
-
--color-primary-900: #
|
|
22
|
+
--color-primary-600: #037283;
|
|
23
|
+
--color-primary-700: #015866;
|
|
24
|
+
--color-primary-800: #013d46;
|
|
25
|
+
--color-primary-900: #002329;
|
|
26
26
|
--color-primary-950: #000c0f;
|
|
27
27
|
--color-accent-50: #eaf8fb;
|
|
28
|
-
--color-accent-100: #
|
|
29
|
-
--color-accent-200: #
|
|
30
|
-
--color-accent-300: #
|
|
31
|
-
--color-accent-400: #
|
|
28
|
+
--color-accent-100: #d7eff5;
|
|
29
|
+
--color-accent-200: #b7e3ed;
|
|
30
|
+
--color-accent-300: #89cfde;
|
|
31
|
+
--color-accent-400: #4fb0c3;
|
|
32
32
|
--color-accent-500: #1798ad;
|
|
33
|
-
--color-accent-600: #
|
|
34
|
-
--color-accent-700: #
|
|
35
|
-
--color-accent-800: #
|
|
36
|
-
--color-accent-900: #
|
|
33
|
+
--color-accent-600: #037283;
|
|
34
|
+
--color-accent-700: #015866;
|
|
35
|
+
--color-accent-800: #013d46;
|
|
36
|
+
--color-accent-900: #002329;
|
|
37
37
|
--color-accent-950: #000c0f;
|
|
38
38
|
--color-neutral-50: #f5f5f6;
|
|
39
|
-
--color-neutral-100: #
|
|
40
|
-
--color-neutral-200: #
|
|
41
|
-
--color-neutral-300: #
|
|
42
|
-
--color-neutral-400: #
|
|
39
|
+
--color-neutral-100: #e7e7ea;
|
|
40
|
+
--color-neutral-200: #d4d4d8;
|
|
41
|
+
--color-neutral-300: #b6b7bd;
|
|
42
|
+
--color-neutral-400: #8e8e97;
|
|
43
43
|
--color-neutral-500: #71717a;
|
|
44
44
|
--color-neutral-600: #54545d;
|
|
45
45
|
--color-neutral-700: #41414a;
|
|
@@ -47,29 +47,29 @@
|
|
|
47
47
|
--color-neutral-900: #1a1a1f;
|
|
48
48
|
--color-neutral-950: #09090c;
|
|
49
49
|
--color-success-50: #e8fbeb;
|
|
50
|
-
--color-success-100: #
|
|
50
|
+
--color-success-100: #d8f7dc;
|
|
51
51
|
--color-success-500: #22c55e;
|
|
52
|
-
--color-success-600: #
|
|
53
|
-
--color-success-700: #
|
|
54
|
-
--color-success-900: #
|
|
52
|
+
--color-success-600: #019341;
|
|
53
|
+
--color-success-700: #017231;
|
|
54
|
+
--color-success-900: #002b0e;
|
|
55
55
|
--color-warning-50: #fff3e6;
|
|
56
|
-
--color-warning-100: #
|
|
56
|
+
--color-warning-100: #ffebd5;
|
|
57
57
|
--color-warning-500: #f59e0b;
|
|
58
|
-
--color-warning-600: #
|
|
59
|
-
--color-warning-700: #
|
|
60
|
-
--color-warning-900: #
|
|
58
|
+
--color-warning-600: #b77401;
|
|
59
|
+
--color-warning-700: #8d5800;
|
|
60
|
+
--color-warning-900: #361f00;
|
|
61
61
|
--color-error-50: #fff2f0;
|
|
62
|
-
--color-error-100: #
|
|
62
|
+
--color-error-100: #ffe3e0;
|
|
63
63
|
--color-error-500: #ef4444;
|
|
64
|
-
--color-error-600: #
|
|
65
|
-
--color-error-700: #
|
|
66
|
-
--color-error-900: #
|
|
64
|
+
--color-error-600: #c3041e;
|
|
65
|
+
--color-error-700: #990015;
|
|
66
|
+
--color-error-900: #410004;
|
|
67
67
|
--color-info-50: #ecf7ff;
|
|
68
|
-
--color-info-100: #
|
|
68
|
+
--color-info-100: #daf0ff;
|
|
69
69
|
--color-info-500: #0ea5e9;
|
|
70
|
-
--color-info-600: #
|
|
71
|
-
--color-info-700: #
|
|
72
|
-
--color-info-900: #
|
|
70
|
+
--color-info-600: #017baf;
|
|
71
|
+
--color-info-700: #005f88;
|
|
72
|
+
--color-info-900: #002437;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
|
|
@@ -182,14 +182,14 @@
|
|
|
182
182
|
|
|
183
183
|
/* --- Adaptive: Text (dark) — manual toggle --- */
|
|
184
184
|
.dark .neutral-theme {
|
|
185
|
-
--text-primary: #
|
|
186
|
-
--text-secondary: #
|
|
187
|
-
--text-tertiary: #
|
|
185
|
+
--text-primary: #f5f5f6;
|
|
186
|
+
--text-secondary: #b6b7bd;
|
|
187
|
+
--text-tertiary: #8e8e97;
|
|
188
188
|
--text-disabled: #54545d;
|
|
189
189
|
--text-inverse: #1a1a1f;
|
|
190
190
|
--text-inverse-secondary: #41414a;
|
|
191
191
|
--text-link: #67e8f9;
|
|
192
|
-
--text-link-hover: #
|
|
192
|
+
--text-link-hover: #89cfde;
|
|
193
193
|
--text-success: #22c55e;
|
|
194
194
|
--text-warning: #f59e0b;
|
|
195
195
|
--text-error: #ef4444;
|
|
@@ -203,23 +203,23 @@
|
|
|
203
203
|
--surface-card: #18181b;
|
|
204
204
|
--surface-popover: #18181b;
|
|
205
205
|
--surface-subtle: #2d2d34;
|
|
206
|
-
--surface-muted: #
|
|
206
|
+
--surface-muted: #1f1f23;
|
|
207
207
|
--surface-overlay: #09090c;
|
|
208
208
|
--surface-interactive-default: #2d2d34;
|
|
209
209
|
--surface-interactive-hover: #41414a;
|
|
210
210
|
--surface-interactive-active: #54545d;
|
|
211
211
|
--surface-interactive-disabled: #2d2d34;
|
|
212
|
-
--surface-selected: #
|
|
213
|
-
--surface-accent-subtle: #
|
|
212
|
+
--surface-selected: #013d46;
|
|
213
|
+
--surface-accent-subtle: #002329;
|
|
214
214
|
--surface-accent-default: #1798ad;
|
|
215
|
-
--surface-accent-strong: #
|
|
216
|
-
--surface-success-subtle: #
|
|
215
|
+
--surface-accent-strong: #4fb0c3;
|
|
216
|
+
--surface-success-subtle: #002b0e;
|
|
217
217
|
--surface-success-default: #22c55e;
|
|
218
|
-
--surface-warning-subtle: #
|
|
218
|
+
--surface-warning-subtle: #361f00;
|
|
219
219
|
--surface-warning-default: #f59e0b;
|
|
220
|
-
--surface-error-subtle: #
|
|
220
|
+
--surface-error-subtle: #410004;
|
|
221
221
|
--surface-error-default: #ef4444;
|
|
222
|
-
--surface-info-subtle: #
|
|
222
|
+
--surface-info-subtle: #002437;
|
|
223
223
|
--surface-info-default: #0ea5e9;
|
|
224
224
|
--surface-elev-0: #09090c;
|
|
225
225
|
--surface-elev-1: #1a1a1f;
|
|
@@ -246,8 +246,8 @@
|
|
|
246
246
|
/* --- Adaptive: Interactive (dark) — manual toggle --- */
|
|
247
247
|
.dark .neutral-theme {
|
|
248
248
|
--interactive-primary-bg: #1798ad;
|
|
249
|
-
--interactive-primary-bg-hover: #
|
|
250
|
-
--interactive-primary-bg-active: #
|
|
249
|
+
--interactive-primary-bg-hover: #4fb0c3;
|
|
250
|
+
--interactive-primary-bg-active: #89cfde;
|
|
251
251
|
--interactive-primary-text: #ffffff;
|
|
252
252
|
--interactive-secondary-bg: #2d2d34;
|
|
253
253
|
--interactive-secondary-bg-hover: #41414a;
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
--interactive-secondary-text: #f5f5f6;
|
|
256
256
|
--interactive-secondary-border: #54545d;
|
|
257
257
|
--interactive-destructive-bg: #ef4444;
|
|
258
|
-
--interactive-destructive-bg-hover: #
|
|
258
|
+
--interactive-destructive-bg-hover: #c3041e;
|
|
259
259
|
--interactive-destructive-text: #ffffff;
|
|
260
260
|
--interactive-ghost-bg: #2d2d34;
|
|
261
261
|
--interactive-ghost-bg-hover: #41414a;
|
|
@@ -265,14 +265,14 @@
|
|
|
265
265
|
/* --- Adaptive: Text (dark) — prefers-color-scheme --- */
|
|
266
266
|
@media (prefers-color-scheme: dark) {
|
|
267
267
|
.neutral-theme:not(.light) {
|
|
268
|
-
--text-primary: #
|
|
269
|
-
--text-secondary: #
|
|
270
|
-
--text-tertiary: #
|
|
268
|
+
--text-primary: #f5f5f6;
|
|
269
|
+
--text-secondary: #b6b7bd;
|
|
270
|
+
--text-tertiary: #8e8e97;
|
|
271
271
|
--text-disabled: #54545d;
|
|
272
272
|
--text-inverse: #1a1a1f;
|
|
273
273
|
--text-inverse-secondary: #41414a;
|
|
274
274
|
--text-link: #67e8f9;
|
|
275
|
-
--text-link-hover: #
|
|
275
|
+
--text-link-hover: #89cfde;
|
|
276
276
|
--text-success: #22c55e;
|
|
277
277
|
--text-warning: #f59e0b;
|
|
278
278
|
--text-error: #ef4444;
|
|
@@ -288,23 +288,23 @@
|
|
|
288
288
|
--surface-card: #18181b;
|
|
289
289
|
--surface-popover: #18181b;
|
|
290
290
|
--surface-subtle: #2d2d34;
|
|
291
|
-
--surface-muted: #
|
|
291
|
+
--surface-muted: #1f1f23;
|
|
292
292
|
--surface-overlay: #09090c;
|
|
293
293
|
--surface-interactive-default: #2d2d34;
|
|
294
294
|
--surface-interactive-hover: #41414a;
|
|
295
295
|
--surface-interactive-active: #54545d;
|
|
296
296
|
--surface-interactive-disabled: #2d2d34;
|
|
297
|
-
--surface-selected: #
|
|
298
|
-
--surface-accent-subtle: #
|
|
297
|
+
--surface-selected: #013d46;
|
|
298
|
+
--surface-accent-subtle: #002329;
|
|
299
299
|
--surface-accent-default: #1798ad;
|
|
300
|
-
--surface-accent-strong: #
|
|
301
|
-
--surface-success-subtle: #
|
|
300
|
+
--surface-accent-strong: #4fb0c3;
|
|
301
|
+
--surface-success-subtle: #002b0e;
|
|
302
302
|
--surface-success-default: #22c55e;
|
|
303
|
-
--surface-warning-subtle: #
|
|
303
|
+
--surface-warning-subtle: #361f00;
|
|
304
304
|
--surface-warning-default: #f59e0b;
|
|
305
|
-
--surface-error-subtle: #
|
|
305
|
+
--surface-error-subtle: #410004;
|
|
306
306
|
--surface-error-default: #ef4444;
|
|
307
|
-
--surface-info-subtle: #
|
|
307
|
+
--surface-info-subtle: #002437;
|
|
308
308
|
--surface-info-default: #0ea5e9;
|
|
309
309
|
--surface-elev-0: #09090c;
|
|
310
310
|
--surface-elev-1: #1a1a1f;
|
|
@@ -335,8 +335,8 @@
|
|
|
335
335
|
@media (prefers-color-scheme: dark) {
|
|
336
336
|
.neutral-theme:not(.light) {
|
|
337
337
|
--interactive-primary-bg: #1798ad;
|
|
338
|
-
--interactive-primary-bg-hover: #
|
|
339
|
-
--interactive-primary-bg-active: #
|
|
338
|
+
--interactive-primary-bg-hover: #4fb0c3;
|
|
339
|
+
--interactive-primary-bg-active: #89cfde;
|
|
340
340
|
--interactive-primary-text: #ffffff;
|
|
341
341
|
--interactive-secondary-bg: #2d2d34;
|
|
342
342
|
--interactive-secondary-bg-hover: #41414a;
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
--interactive-secondary-text: #f5f5f6;
|
|
345
345
|
--interactive-secondary-border: #54545d;
|
|
346
346
|
--interactive-destructive-bg: #ef4444;
|
|
347
|
-
--interactive-destructive-bg-hover: #
|
|
347
|
+
--interactive-destructive-bg-hover: #c3041e;
|
|
348
348
|
--interactive-destructive-text: #ffffff;
|
|
349
349
|
--interactive-ghost-bg: #2d2d34;
|
|
350
350
|
--interactive-ghost-bg-hover: #41414a;
|
|
@@ -356,18 +356,18 @@
|
|
|
356
356
|
|
|
357
357
|
/* --- Adaptive: Text (light) --- */
|
|
358
358
|
html:not(.dark) .neutral-theme {
|
|
359
|
-
--text-primary: #
|
|
360
|
-
--text-secondary: #
|
|
361
|
-
--text-tertiary: #
|
|
362
|
-
--text-disabled: #
|
|
359
|
+
--text-primary: #1a1a1f;
|
|
360
|
+
--text-secondary: #41414a;
|
|
361
|
+
--text-tertiary: #54545d;
|
|
362
|
+
--text-disabled: #b6b7bd;
|
|
363
363
|
--text-inverse: #ffffff;
|
|
364
|
-
--text-inverse-secondary: #
|
|
364
|
+
--text-inverse-secondary: #d4d4d8;
|
|
365
365
|
--text-link: #0891b2;
|
|
366
|
-
--text-link-hover: #
|
|
367
|
-
--text-success: #
|
|
368
|
-
--text-warning: #
|
|
369
|
-
--text-error: #
|
|
370
|
-
--text-info: #
|
|
366
|
+
--text-link-hover: #015866;
|
|
367
|
+
--text-success: #017231;
|
|
368
|
+
--text-warning: #8d5800;
|
|
369
|
+
--text-error: #990015;
|
|
370
|
+
--text-info: #005f88;
|
|
371
371
|
}
|
|
372
372
|
|
|
373
373
|
|
|
@@ -377,16 +377,16 @@ html:not(.dark) .neutral-theme {
|
|
|
377
377
|
--surface-card: #ffffff;
|
|
378
378
|
--surface-popover: #ffffff;
|
|
379
379
|
--surface-subtle: #f5f5f6;
|
|
380
|
-
--surface-muted: #
|
|
380
|
+
--surface-muted: #e7e7ea;
|
|
381
381
|
--surface-overlay: #1a1a1f;
|
|
382
382
|
--surface-interactive-default: #ffffff;
|
|
383
383
|
--surface-interactive-hover: #f5f5f6;
|
|
384
|
-
--surface-interactive-active: #
|
|
384
|
+
--surface-interactive-active: #e7e7ea;
|
|
385
385
|
--surface-interactive-disabled: #f5f5f6;
|
|
386
|
-
--surface-selected: #
|
|
386
|
+
--surface-selected: #d7eff5;
|
|
387
387
|
--surface-accent-subtle: #eaf8fb;
|
|
388
388
|
--surface-accent-default: #1798ad;
|
|
389
|
-
--surface-accent-strong: #
|
|
389
|
+
--surface-accent-strong: #037283;
|
|
390
390
|
--surface-success-subtle: #e8fbeb;
|
|
391
391
|
--surface-success-default: #22c55e;
|
|
392
392
|
--surface-warning-subtle: #fff3e6;
|
|
@@ -397,19 +397,19 @@ html:not(.dark) .neutral-theme {
|
|
|
397
397
|
--surface-info-default: #0ea5e9;
|
|
398
398
|
--surface-elev-0: #ffffff;
|
|
399
399
|
--surface-elev-1: #f5f5f6;
|
|
400
|
-
--surface-elev-2: #
|
|
401
|
-
--surface-elev-3: #
|
|
402
|
-
--surface-elev-4: #
|
|
400
|
+
--surface-elev-2: #e7e7ea;
|
|
401
|
+
--surface-elev-3: #d4d4d8;
|
|
402
|
+
--surface-elev-4: #b6b7bd;
|
|
403
403
|
}
|
|
404
404
|
|
|
405
405
|
|
|
406
406
|
/* --- Adaptive: Border (light) --- */
|
|
407
407
|
html:not(.dark) .neutral-theme {
|
|
408
|
-
--border-default: #
|
|
409
|
-
--border-muted: #
|
|
410
|
-
--border-strong: #
|
|
408
|
+
--border-default: #d4d4d8;
|
|
409
|
+
--border-muted: #e7e7ea;
|
|
410
|
+
--border-strong: #b6b7bd;
|
|
411
411
|
--border-focus: #1798ad;
|
|
412
|
-
--border-disabled: #
|
|
412
|
+
--border-disabled: #e7e7ea;
|
|
413
413
|
--border-success: #22c55e;
|
|
414
414
|
--border-warning: #f59e0b;
|
|
415
415
|
--border-error: #ef4444;
|
|
@@ -420,39 +420,39 @@ html:not(.dark) .neutral-theme {
|
|
|
420
420
|
/* --- Adaptive: Interactive (light) --- */
|
|
421
421
|
html:not(.dark) .neutral-theme {
|
|
422
422
|
--interactive-primary-bg: #1798ad;
|
|
423
|
-
--interactive-primary-bg-hover: #
|
|
424
|
-
--interactive-primary-bg-active: #
|
|
423
|
+
--interactive-primary-bg-hover: #015866;
|
|
424
|
+
--interactive-primary-bg-active: #013d46;
|
|
425
425
|
--interactive-primary-text: #ffffff;
|
|
426
426
|
--interactive-secondary-bg: #ffffff;
|
|
427
427
|
--interactive-secondary-bg-hover: #f5f5f6;
|
|
428
|
-
--interactive-secondary-bg-active: #
|
|
428
|
+
--interactive-secondary-bg-active: #e7e7ea;
|
|
429
429
|
--interactive-secondary-text: #1a1a1f;
|
|
430
|
-
--interactive-secondary-border: #
|
|
431
|
-
--interactive-destructive-bg: #
|
|
432
|
-
--interactive-destructive-bg-hover: #
|
|
430
|
+
--interactive-secondary-border: #b6b7bd;
|
|
431
|
+
--interactive-destructive-bg: #c3041e;
|
|
432
|
+
--interactive-destructive-bg-hover: #990015;
|
|
433
433
|
--interactive-destructive-text: #ffffff;
|
|
434
434
|
--interactive-ghost-bg: #ffffff;
|
|
435
|
-
--interactive-ghost-bg-hover: #
|
|
435
|
+
--interactive-ghost-bg-hover: #e7e7ea;
|
|
436
436
|
}
|
|
437
437
|
|
|
438
438
|
|
|
439
439
|
/* --- Fumadocs bridge: dark --- */
|
|
440
440
|
.dark .neutral-theme {
|
|
441
441
|
--color-fd-background: #09090b;
|
|
442
|
-
--color-fd-foreground: #
|
|
442
|
+
--color-fd-foreground: #f5f5f6;
|
|
443
443
|
--color-fd-card: #18181b;
|
|
444
|
-
--color-fd-card-foreground: #
|
|
444
|
+
--color-fd-card-foreground: #f5f5f6;
|
|
445
445
|
--color-fd-border: #41414a;
|
|
446
|
-
--color-fd-muted: #
|
|
447
|
-
--color-fd-muted-foreground: #
|
|
446
|
+
--color-fd-muted: #1f1f23;
|
|
447
|
+
--color-fd-muted-foreground: #b6b7bd;
|
|
448
448
|
--color-fd-accent: #1798ad;
|
|
449
449
|
--color-fd-accent-foreground: #ffffff;
|
|
450
450
|
--color-fd-primary: #1798ad;
|
|
451
451
|
--color-fd-primary-foreground: #ffffff;
|
|
452
|
-
--color-fd-secondary: #
|
|
453
|
-
--color-fd-secondary-foreground: #
|
|
452
|
+
--color-fd-secondary: #1f1f23;
|
|
453
|
+
--color-fd-secondary-foreground: #f5f5f6;
|
|
454
454
|
--color-fd-popover: #18181b;
|
|
455
|
-
--color-fd-popover-foreground: #
|
|
455
|
+
--color-fd-popover-foreground: #f5f5f6;
|
|
456
456
|
--color-fd-ring: #1798ad;
|
|
457
457
|
}
|
|
458
458
|
|
|
@@ -460,20 +460,20 @@ html:not(.dark) .neutral-theme {
|
|
|
460
460
|
/* --- Fumadocs bridge: light --- */
|
|
461
461
|
html:not(.dark) .neutral-theme {
|
|
462
462
|
--color-fd-background: #ffffff;
|
|
463
|
-
--color-fd-foreground: #
|
|
463
|
+
--color-fd-foreground: #1a1a1f;
|
|
464
464
|
--color-fd-card: #ffffff;
|
|
465
|
-
--color-fd-card-foreground: #
|
|
466
|
-
--color-fd-border: #
|
|
467
|
-
--color-fd-muted: #
|
|
468
|
-
--color-fd-muted-foreground: #
|
|
465
|
+
--color-fd-card-foreground: #1a1a1f;
|
|
466
|
+
--color-fd-border: #d4d4d8;
|
|
467
|
+
--color-fd-muted: #e7e7ea;
|
|
468
|
+
--color-fd-muted-foreground: #41414a;
|
|
469
469
|
--color-fd-accent: #1798ad;
|
|
470
470
|
--color-fd-accent-foreground: #ffffff;
|
|
471
471
|
--color-fd-primary: #1798ad;
|
|
472
472
|
--color-fd-primary-foreground: #ffffff;
|
|
473
|
-
--color-fd-secondary: #
|
|
474
|
-
--color-fd-secondary-foreground: #
|
|
473
|
+
--color-fd-secondary: #e7e7ea;
|
|
474
|
+
--color-fd-secondary-foreground: #1a1a1f;
|
|
475
475
|
--color-fd-popover: #ffffff;
|
|
476
|
-
--color-fd-popover-foreground: #
|
|
476
|
+
--color-fd-popover-foreground: #1a1a1f;
|
|
477
477
|
--color-fd-ring: #1798ad;
|
|
478
478
|
}
|
|
479
479
|
}
|