@cloudvoyant/vortex-ui 0.17.0-rc.202609040136.45c8986

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.
Files changed (61) hide show
  1. package/dist/index.cjs +1675 -0
  2. package/dist/index.d.cts +723 -0
  3. package/dist/index.d.ts +723 -0
  4. package/dist/index.js +1383 -0
  5. package/package.json +67 -0
  6. package/src/components.css +36 -0
  7. package/src/theme.css +189 -0
  8. package/src/themes/amber-minimal.css +83 -0
  9. package/src/themes/amethyst-haze.css +83 -0
  10. package/src/themes/anthropic.css +60 -0
  11. package/src/themes/anyscale.css +73 -0
  12. package/src/themes/bold-tech.css +82 -0
  13. package/src/themes/bubblegum.css +85 -0
  14. package/src/themes/caffeine.css +73 -0
  15. package/src/themes/candyland.css +75 -0
  16. package/src/themes/catppuccin.css +81 -0
  17. package/src/themes/claude.css +81 -0
  18. package/src/themes/claymorphism.css +83 -0
  19. package/src/themes/clean-slate.css +82 -0
  20. package/src/themes/cosmic-night.css +82 -0
  21. package/src/themes/cyberpunk.css +81 -0
  22. package/src/themes/darkmatter.css +84 -0
  23. package/src/themes/default.css +62 -0
  24. package/src/themes/doom-64.css +95 -0
  25. package/src/themes/elegant-luxury.css +82 -0
  26. package/src/themes/graphite.css +59 -0
  27. package/src/themes/green.css +57 -0
  28. package/src/themes/kodama-grove.css +81 -0
  29. package/src/themes/lambda.css +63 -0
  30. package/src/themes/mdbook.css +108 -0
  31. package/src/themes/midnight-bloom.css +82 -0
  32. package/src/themes/mocha-mousse.css +82 -0
  33. package/src/themes/modern-minimal.css +76 -0
  34. package/src/themes/mono.css +81 -0
  35. package/src/themes/nature.css +76 -0
  36. package/src/themes/neo-brutalism.css +81 -0
  37. package/src/themes/northern-lights.css +76 -0
  38. package/src/themes/notebook.css +95 -0
  39. package/src/themes/ocean-breeze.css +82 -0
  40. package/src/themes/openai.css +59 -0
  41. package/src/themes/pastel-dreams.css +82 -0
  42. package/src/themes/perpetuity.css +91 -0
  43. package/src/themes/quantum-rose.css +85 -0
  44. package/src/themes/retro-arcade.css +81 -0
  45. package/src/themes/rose.css +57 -0
  46. package/src/themes/sage-garden.css +84 -0
  47. package/src/themes/slate.css +57 -0
  48. package/src/themes/soft-pop.css +95 -0
  49. package/src/themes/solar-dusk.css +83 -0
  50. package/src/themes/starry-night.css +74 -0
  51. package/src/themes/sunset-horizon.css +82 -0
  52. package/src/themes/supabase.css +83 -0
  53. package/src/themes/t3-chat.css +72 -0
  54. package/src/themes/tangerine.css +81 -0
  55. package/src/themes/twitter.css +82 -0
  56. package/src/themes/vercel.css +85 -0
  57. package/src/themes/vintage-paper.css +82 -0
  58. package/src/themes/violet-bloom.css +95 -0
  59. package/src/themes/vitepress.css +60 -0
  60. package/src/themes/vortex-ui.css +88 -0
  61. package/src/themes.css +4184 -0
@@ -0,0 +1,95 @@
1
+ /* notebook — tweakcn "Notebook" preset. Auto-generated from tweakcn defaultPresets;
2
+ tokens kept verbatim (consumed via var()). */
3
+ .theme-notebook {
4
+ --background: #f9f9f9;
5
+ --foreground: #3a3a3a;
6
+ --card: #ffffff;
7
+ --card-foreground: #3a3a3a;
8
+ --popover: #ffffff;
9
+ --popover-foreground: #3a3a3a;
10
+ --primary: #606060;
11
+ --primary-foreground: #f0f0f0;
12
+ --secondary: #dedede;
13
+ --secondary-foreground: #3a3a3a;
14
+ --muted: #e3e3e3;
15
+ --muted-foreground: #505050;
16
+ --accent: #f3eac8;
17
+ --accent-foreground: #5d4037;
18
+ --destructive: #c87a7a;
19
+ --destructive-foreground: #ffffff;
20
+ --border: #747272;
21
+ --input: #ffffff;
22
+ --ring: #a0a0a0;
23
+ --chart-1: #333333;
24
+ --chart-2: #555555;
25
+ --chart-3: #777777;
26
+ --chart-4: #999999;
27
+ --chart-5: #bbbbbb;
28
+ --sidebar: #f0f0f0;
29
+ --sidebar-foreground: #3a3a3a;
30
+ --sidebar-primary: #606060;
31
+ --sidebar-primary-foreground: #f0f0f0;
32
+ --sidebar-accent: #f3eac8;
33
+ --sidebar-accent-foreground: #5d4037;
34
+ --sidebar-border: #c0c0c0;
35
+ --sidebar-ring: #a0a0a0;
36
+ --font-sans: Architects Daughter, sans-serif;
37
+ --font-serif: 'Times New Roman', Times, serif;
38
+ --font-mono: 'Courier New', Courier, monospace;
39
+ --radius: 0.625rem;
40
+ --shadow-color: #000000;
41
+ --shadow-opacity: 0.03;
42
+ --shadow-blur: 5px;
43
+ --shadow-spread: 0px;
44
+ --shadow-offset-x: 1px;
45
+ --shadow-offset-y: 4px;
46
+ --letter-spacing: 0.5px;
47
+ --spacing: 0.25rem;
48
+ }
49
+
50
+ .theme-notebook.dark {
51
+ --background: #2b2b2b;
52
+ --foreground: #dcdcdc;
53
+ --card: #333333;
54
+ --card-foreground: #dcdcdc;
55
+ --popover: #333333;
56
+ --popover-foreground: #dcdcdc;
57
+ --primary: #b0b0b0;
58
+ --primary-foreground: #2b2b2b;
59
+ --secondary: #5a5a5a;
60
+ --secondary-foreground: #c0c0c0;
61
+ --muted: #454545;
62
+ --muted-foreground: #a0a0a0;
63
+ --accent: #e0e0e0;
64
+ --accent-foreground: #333333;
65
+ --destructive: #d9afaf;
66
+ --destructive-foreground: #2b2b2b;
67
+ --border: #4f4f4f;
68
+ --input: #333333;
69
+ --ring: #c0c0c0;
70
+ --chart-1: #efefef;
71
+ --chart-2: #d0d0d0;
72
+ --chart-3: #b0b0b0;
73
+ --chart-4: #909090;
74
+ --chart-5: #707070;
75
+ --sidebar: #212121;
76
+ --sidebar-foreground: #dcdcdc;
77
+ --sidebar-primary: #b0b0b0;
78
+ --sidebar-primary-foreground: #212121;
79
+ --sidebar-accent: #e0e0e0;
80
+ --sidebar-accent-foreground: #333333;
81
+ --sidebar-border: #4f4f4f;
82
+ --sidebar-ring: #c0c0c0;
83
+ --font-sans: Architects Daughter, sans-serif;
84
+ --font-serif: Georgia, serif;
85
+ --font-mono: 'Fira Code', 'Courier New', monospace;
86
+ --radius: 0.625rem;
87
+ --shadow-color: #000000;
88
+ --shadow-opacity: 0.03;
89
+ --shadow-blur: 5px;
90
+ --shadow-spread: 0px;
91
+ --shadow-offset-x: 1px;
92
+ --shadow-offset-y: 4px;
93
+ --letter-spacing: 0.5px;
94
+ --spacing: 0.25rem;
95
+ }
@@ -0,0 +1,82 @@
1
+ /* ocean-breeze — tweakcn "Ocean Breeze" preset. Auto-generated from tweakcn defaultPresets;
2
+ tokens kept verbatim (consumed via var()). */
3
+ .theme-ocean-breeze {
4
+ --background: #f0f8ff;
5
+ --foreground: #374151;
6
+ --card: #ffffff;
7
+ --card-foreground: #374151;
8
+ --popover: #ffffff;
9
+ --popover-foreground: #374151;
10
+ --primary: #22c55e;
11
+ --primary-foreground: #ffffff;
12
+ --secondary: #e0f2fe;
13
+ --secondary-foreground: #4b5563;
14
+ --muted: #f3f4f6;
15
+ --muted-foreground: #6b7280;
16
+ --accent: #d1fae5;
17
+ --accent-foreground: #374151;
18
+ --destructive: #ef4444;
19
+ --destructive-foreground: #ffffff;
20
+ --border: #e5e7eb;
21
+ --input: #e5e7eb;
22
+ --ring: #22c55e;
23
+ --chart-1: #22c55e;
24
+ --chart-2: #10b981;
25
+ --chart-3: #059669;
26
+ --chart-4: #047857;
27
+ --chart-5: #065f46;
28
+ --radius: 0.5rem;
29
+ --sidebar: #e0f2fe;
30
+ --sidebar-foreground: #374151;
31
+ --sidebar-primary: #22c55e;
32
+ --sidebar-primary-foreground: #ffffff;
33
+ --sidebar-accent: #d1fae5;
34
+ --sidebar-accent-foreground: #374151;
35
+ --sidebar-border: #e5e7eb;
36
+ --sidebar-ring: #22c55e;
37
+ --font-sans: DM Sans, sans-serif;
38
+ --font-serif: Lora, serif;
39
+ --font-mono: IBM Plex Mono, monospace;
40
+ --shadow-color: hsl(0 0% 0%);
41
+ --shadow-opacity: 0.1;
42
+ --shadow-blur: 8px;
43
+ --shadow-spread: -1px;
44
+ --shadow-offset-x: 0px;
45
+ --shadow-offset-y: 4px;
46
+ }
47
+
48
+ .theme-ocean-breeze.dark {
49
+ --background: #0f172a;
50
+ --foreground: #d1d5db;
51
+ --card: #1e293b;
52
+ --card-foreground: #d1d5db;
53
+ --popover: #1e293b;
54
+ --popover-foreground: #d1d5db;
55
+ --primary: #34d399;
56
+ --primary-foreground: #0f172a;
57
+ --secondary: #2d3748;
58
+ --secondary-foreground: #a1a1aa;
59
+ --muted: #19212e;
60
+ --muted-foreground: #6b7280;
61
+ --accent: #374151;
62
+ --accent-foreground: #a1a1aa;
63
+ --destructive: #ef4444;
64
+ --destructive-foreground: #0f172a;
65
+ --border: #4b5563;
66
+ --input: #4b5563;
67
+ --ring: #34d399;
68
+ --chart-1: #34d399;
69
+ --chart-2: #2dd4bf;
70
+ --chart-3: #22c55e;
71
+ --chart-4: #10b981;
72
+ --chart-5: #059669;
73
+ --radius: 0.5rem;
74
+ --sidebar: #1e293b;
75
+ --sidebar-foreground: #d1d5db;
76
+ --sidebar-primary: #34d399;
77
+ --sidebar-primary-foreground: #0f172a;
78
+ --sidebar-accent: #374151;
79
+ --sidebar-accent-foreground: #a1a1aa;
80
+ --sidebar-border: #4b5563;
81
+ --sidebar-ring: #34d399;
82
+ }
@@ -0,0 +1,59 @@
1
+ /* OpenAI — minimal/editorial: white page, near-black warm-neutral ink (#0d0d0d),
2
+ monochrome-first with a restrained teal accent (#10a37f). All-sans grotesk.
3
+ Brand fonts Söhne / OpenAI Sans are proprietary; substituted with Inter/Geist.
4
+ Serif headings: NO. */
5
+ .theme-openai {
6
+ --background: oklch(1 0 0);
7
+ --foreground: oklch(0.18 0.002 165); /* #0d0d0d near-black */
8
+ --card: oklch(1 0 0);
9
+ --card-foreground: oklch(0.18 0.002 165);
10
+ --popover: oklch(1 0 0);
11
+ --popover-foreground: oklch(0.18 0.002 165);
12
+ --primary: oklch(0.18 0.002 165); /* ink primary (monochrome-first) */
13
+ --primary-foreground: oklch(0.99 0 0);
14
+ --secondary: oklch(0.968 0 0);
15
+ --secondary-foreground: oklch(0.22 0.002 165);
16
+ --muted: oklch(0.968 0 0);
17
+ --muted-foreground: oklch(0.55 0.003 170);
18
+ --accent: oklch(0.62 0.11 172); /* teal #10a37f restrained accent */
19
+ --accent-foreground: oklch(0.99 0 0);
20
+ --destructive: oklch(0.577 0.245 27.325);
21
+ --destructive-foreground: oklch(0.99 0 0);
22
+ --border: oklch(0.915 0.002 170);
23
+ --input: oklch(0.915 0.002 170);
24
+ --ring: oklch(0.62 0.11 172);
25
+ --sidebar: oklch(0.985 0 0);
26
+ --sidebar-foreground: oklch(0.18 0.002 165);
27
+ --sidebar-accent: oklch(0.968 0 0);
28
+ --sidebar-accent-foreground: oklch(0.22 0.002 165);
29
+ --radius: 0.5rem;
30
+ --font-sans: 'Inter', 'Geist', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
31
+ --font-serif: 'Source Serif 4', Georgia, Cambria, 'Times New Roman', serif;
32
+ --font-mono: 'Geist Mono', 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
33
+ }
34
+
35
+ .theme-openai.dark {
36
+ --background: oklch(0.16 0.002 165); /* near-black */
37
+ --foreground: oklch(0.97 0 0);
38
+ --card: oklch(0.205 0.002 165);
39
+ --card-foreground: oklch(0.97 0 0);
40
+ --popover: oklch(0.205 0.002 165);
41
+ --popover-foreground: oklch(0.97 0 0);
42
+ --primary: oklch(0.97 0 0); /* inverts: near-white primary */
43
+ --primary-foreground: oklch(0.18 0.002 165);
44
+ --secondary: oklch(0.27 0.002 165);
45
+ --secondary-foreground: oklch(0.97 0 0);
46
+ --muted: oklch(0.27 0.002 165);
47
+ --muted-foreground: oklch(0.7 0.003 170);
48
+ --accent: oklch(0.68 0.115 172); /* teal, brightened for dark */
49
+ --accent-foreground: oklch(0.16 0.002 165);
50
+ --destructive: oklch(0.704 0.191 22.216);
51
+ --destructive-foreground: oklch(0.99 0 0);
52
+ --border: oklch(1 0 0 / 10%);
53
+ --input: oklch(1 0 0 / 14%);
54
+ --ring: oklch(0.68 0.115 172);
55
+ --sidebar: oklch(0.205 0.002 165);
56
+ --sidebar-foreground: oklch(0.97 0 0);
57
+ --sidebar-accent: oklch(0.27 0.002 165);
58
+ --sidebar-accent-foreground: oklch(0.97 0 0);
59
+ }
@@ -0,0 +1,82 @@
1
+ /* pastel-dreams — tweakcn "Pastel Dreams" preset. Auto-generated from tweakcn defaultPresets;
2
+ tokens kept verbatim (consumed via var()). */
3
+ .theme-pastel-dreams {
4
+ --background: #f7f3f9;
5
+ --foreground: #374151;
6
+ --card: #ffffff;
7
+ --card-foreground: #374151;
8
+ --popover: #ffffff;
9
+ --popover-foreground: #374151;
10
+ --primary: #a78bfa;
11
+ --primary-foreground: #ffffff;
12
+ --secondary: #e9d8fd;
13
+ --secondary-foreground: #4b5563;
14
+ --muted: #f3e8ff;
15
+ --muted-foreground: #6b7280;
16
+ --accent: #f3e5f5;
17
+ --accent-foreground: #374151;
18
+ --destructive: #fca5a5;
19
+ --destructive-foreground: #ffffff;
20
+ --border: #e9d8fd;
21
+ --input: #e9d8fd;
22
+ --ring: #a78bfa;
23
+ --chart-1: #a78bfa;
24
+ --chart-2: #8b5cf6;
25
+ --chart-3: #7c3aed;
26
+ --chart-4: #6d28d9;
27
+ --chart-5: #5b21b6;
28
+ --radius: 1.5rem;
29
+ --sidebar: #e9d8fd;
30
+ --sidebar-foreground: #374151;
31
+ --sidebar-primary: #a78bfa;
32
+ --sidebar-primary-foreground: #ffffff;
33
+ --sidebar-accent: #f3e5f5;
34
+ --sidebar-accent-foreground: #374151;
35
+ --sidebar-border: #e9d8fd;
36
+ --sidebar-ring: #a78bfa;
37
+ --font-sans: Open Sans, sans-serif;
38
+ --font-serif: Source Serif 4, serif;
39
+ --font-mono: IBM Plex Mono, monospace;
40
+ --shadow-color: hsl(0 0% 0%);
41
+ --shadow-opacity: 0.08;
42
+ --shadow-blur: 16px;
43
+ --shadow-spread: -4px;
44
+ --shadow-offset-x: 0px;
45
+ --shadow-offset-y: 8px;
46
+ }
47
+
48
+ .theme-pastel-dreams.dark {
49
+ --background: #1c1917;
50
+ --foreground: #e0e7ff;
51
+ --card: #2d2535;
52
+ --card-foreground: #e0e7ff;
53
+ --popover: #2d2535;
54
+ --popover-foreground: #e0e7ff;
55
+ --primary: #c0aafd;
56
+ --primary-foreground: #1c1917;
57
+ --secondary: #3f324a;
58
+ --secondary-foreground: #d1d5db;
59
+ --muted: #20182b;
60
+ --muted-foreground: #9ca3af;
61
+ --accent: #4a3d5a;
62
+ --accent-foreground: #d1d5db;
63
+ --destructive: #fca5a5;
64
+ --destructive-foreground: #1c1917;
65
+ --border: #3f324a;
66
+ --input: #3f324a;
67
+ --ring: #c0aafd;
68
+ --chart-1: #c0aafd;
69
+ --chart-2: #a78bfa;
70
+ --chart-3: #8b5cf6;
71
+ --chart-4: #7c3aed;
72
+ --chart-5: #6d28d9;
73
+ --radius: 1.5rem;
74
+ --sidebar: #3f324a;
75
+ --sidebar-foreground: #e0e7ff;
76
+ --sidebar-primary: #c0aafd;
77
+ --sidebar-primary-foreground: #1c1917;
78
+ --sidebar-accent: #4a3d5a;
79
+ --sidebar-accent-foreground: #d1d5db;
80
+ --sidebar-border: #3f324a;
81
+ --sidebar-ring: #c0aafd;
82
+ }
@@ -0,0 +1,91 @@
1
+ /* perpetuity — tweakcn "Perpetuity" preset. Auto-generated from tweakcn defaultPresets;
2
+ tokens kept verbatim (consumed via var()). */
3
+ .theme-perpetuity {
4
+ --background: #e8f0f0;
5
+ --foreground: #0a4a55;
6
+ --card: #f2f7f7;
7
+ --card-foreground: #0a4a55;
8
+ --popover: #f2f7f7;
9
+ --popover-foreground: #0a4a55;
10
+ --primary: #06858e;
11
+ --primary-foreground: #ffffff;
12
+ --secondary: #d9eaea;
13
+ --secondary-foreground: #0a4a55;
14
+ --muted: #e0eaea;
15
+ --muted-foreground: #427a7e;
16
+ --accent: #c9e5e7;
17
+ --accent-foreground: #0a4a55;
18
+ --destructive: #d13838;
19
+ --destructive-foreground: #ffffff;
20
+ --border: #cde0e2;
21
+ --input: #d9eaea;
22
+ --ring: #06858e;
23
+ --chart-1: #06858e;
24
+ --chart-2: #1e9ea6;
25
+ --chart-3: #37b6be;
26
+ --chart-4: #5dc7ce;
27
+ --chart-5: #8ad8dd;
28
+ --sidebar: #daebed;
29
+ --sidebar-foreground: #0a4a55;
30
+ --sidebar-primary: #06858e;
31
+ --sidebar-primary-foreground: #ffffff;
32
+ --sidebar-accent: #c9e5e7;
33
+ --sidebar-accent-foreground: #0a4a55;
34
+ --sidebar-border: #cde0e2;
35
+ --sidebar-ring: #06858e;
36
+ --font-sans: Courier New, monospace;
37
+ --font-serif: Courier New, monospace;
38
+ --font-mono: Courier New, monospace;
39
+ --radius: 0.125rem;
40
+ --shadow-color: hsl(185 70% 30% / 0.15);
41
+ --shadow-opacity: 0.15;
42
+ --shadow-blur: 2px;
43
+ --shadow-spread: 0px;
44
+ --shadow-offset-x: 1px;
45
+ --shadow-offset-y: 1px;
46
+ }
47
+
48
+ .theme-perpetuity.dark {
49
+ --background: #0a1a20;
50
+ --foreground: #4de8e8;
51
+ --card: #0c2025;
52
+ --card-foreground: #4de8e8;
53
+ --popover: #0c2025;
54
+ --popover-foreground: #4de8e8;
55
+ --primary: #4de8e8;
56
+ --primary-foreground: #0a1a20;
57
+ --secondary: #164955;
58
+ --secondary-foreground: #4de8e8;
59
+ --muted: #0f3039;
60
+ --muted-foreground: #36a5a5;
61
+ --accent: #164955;
62
+ --accent-foreground: #4de8e8;
63
+ --destructive: #e83c3c;
64
+ --destructive-foreground: #f2f2f2;
65
+ --border: #164955;
66
+ --input: #164955;
67
+ --ring: #4de8e8;
68
+ --chart-1: #4de8e8;
69
+ --chart-2: #36a5a5;
70
+ --chart-3: #2d8a8a;
71
+ --chart-4: #19595e;
72
+ --chart-5: #0e383c;
73
+ --sidebar: #0a1a20;
74
+ --sidebar-foreground: #4de8e8;
75
+ --sidebar-primary: #4de8e8;
76
+ --sidebar-primary-foreground: #0a1a20;
77
+ --sidebar-accent: #164955;
78
+ --sidebar-accent-foreground: #4de8e8;
79
+ --sidebar-border: #164955;
80
+ --sidebar-ring: #4de8e8;
81
+ --font-sans: Source Code Pro, monospace;
82
+ --font-serif: Source Code Pro, monospace;
83
+ --font-mono: Source Code Pro, monospace;
84
+ --radius: 0.125rem;
85
+ --shadow-color: hsl(180 70% 60% / 0.2);
86
+ --shadow-opacity: 0.2;
87
+ --shadow-blur: 2px;
88
+ --shadow-spread: 0px;
89
+ --shadow-offset-x: 1px;
90
+ --shadow-offset-y: 1px;
91
+ }
@@ -0,0 +1,85 @@
1
+ /* quantum-rose — tweakcn "Quantum Rose" preset. Auto-generated from tweakcn defaultPresets;
2
+ tokens kept verbatim (consumed via var()). */
3
+ .theme-quantum-rose {
4
+ --background: #fff0f8;
5
+ --foreground: #91185c;
6
+ --card: #fff7fc;
7
+ --card-foreground: #91185c;
8
+ --popover: #fff7fc;
9
+ --popover-foreground: #91185c;
10
+ --primary: #e6067a;
11
+ --primary-foreground: #ffffff;
12
+ --secondary: #ffd6ff;
13
+ --secondary-foreground: #91185c;
14
+ --muted: #ffe3f2;
15
+ --muted-foreground: #c04283;
16
+ --accent: #ffc1e3;
17
+ --accent-foreground: #91185c;
18
+ --destructive: #d13869;
19
+ --destructive-foreground: #ffffff;
20
+ --border: #ffc7e6;
21
+ --input: #ffd6ff;
22
+ --ring: #e6067a;
23
+ --chart-1: #e6067a;
24
+ --chart-2: #c44b97;
25
+ --chart-3: #9969b6;
26
+ --chart-4: #7371bf;
27
+ --chart-5: #5e84ff;
28
+ --sidebar: #ffedf6;
29
+ --sidebar-foreground: #91185c;
30
+ --sidebar-primary: #e6067a;
31
+ --sidebar-primary-foreground: #ffffff;
32
+ --sidebar-accent: #ffc1e3;
33
+ --sidebar-accent-foreground: #91185c;
34
+ --sidebar-border: #ffddf0;
35
+ --sidebar-ring: #e6067a;
36
+ --font-sans: Poppins, sans-serif;
37
+ --font-serif: Playfair Display, serif;
38
+ --font-mono: Space Mono, monospace;
39
+ --radius: 0.5rem;
40
+ --shadow-color: hsl(330 70% 30% / 0.12);
41
+ --shadow-opacity: 0.18;
42
+ --shadow-blur: 0px;
43
+ --shadow-spread: 0px;
44
+ --shadow-offset-x: 0px;
45
+ --shadow-offset-y: 3px;
46
+ }
47
+
48
+ .theme-quantum-rose.dark {
49
+ --background: #1a0922;
50
+ --foreground: #ffb3ff;
51
+ --card: #2a1435;
52
+ --card-foreground: #ffb3ff;
53
+ --popover: #2a1435;
54
+ --popover-foreground: #ffb3ff;
55
+ --primary: #ff6bef;
56
+ --primary-foreground: #180518;
57
+ --secondary: #46204f;
58
+ --secondary-foreground: #ffb3ff;
59
+ --muted: #331941;
60
+ --muted-foreground: #d67ad6;
61
+ --accent: #5a1f5d;
62
+ --accent-foreground: #ffb3ff;
63
+ --destructive: #ff2876;
64
+ --destructive-foreground: #f9f9f9;
65
+ --border: #4a1b5f;
66
+ --input: #46204f;
67
+ --ring: #ff6bef;
68
+ --chart-1: #ff6bef;
69
+ --chart-2: #c359e3;
70
+ --chart-3: #9161ff;
71
+ --chart-4: #6f73e2;
72
+ --chart-5: #547aff;
73
+ --sidebar: #1c0d25;
74
+ --sidebar-foreground: #ffb3ff;
75
+ --sidebar-primary: #ff6bef;
76
+ --sidebar-primary-foreground: #180518;
77
+ --sidebar-accent: #5a1f5d;
78
+ --sidebar-accent-foreground: #ffb3ff;
79
+ --sidebar-border: #4a1b5f;
80
+ --sidebar-ring: #ff6bef;
81
+ --font-sans: Quicksand, sans-serif;
82
+ --font-serif: Playfair Display, serif;
83
+ --font-mono: Space Mono, monospace;
84
+ --shadow-color: hsl(300 80% 50% / 0.25);
85
+ }
@@ -0,0 +1,81 @@
1
+ /* retro-arcade — tweakcn "Retro Arcade" preset. Auto-generated from tweakcn defaultPresets;
2
+ tokens kept verbatim (consumed via var()). */
3
+ .theme-retro-arcade {
4
+ --background: #fdf6e3;
5
+ --foreground: #073642;
6
+ --card: #eee8d5;
7
+ --card-foreground: #073642;
8
+ --popover: #eee8d5;
9
+ --popover-foreground: #073642;
10
+ --primary: #d33682;
11
+ --primary-foreground: #ffffff;
12
+ --secondary: #2aa198;
13
+ --secondary-foreground: #ffffff;
14
+ --muted: #93a1a1;
15
+ --muted-foreground: #073642;
16
+ --accent: #cb4b16;
17
+ --accent-foreground: #ffffff;
18
+ --destructive: #dc322f;
19
+ --destructive-foreground: #ffffff;
20
+ --border: #839496;
21
+ --input: #839496;
22
+ --ring: #d33682;
23
+ --chart-1: #268bd2;
24
+ --chart-2: #2aa198;
25
+ --chart-3: #d33682;
26
+ --chart-4: #cb4b16;
27
+ --chart-5: #dc322f;
28
+ --radius: 0.25rem;
29
+ --sidebar: #fdf6e3;
30
+ --sidebar-foreground: #073642;
31
+ --sidebar-primary: #d33682;
32
+ --sidebar-primary-foreground: #ffffff;
33
+ --sidebar-accent: #2aa198;
34
+ --sidebar-accent-foreground: #ffffff;
35
+ --sidebar-border: #839496;
36
+ --sidebar-ring: #d33682;
37
+ --font-sans: Outfit, sans-serif;
38
+ --font-mono: Space Mono, monospace;
39
+ --shadow-color: hsl(196 83% 10%);
40
+ --shadow-opacity: 0.15;
41
+ --shadow-blur: 4px;
42
+ --shadow-spread: 0px;
43
+ --shadow-offset-x: 2px;
44
+ --shadow-offset-y: 2px;
45
+ }
46
+
47
+ .theme-retro-arcade.dark {
48
+ --background: #002b36;
49
+ --foreground: #93a1a1;
50
+ --card: #073642;
51
+ --card-foreground: #93a1a1;
52
+ --popover: #073642;
53
+ --popover-foreground: #93a1a1;
54
+ --primary: #d33682;
55
+ --primary-foreground: #ffffff;
56
+ --secondary: #2aa198;
57
+ --secondary-foreground: #ffffff;
58
+ --muted: #586e75;
59
+ --muted-foreground: #93a1a1;
60
+ --accent: #cb4b16;
61
+ --accent-foreground: #ffffff;
62
+ --destructive: #dc322f;
63
+ --destructive-foreground: #ffffff;
64
+ --border: #586e75;
65
+ --input: #586e75;
66
+ --ring: #d33682;
67
+ --chart-1: #268bd2;
68
+ --chart-2: #2aa198;
69
+ --chart-3: #d33682;
70
+ --chart-4: #cb4b16;
71
+ --chart-5: #dc322f;
72
+ --radius: 0.25rem;
73
+ --sidebar: #002b36;
74
+ --sidebar-foreground: #93a1a1;
75
+ --sidebar-primary: #d33682;
76
+ --sidebar-primary-foreground: #ffffff;
77
+ --sidebar-accent: #2aa198;
78
+ --sidebar-accent-foreground: #ffffff;
79
+ --sidebar-border: #586e75;
80
+ --sidebar-ring: #d33682;
81
+ }
@@ -0,0 +1,57 @@
1
+ /* rose — shadcn "rose" base color: rose-500 primary on a neutral slate scaffold.
2
+ Exact Tailwind v4 rose OKLCH values. */
3
+ .theme-rose {
4
+ --background: oklch(1 0 0);
5
+ --foreground: oklch(0.208 0.04 265.75); /* slate-900 ink */
6
+ --card: oklch(1 0 0);
7
+ --card-foreground: oklch(0.208 0.04 265.75);
8
+ --popover: oklch(1 0 0);
9
+ --popover-foreground: oklch(0.208 0.04 265.75);
10
+ --primary: oklch(0.645 0.215 16.44); /* rose-500 */
11
+ --primary-foreground: oklch(0.969 0.015 12.42); /* rose-50 */
12
+ --secondary: oklch(0.968 0.007 247.9); /* slate-100 */
13
+ --secondary-foreground: oklch(0.208 0.04 265.75);
14
+ --muted: oklch(0.968 0.007 247.9);
15
+ --muted-foreground: oklch(0.554 0.041 257.42);
16
+ --accent: oklch(0.941 0.03 12.58); /* rose-100 tinted accent */
17
+ --accent-foreground: oklch(0.41 0.15 10.27); /* rose-900 */
18
+ --destructive: oklch(0.577 0.245 27.325);
19
+ --destructive-foreground: oklch(0.984 0.003 247.86);
20
+ --border: oklch(0.929 0.013 255.51); /* slate-200 */
21
+ --input: oklch(0.929 0.013 255.51);
22
+ --ring: oklch(0.645 0.215 16.44); /* rose-500 */
23
+ --sidebar: oklch(0.984 0.003 247.86);
24
+ --sidebar-foreground: oklch(0.208 0.04 265.75);
25
+ --sidebar-accent: oklch(0.941 0.03 12.58);
26
+ --sidebar-accent-foreground: oklch(0.41 0.15 10.27);
27
+ --radius: 0.625rem;
28
+ --font-sans: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
29
+ --font-serif: ui-serif, Georgia, Cambria, serif;
30
+ --font-mono: ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
31
+ }
32
+
33
+ .theme-rose.dark {
34
+ --background: oklch(0.208 0.04 265.75); /* slate-900 */
35
+ --foreground: oklch(0.984 0.003 247.86);
36
+ --card: oklch(0.208 0.04 265.75);
37
+ --card-foreground: oklch(0.984 0.003 247.86);
38
+ --popover: oklch(0.208 0.04 265.75);
39
+ --popover-foreground: oklch(0.984 0.003 247.86);
40
+ --primary: oklch(0.645 0.215 16.44); /* rose-500 stays vivid */
41
+ --primary-foreground: oklch(0.969 0.015 12.42);
42
+ --secondary: oklch(0.279 0.037 260.03); /* slate-800 */
43
+ --secondary-foreground: oklch(0.984 0.003 247.86);
44
+ --muted: oklch(0.279 0.037 260.03);
45
+ --muted-foreground: oklch(0.711 0.035 256.79);
46
+ --accent: oklch(0.271 0.101 12.09); /* rose-950 tinted accent */
47
+ --accent-foreground: oklch(0.969 0.015 12.42);
48
+ --destructive: oklch(0.704 0.191 22.216);
49
+ --destructive-foreground: oklch(0.984 0.003 247.86);
50
+ --border: oklch(1 0 0 / 10%);
51
+ --input: oklch(1 0 0 / 15%);
52
+ --ring: oklch(0.645 0.215 16.44);
53
+ --sidebar: oklch(0.279 0.037 260.03);
54
+ --sidebar-foreground: oklch(0.984 0.003 247.86);
55
+ --sidebar-accent: oklch(0.271 0.101 12.09);
56
+ --sidebar-accent-foreground: oklch(0.969 0.015 12.42);
57
+ }