@hype-stack/cli 0.8.1 → 1.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.
Files changed (107) hide show
  1. package/dist/{cli-BgRjXUgD.js → cli-DtlLnANf.js} +2754 -1640
  2. package/dist/cli.d.ts.map +1 -1
  3. package/dist/commands/compose.d.ts.map +1 -1
  4. package/dist/commands/create.d.ts.map +1 -1
  5. package/dist/commands/init.d.ts.map +1 -1
  6. package/dist/commands/install-helpers.d.ts +14 -3
  7. package/dist/commands/install-helpers.d.ts.map +1 -1
  8. package/dist/commands/login.d.ts.map +1 -1
  9. package/dist/commands/logout.d.ts.map +1 -1
  10. package/dist/commands/mcp.d.ts +17 -0
  11. package/dist/commands/mcp.d.ts.map +1 -0
  12. package/dist/commands/onboard.d.ts +6 -0
  13. package/dist/commands/onboard.d.ts.map +1 -1
  14. package/dist/commands/template.d.ts.map +1 -1
  15. package/dist/config/bin.js +50 -2713
  16. package/dist/config/env.d.ts +2 -0
  17. package/dist/config/env.d.ts.map +1 -1
  18. package/dist/constants/constants.d.ts +55 -8
  19. package/dist/constants/constants.d.ts.map +1 -1
  20. package/dist/constants/themes.d.ts.map +1 -1
  21. package/dist/core/access-prompts.d.ts.map +1 -1
  22. package/dist/core/agents-md.d.ts +16 -0
  23. package/dist/core/agents-md.d.ts.map +1 -0
  24. package/dist/core/apply-mode.d.ts.map +1 -1
  25. package/dist/core/apply-radius.d.ts +2 -2
  26. package/dist/core/apply-radius.d.ts.map +1 -1
  27. package/dist/core/apply-theme.d.ts +2 -2
  28. package/dist/core/apply-theme.d.ts.map +1 -1
  29. package/dist/core/auth-store.d.ts +16 -0
  30. package/dist/core/auth-store.d.ts.map +1 -1
  31. package/dist/core/codegen.d.ts.map +1 -1
  32. package/dist/core/codemods.d.ts +15 -1
  33. package/dist/core/codemods.d.ts.map +1 -1
  34. package/dist/core/cursor-rules.d.ts +25 -0
  35. package/dist/core/cursor-rules.d.ts.map +1 -0
  36. package/dist/core/device.d.ts +9 -0
  37. package/dist/core/device.d.ts.map +1 -1
  38. package/dist/core/editor-config.d.ts +3 -11
  39. package/dist/core/editor-config.d.ts.map +1 -1
  40. package/dist/core/env-status.d.ts +40 -0
  41. package/dist/core/env-status.d.ts.map +1 -0
  42. package/dist/core/installer.d.ts.map +1 -1
  43. package/dist/core/mcp-config.d.ts +76 -0
  44. package/dist/core/mcp-config.d.ts.map +1 -0
  45. package/dist/core/onboard-catalog.d.ts.map +1 -1
  46. package/dist/core/post-setup.d.ts +6 -0
  47. package/dist/core/post-setup.d.ts.map +1 -1
  48. package/dist/core/preflight.d.ts +49 -0
  49. package/dist/core/preflight.d.ts.map +1 -0
  50. package/dist/core/readme.d.ts +1 -1
  51. package/dist/core/readme.d.ts.map +1 -1
  52. package/dist/core/registry.d.ts +4 -5
  53. package/dist/core/registry.d.ts.map +1 -1
  54. package/dist/core/runtime.d.ts +42 -0
  55. package/dist/core/runtime.d.ts.map +1 -0
  56. package/dist/core/sentry.d.ts +8 -0
  57. package/dist/core/sentry.d.ts.map +1 -0
  58. package/dist/core/stack-config.d.ts.map +1 -1
  59. package/dist/core/templates.d.ts +2 -3
  60. package/dist/core/templates.d.ts.map +1 -1
  61. package/dist/core/tracking.d.ts.map +1 -1
  62. package/dist/index.d.ts +1 -1
  63. package/dist/index.d.ts.map +1 -1
  64. package/dist/index.js +2 -2
  65. package/dist/mcp/guard.d.ts +12 -0
  66. package/dist/mcp/guard.d.ts.map +1 -0
  67. package/dist/mcp/result.d.ts +42 -0
  68. package/dist/mcp/result.d.ts.map +1 -0
  69. package/dist/mcp/server.d.ts +12 -0
  70. package/dist/mcp/server.d.ts.map +1 -0
  71. package/dist/mcp/tools/add-packs.d.ts +24 -0
  72. package/dist/mcp/tools/add-packs.d.ts.map +1 -0
  73. package/dist/mcp/tools/apply-template.d.ts +26 -0
  74. package/dist/mcp/tools/apply-template.d.ts.map +1 -0
  75. package/dist/mcp/tools/auth-status.d.ts +9 -0
  76. package/dist/mcp/tools/auth-status.d.ts.map +1 -0
  77. package/dist/mcp/tools/context.d.ts +22 -0
  78. package/dist/mcp/tools/context.d.ts.map +1 -0
  79. package/dist/mcp/tools/create-application.d.ts +43 -0
  80. package/dist/mcp/tools/create-application.d.ts.map +1 -0
  81. package/dist/mcp/tools/env-status.d.ts +15 -0
  82. package/dist/mcp/tools/env-status.d.ts.map +1 -0
  83. package/dist/mcp/tools/inspect-stack.d.ts +15 -0
  84. package/dist/mcp/tools/inspect-stack.d.ts.map +1 -0
  85. package/dist/mcp/tools/plan-install.d.ts +20 -0
  86. package/dist/mcp/tools/plan-install.d.ts.map +1 -0
  87. package/dist/mcp/tools/search-catalog.d.ts +31 -0
  88. package/dist/mcp/tools/search-catalog.d.ts.map +1 -0
  89. package/dist/themes-D5OgOcBU.js +1062 -0
  90. package/dist/themes.js +2 -1062
  91. package/dist/types/types.d.ts +45 -18
  92. package/dist/types/types.d.ts.map +1 -1
  93. package/dist/ui/banner.d.ts.map +1 -1
  94. package/dist/ui/env-prompt.d.ts +43 -0
  95. package/dist/ui/env-prompt.d.ts.map +1 -0
  96. package/dist/ui/logger.d.ts +25 -0
  97. package/dist/ui/logger.d.ts.map +1 -1
  98. package/dist/ui/pack-multiselect.d.ts.map +1 -1
  99. package/dist/ui/pack-select.d.ts +35 -0
  100. package/dist/ui/pack-select.d.ts.map +1 -0
  101. package/dist/ui/theme.d.ts +2 -0
  102. package/dist/ui/theme.d.ts.map +1 -1
  103. package/dist/utils/exec.d.ts +3 -0
  104. package/dist/utils/exec.d.ts.map +1 -1
  105. package/dist/utils/fs.d.ts +2 -0
  106. package/dist/utils/fs.d.ts.map +1 -1
  107. package/package.json +3 -1
package/dist/themes.js CHANGED
@@ -1,1062 +1,2 @@
1
- //#region src/constants/themes.ts
2
- var e = [
3
- "default",
4
- "slate",
5
- "rose",
6
- "emerald",
7
- "violet",
8
- "amber",
9
- "ocean",
10
- "zinc-mono",
11
- "crimson",
12
- "midnight",
13
- "black",
14
- "lime",
15
- "paper"
16
- ], t = "zinc-mono", n = "light";
17
- function r(e) {
18
- return e === "light" || e === "dark";
19
- }
20
- var i = /* @__PURE__ */ "page-background.content-background.background.solid-background.foreground.card.card-foreground.popover.popover-foreground.primary.primary-foreground.secondary.secondary-foreground.muted.muted-foreground.accent.accent-foreground.destructive.destructive-foreground.success.success-foreground.border.input.ring.sidebar.sidebar-foreground.sidebar-primary.sidebar-primary-foreground.sidebar-accent.sidebar-accent-foreground.sidebar-border.sidebar-ring.color-1.color-2.color-3.color-4.color-5".split(".");
21
- function a(e, t, n, r, i) {
22
- return {
23
- name: e,
24
- label: t,
25
- hint: n,
26
- light: r,
27
- dark: i
28
- };
29
- }
30
- var o = {
31
- default: a("default", "Default", "warm neutral with orange primary", {
32
- "page-background": "oklch(0.97 0.01 80)",
33
- "content-background": "oklch(0.995 0.003 80)",
34
- background: "oklch(0.995 0.003 80)",
35
- "solid-background": "oklch(0.99 0.001 80)",
36
- foreground: "oklch(0.16 0.01 75)",
37
- card: "oklch(0.992 0.005 75)",
38
- "card-foreground": "oklch(0.16 0.01 75)",
39
- popover: "oklch(0.995 0.003 80)",
40
- "popover-foreground": "oklch(0.22 0.02 75)",
41
- primary: "oklch(0.65 0.22 50)",
42
- "primary-foreground": "oklch(0.985 0 0)",
43
- secondary: "oklch(0.96 0.005 75)",
44
- "secondary-foreground": "oklch(0.45 0.015 75)",
45
- muted: "oklch(0.96 0.008 75)",
46
- "muted-foreground": "oklch(0.55 0.015 75)",
47
- accent: "oklch(0.96 0.008 75)",
48
- "accent-foreground": "oklch(0.22 0.01 75)",
49
- destructive: "oklch(0.577 0.245 27.325)",
50
- "destructive-foreground": "oklch(0.577 0.245 27.325)",
51
- success: "oklch(0.62 0.15 150)",
52
- "success-foreground": "oklch(0.985 0 0)",
53
- border: "oklch(0.92 0.008 75)",
54
- input: "oklch(0.92 0.008 75)",
55
- ring: "oklch(0.87 0.01 75)",
56
- sidebar: "oklch(0.98 0.007 75)",
57
- "sidebar-foreground": "oklch(0.16 0.01 75)",
58
- "sidebar-primary": "oklch(0.22 0.01 75)",
59
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
60
- "sidebar-accent": "oklch(0.96 0.008 75)",
61
- "sidebar-accent-foreground": "oklch(0.22 0.01 75)",
62
- "sidebar-border": "oklch(0.92 0.008 75)",
63
- "sidebar-ring": "oklch(0.87 0.01 75)",
64
- "color-1": "oklch(66.2% 0.225 25.9)",
65
- "color-2": "oklch(60.4% 0.26 302)",
66
- "color-3": "oklch(69.6% 0.165 251)",
67
- "color-4": "oklch(80.2% 0.134 225)",
68
- "color-5": "oklch(90.7% 0.231 133)"
69
- }, {
70
- "page-background": "oklch(0.18 0.008 75)",
71
- "content-background": "oklch(0.22 0.006 75)",
72
- background: "oklch(0.22 0.006 75)",
73
- "solid-background": "oklch(0.18 0.003 75)",
74
- foreground: "oklch(0.985 0 0)",
75
- card: "oklch(0.23 0.005 75)",
76
- "card-foreground": "oklch(0.985 0 0)",
77
- popover: "oklch(0.22 0.006 75)",
78
- "popover-foreground": "oklch(0.985 0 0)",
79
- primary: "oklch(0.72 0.18 55)",
80
- "primary-foreground": "oklch(0.985 0 0)",
81
- secondary: "oklch(0.28 0.05 240)",
82
- "secondary-foreground": "oklch(0.75 0.12 240)",
83
- muted: "oklch(0.3 0.008 75)",
84
- "muted-foreground": "oklch(0.72 0.008 75)",
85
- accent: "oklch(0.3 0.008 75)",
86
- "accent-foreground": "oklch(0.985 0 0)",
87
- destructive: "oklch(0.396 0.141 25.723)",
88
- "destructive-foreground": "oklch(0.637 0.237 25.331)",
89
- success: "oklch(0.72 0.15 150)",
90
- "success-foreground": "oklch(0.985 0 0)",
91
- border: "oklch(0.3 0.008 75)",
92
- input: "oklch(0.3 0.008 75)",
93
- ring: "oklch(0.42 0.015 75)",
94
- sidebar: "oklch(0.19 0.005 75)",
95
- "sidebar-foreground": "oklch(0.985 0 0)",
96
- "sidebar-primary": "oklch(0.5 0.22 245)",
97
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
98
- "sidebar-accent": "oklch(0.3 0.008 75)",
99
- "sidebar-accent-foreground": "oklch(0.985 0 0)",
100
- "sidebar-border": "oklch(0.3 0.008 75)",
101
- "sidebar-ring": "oklch(0.42 0.015 75)",
102
- "color-1": "oklch(66.2% 0.225 25.9)",
103
- "color-2": "oklch(60.4% 0.26 302)",
104
- "color-3": "oklch(69.6% 0.165 251)",
105
- "color-4": "oklch(80.2% 0.134 225)",
106
- "color-5": "oklch(90.7% 0.231 133)"
107
- }),
108
- slate: a("slate", "Slate", "cool blue-gray with indigo primary", {
109
- "page-background": "oklch(0.97 0.006 255)",
110
- "content-background": "oklch(0.995 0.002 255)",
111
- background: "oklch(0.995 0.002 255)",
112
- "solid-background": "oklch(0.99 0.001 255)",
113
- foreground: "oklch(0.18 0.02 260)",
114
- card: "oklch(0.99 0.003 255)",
115
- "card-foreground": "oklch(0.18 0.02 260)",
116
- popover: "oklch(0.995 0.002 255)",
117
- "popover-foreground": "oklch(0.24 0.02 260)",
118
- primary: "oklch(0.55 0.2 265)",
119
- "primary-foreground": "oklch(0.985 0 0)",
120
- secondary: "oklch(0.95 0.01 255)",
121
- "secondary-foreground": "oklch(0.4 0.04 265)",
122
- muted: "oklch(0.96 0.008 255)",
123
- "muted-foreground": "oklch(0.5 0.03 260)",
124
- accent: "oklch(0.95 0.02 265)",
125
- "accent-foreground": "oklch(0.24 0.02 260)",
126
- destructive: "oklch(0.577 0.245 27.325)",
127
- "destructive-foreground": "oklch(0.577 0.245 27.325)",
128
- success: "oklch(0.62 0.15 150)",
129
- "success-foreground": "oklch(0.985 0 0)",
130
- border: "oklch(0.91 0.01 255)",
131
- input: "oklch(0.91 0.01 255)",
132
- ring: "oklch(0.55 0.2 265)",
133
- sidebar: "oklch(0.98 0.006 255)",
134
- "sidebar-foreground": "oklch(0.18 0.02 260)",
135
- "sidebar-primary": "oklch(0.55 0.2 265)",
136
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
137
- "sidebar-accent": "oklch(0.95 0.02 265)",
138
- "sidebar-accent-foreground": "oklch(0.24 0.02 260)",
139
- "sidebar-border": "oklch(0.91 0.01 255)",
140
- "sidebar-ring": "oklch(0.55 0.2 265)",
141
- "color-1": "oklch(60% 0.22 265)",
142
- "color-2": "oklch(65% 0.18 220)",
143
- "color-3": "oklch(70% 0.15 200)",
144
- "color-4": "oklch(75% 0.12 240)",
145
- "color-5": "oklch(80% 0.1 250)"
146
- }, {
147
- "page-background": "oklch(0.16 0.02 260)",
148
- "content-background": "oklch(0.21 0.02 260)",
149
- background: "oklch(0.21 0.02 260)",
150
- "solid-background": "oklch(0.18 0.003 260)",
151
- foreground: "oklch(0.96 0.005 260)",
152
- card: "oklch(0.23 0.02 260)",
153
- "card-foreground": "oklch(0.96 0.005 260)",
154
- popover: "oklch(0.21 0.02 260)",
155
- "popover-foreground": "oklch(0.96 0.005 260)",
156
- primary: "oklch(0.7 0.18 265)",
157
- "primary-foreground": "oklch(0.985 0 0)",
158
- secondary: "oklch(0.28 0.03 265)",
159
- "secondary-foreground": "oklch(0.75 0.05 265)",
160
- muted: "oklch(0.3 0.02 260)",
161
- "muted-foreground": "oklch(0.7 0.02 260)",
162
- accent: "oklch(0.32 0.04 265)",
163
- "accent-foreground": "oklch(0.96 0.005 260)",
164
- destructive: "oklch(0.396 0.141 25.723)",
165
- "destructive-foreground": "oklch(0.637 0.237 25.331)",
166
- success: "oklch(0.72 0.15 150)",
167
- "success-foreground": "oklch(0.985 0 0)",
168
- border: "oklch(0.32 0.02 260)",
169
- input: "oklch(0.32 0.02 260)",
170
- ring: "oklch(0.7 0.18 265)",
171
- sidebar: "oklch(0.18 0.02 260)",
172
- "sidebar-foreground": "oklch(0.96 0.005 260)",
173
- "sidebar-primary": "oklch(0.7 0.18 265)",
174
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
175
- "sidebar-accent": "oklch(0.32 0.04 265)",
176
- "sidebar-accent-foreground": "oklch(0.96 0.005 260)",
177
- "sidebar-border": "oklch(0.32 0.02 260)",
178
- "sidebar-ring": "oklch(0.7 0.18 265)",
179
- "color-1": "oklch(60% 0.22 265)",
180
- "color-2": "oklch(65% 0.18 220)",
181
- "color-3": "oklch(70% 0.15 200)",
182
- "color-4": "oklch(75% 0.12 240)",
183
- "color-5": "oklch(80% 0.1 250)"
184
- }),
185
- rose: a("rose", "Rose", "soft pink with rose primary", {
186
- "page-background": "oklch(0.97 0.008 15)",
187
- "content-background": "oklch(0.995 0.003 15)",
188
- background: "oklch(0.995 0.003 15)",
189
- "solid-background": "oklch(0.99 0.001 15)",
190
- foreground: "oklch(0.18 0.02 15)",
191
- card: "oklch(0.99 0.005 15)",
192
- "card-foreground": "oklch(0.18 0.02 15)",
193
- popover: "oklch(0.995 0.003 15)",
194
- "popover-foreground": "oklch(0.24 0.02 15)",
195
- primary: "oklch(0.65 0.22 10)",
196
- "primary-foreground": "oklch(0.985 0 0)",
197
- secondary: "oklch(0.95 0.02 15)",
198
- "secondary-foreground": "oklch(0.4 0.05 10)",
199
- muted: "oklch(0.96 0.012 15)",
200
- "muted-foreground": "oklch(0.5 0.03 15)",
201
- accent: "oklch(0.95 0.02 10)",
202
- "accent-foreground": "oklch(0.24 0.02 15)",
203
- destructive: "oklch(0.577 0.245 27.325)",
204
- "destructive-foreground": "oklch(0.577 0.245 27.325)",
205
- success: "oklch(0.62 0.15 150)",
206
- "success-foreground": "oklch(0.985 0 0)",
207
- border: "oklch(0.91 0.012 15)",
208
- input: "oklch(0.91 0.012 15)",
209
- ring: "oklch(0.65 0.22 10)",
210
- sidebar: "oklch(0.98 0.01 15)",
211
- "sidebar-foreground": "oklch(0.18 0.02 15)",
212
- "sidebar-primary": "oklch(0.65 0.22 10)",
213
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
214
- "sidebar-accent": "oklch(0.95 0.02 10)",
215
- "sidebar-accent-foreground": "oklch(0.24 0.02 15)",
216
- "sidebar-border": "oklch(0.91 0.012 15)",
217
- "sidebar-ring": "oklch(0.65 0.22 10)",
218
- "color-1": "oklch(65% 0.23 10)",
219
- "color-2": "oklch(70% 0.18 350)",
220
- "color-3": "oklch(75% 0.15 330)",
221
- "color-4": "oklch(80% 0.12 300)",
222
- "color-5": "oklch(85% 0.1 20)"
223
- }, {
224
- "page-background": "oklch(0.17 0.02 15)",
225
- "content-background": "oklch(0.21 0.02 15)",
226
- background: "oklch(0.21 0.02 15)",
227
- "solid-background": "oklch(0.18 0.003 15)",
228
- foreground: "oklch(0.96 0.005 15)",
229
- card: "oklch(0.23 0.02 15)",
230
- "card-foreground": "oklch(0.96 0.005 15)",
231
- popover: "oklch(0.21 0.02 15)",
232
- "popover-foreground": "oklch(0.96 0.005 15)",
233
- primary: "oklch(0.72 0.18 10)",
234
- "primary-foreground": "oklch(0.985 0 0)",
235
- secondary: "oklch(0.3 0.04 350)",
236
- "secondary-foreground": "oklch(0.75 0.08 10)",
237
- muted: "oklch(0.3 0.02 15)",
238
- "muted-foreground": "oklch(0.7 0.02 15)",
239
- accent: "oklch(0.32 0.04 10)",
240
- "accent-foreground": "oklch(0.96 0.005 15)",
241
- destructive: "oklch(0.396 0.141 25.723)",
242
- "destructive-foreground": "oklch(0.637 0.237 25.331)",
243
- success: "oklch(0.72 0.15 150)",
244
- "success-foreground": "oklch(0.985 0 0)",
245
- border: "oklch(0.32 0.02 15)",
246
- input: "oklch(0.32 0.02 15)",
247
- ring: "oklch(0.72 0.18 10)",
248
- sidebar: "oklch(0.18 0.02 15)",
249
- "sidebar-foreground": "oklch(0.96 0.005 15)",
250
- "sidebar-primary": "oklch(0.72 0.18 10)",
251
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
252
- "sidebar-accent": "oklch(0.32 0.04 10)",
253
- "sidebar-accent-foreground": "oklch(0.96 0.005 15)",
254
- "sidebar-border": "oklch(0.32 0.02 15)",
255
- "sidebar-ring": "oklch(0.72 0.18 10)",
256
- "color-1": "oklch(65% 0.23 10)",
257
- "color-2": "oklch(70% 0.18 350)",
258
- "color-3": "oklch(75% 0.15 330)",
259
- "color-4": "oklch(80% 0.12 300)",
260
- "color-5": "oklch(85% 0.1 20)"
261
- }),
262
- emerald: a("emerald", "Emerald", "green tones with emerald primary", {
263
- "page-background": "oklch(0.97 0.008 160)",
264
- "content-background": "oklch(0.995 0.003 160)",
265
- background: "oklch(0.995 0.003 160)",
266
- "solid-background": "oklch(0.99 0.001 160)",
267
- foreground: "oklch(0.18 0.02 160)",
268
- card: "oklch(0.99 0.005 160)",
269
- "card-foreground": "oklch(0.18 0.02 160)",
270
- popover: "oklch(0.995 0.003 160)",
271
- "popover-foreground": "oklch(0.24 0.02 160)",
272
- primary: "oklch(0.6 0.17 165)",
273
- "primary-foreground": "oklch(0.985 0 0)",
274
- secondary: "oklch(0.95 0.02 160)",
275
- "secondary-foreground": "oklch(0.4 0.05 165)",
276
- muted: "oklch(0.96 0.012 160)",
277
- "muted-foreground": "oklch(0.5 0.03 160)",
278
- accent: "oklch(0.95 0.02 165)",
279
- "accent-foreground": "oklch(0.24 0.02 160)",
280
- destructive: "oklch(0.577 0.245 27.325)",
281
- "destructive-foreground": "oklch(0.577 0.245 27.325)",
282
- success: "oklch(0.6 0.17 165)",
283
- "success-foreground": "oklch(0.985 0 0)",
284
- border: "oklch(0.91 0.012 160)",
285
- input: "oklch(0.91 0.012 160)",
286
- ring: "oklch(0.6 0.17 165)",
287
- sidebar: "oklch(0.98 0.01 160)",
288
- "sidebar-foreground": "oklch(0.18 0.02 160)",
289
- "sidebar-primary": "oklch(0.6 0.17 165)",
290
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
291
- "sidebar-accent": "oklch(0.95 0.02 165)",
292
- "sidebar-accent-foreground": "oklch(0.24 0.02 160)",
293
- "sidebar-border": "oklch(0.91 0.012 160)",
294
- "sidebar-ring": "oklch(0.6 0.17 165)",
295
- "color-1": "oklch(60% 0.17 165)",
296
- "color-2": "oklch(65% 0.16 180)",
297
- "color-3": "oklch(70% 0.14 200)",
298
- "color-4": "oklch(75% 0.12 150)",
299
- "color-5": "oklch(80% 0.1 140)"
300
- }, {
301
- "page-background": "oklch(0.17 0.02 165)",
302
- "content-background": "oklch(0.21 0.02 165)",
303
- background: "oklch(0.21 0.02 165)",
304
- "solid-background": "oklch(0.18 0.003 165)",
305
- foreground: "oklch(0.96 0.005 165)",
306
- card: "oklch(0.23 0.02 165)",
307
- "card-foreground": "oklch(0.96 0.005 165)",
308
- popover: "oklch(0.21 0.02 165)",
309
- "popover-foreground": "oklch(0.96 0.005 165)",
310
- primary: "oklch(0.72 0.16 165)",
311
- "primary-foreground": "oklch(0.985 0 0)",
312
- secondary: "oklch(0.3 0.04 165)",
313
- "secondary-foreground": "oklch(0.75 0.08 165)",
314
- muted: "oklch(0.3 0.02 165)",
315
- "muted-foreground": "oklch(0.7 0.02 165)",
316
- accent: "oklch(0.32 0.04 165)",
317
- "accent-foreground": "oklch(0.96 0.005 165)",
318
- destructive: "oklch(0.396 0.141 25.723)",
319
- "destructive-foreground": "oklch(0.637 0.237 25.331)",
320
- success: "oklch(0.72 0.16 165)",
321
- "success-foreground": "oklch(0.985 0 0)",
322
- border: "oklch(0.32 0.02 165)",
323
- input: "oklch(0.32 0.02 165)",
324
- ring: "oklch(0.72 0.16 165)",
325
- sidebar: "oklch(0.18 0.02 165)",
326
- "sidebar-foreground": "oklch(0.96 0.005 165)",
327
- "sidebar-primary": "oklch(0.72 0.16 165)",
328
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
329
- "sidebar-accent": "oklch(0.32 0.04 165)",
330
- "sidebar-accent-foreground": "oklch(0.96 0.005 165)",
331
- "sidebar-border": "oklch(0.32 0.02 165)",
332
- "sidebar-ring": "oklch(0.72 0.16 165)",
333
- "color-1": "oklch(60% 0.17 165)",
334
- "color-2": "oklch(65% 0.16 180)",
335
- "color-3": "oklch(70% 0.14 200)",
336
- "color-4": "oklch(75% 0.12 150)",
337
- "color-5": "oklch(80% 0.1 140)"
338
- }),
339
- violet: a("violet", "Violet", "purple tones with violet primary", {
340
- "page-background": "oklch(0.97 0.008 300)",
341
- "content-background": "oklch(0.995 0.003 300)",
342
- background: "oklch(0.995 0.003 300)",
343
- "solid-background": "oklch(0.99 0.001 300)",
344
- foreground: "oklch(0.18 0.02 300)",
345
- card: "oklch(0.99 0.005 300)",
346
- "card-foreground": "oklch(0.18 0.02 300)",
347
- popover: "oklch(0.995 0.003 300)",
348
- "popover-foreground": "oklch(0.24 0.02 300)",
349
- primary: "oklch(0.6 0.22 295)",
350
- "primary-foreground": "oklch(0.985 0 0)",
351
- secondary: "oklch(0.95 0.02 300)",
352
- "secondary-foreground": "oklch(0.4 0.05 295)",
353
- muted: "oklch(0.96 0.012 300)",
354
- "muted-foreground": "oklch(0.5 0.03 300)",
355
- accent: "oklch(0.95 0.02 295)",
356
- "accent-foreground": "oklch(0.24 0.02 300)",
357
- destructive: "oklch(0.577 0.245 27.325)",
358
- "destructive-foreground": "oklch(0.577 0.245 27.325)",
359
- success: "oklch(0.62 0.15 150)",
360
- "success-foreground": "oklch(0.985 0 0)",
361
- border: "oklch(0.91 0.012 300)",
362
- input: "oklch(0.91 0.012 300)",
363
- ring: "oklch(0.6 0.22 295)",
364
- sidebar: "oklch(0.98 0.01 300)",
365
- "sidebar-foreground": "oklch(0.18 0.02 300)",
366
- "sidebar-primary": "oklch(0.6 0.22 295)",
367
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
368
- "sidebar-accent": "oklch(0.95 0.02 295)",
369
- "sidebar-accent-foreground": "oklch(0.24 0.02 300)",
370
- "sidebar-border": "oklch(0.91 0.012 300)",
371
- "sidebar-ring": "oklch(0.6 0.22 295)",
372
- "color-1": "oklch(60% 0.22 295)",
373
- "color-2": "oklch(65% 0.2 320)",
374
- "color-3": "oklch(70% 0.16 340)",
375
- "color-4": "oklch(75% 0.13 280)",
376
- "color-5": "oklch(80% 0.1 260)"
377
- }, {
378
- "page-background": "oklch(0.17 0.02 300)",
379
- "content-background": "oklch(0.21 0.02 300)",
380
- background: "oklch(0.21 0.02 300)",
381
- "solid-background": "oklch(0.18 0.003 300)",
382
- foreground: "oklch(0.96 0.005 300)",
383
- card: "oklch(0.23 0.02 300)",
384
- "card-foreground": "oklch(0.96 0.005 300)",
385
- popover: "oklch(0.21 0.02 300)",
386
- "popover-foreground": "oklch(0.96 0.005 300)",
387
- primary: "oklch(0.72 0.18 295)",
388
- "primary-foreground": "oklch(0.985 0 0)",
389
- secondary: "oklch(0.3 0.04 295)",
390
- "secondary-foreground": "oklch(0.75 0.08 295)",
391
- muted: "oklch(0.3 0.02 300)",
392
- "muted-foreground": "oklch(0.7 0.02 300)",
393
- accent: "oklch(0.32 0.04 295)",
394
- "accent-foreground": "oklch(0.96 0.005 300)",
395
- destructive: "oklch(0.396 0.141 25.723)",
396
- "destructive-foreground": "oklch(0.637 0.237 25.331)",
397
- success: "oklch(0.72 0.15 150)",
398
- "success-foreground": "oklch(0.985 0 0)",
399
- border: "oklch(0.32 0.02 300)",
400
- input: "oklch(0.32 0.02 300)",
401
- ring: "oklch(0.72 0.18 295)",
402
- sidebar: "oklch(0.18 0.02 300)",
403
- "sidebar-foreground": "oklch(0.96 0.005 300)",
404
- "sidebar-primary": "oklch(0.72 0.18 295)",
405
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
406
- "sidebar-accent": "oklch(0.32 0.04 295)",
407
- "sidebar-accent-foreground": "oklch(0.96 0.005 300)",
408
- "sidebar-border": "oklch(0.32 0.02 300)",
409
- "sidebar-ring": "oklch(0.72 0.18 295)",
410
- "color-1": "oklch(60% 0.22 295)",
411
- "color-2": "oklch(65% 0.2 320)",
412
- "color-3": "oklch(70% 0.16 340)",
413
- "color-4": "oklch(75% 0.13 280)",
414
- "color-5": "oklch(80% 0.1 260)"
415
- }),
416
- amber: a("amber", "Amber", "warm golden tones with amber primary", {
417
- "page-background": "oklch(0.97 0.02 85)",
418
- "content-background": "oklch(0.995 0.005 85)",
419
- background: "oklch(0.995 0.005 85)",
420
- "solid-background": "oklch(0.99 0.001 85)",
421
- foreground: "oklch(0.2 0.03 70)",
422
- card: "oklch(0.99 0.01 85)",
423
- "card-foreground": "oklch(0.2 0.03 70)",
424
- popover: "oklch(0.995 0.005 85)",
425
- "popover-foreground": "oklch(0.26 0.03 70)",
426
- primary: "oklch(0.72 0.18 70)",
427
- "primary-foreground": "oklch(0.18 0.03 70)",
428
- secondary: "oklch(0.94 0.03 85)",
429
- "secondary-foreground": "oklch(0.42 0.06 70)",
430
- muted: "oklch(0.95 0.025 85)",
431
- "muted-foreground": "oklch(0.5 0.04 70)",
432
- accent: "oklch(0.94 0.04 70)",
433
- "accent-foreground": "oklch(0.26 0.03 70)",
434
- destructive: "oklch(0.577 0.245 27.325)",
435
- "destructive-foreground": "oklch(0.577 0.245 27.325)",
436
- success: "oklch(0.62 0.15 150)",
437
- "success-foreground": "oklch(0.985 0 0)",
438
- border: "oklch(0.9 0.02 85)",
439
- input: "oklch(0.9 0.02 85)",
440
- ring: "oklch(0.72 0.18 70)",
441
- sidebar: "oklch(0.98 0.02 85)",
442
- "sidebar-foreground": "oklch(0.2 0.03 70)",
443
- "sidebar-primary": "oklch(0.72 0.18 70)",
444
- "sidebar-primary-foreground": "oklch(0.18 0.03 70)",
445
- "sidebar-accent": "oklch(0.94 0.04 70)",
446
- "sidebar-accent-foreground": "oklch(0.26 0.03 70)",
447
- "sidebar-border": "oklch(0.9 0.02 85)",
448
- "sidebar-ring": "oklch(0.72 0.18 70)",
449
- "color-1": "oklch(72% 0.18 70)",
450
- "color-2": "oklch(75% 0.16 50)",
451
- "color-3": "oklch(78% 0.14 95)",
452
- "color-4": "oklch(80% 0.12 30)",
453
- "color-5": "oklch(85% 0.1 110)"
454
- }, {
455
- "page-background": "oklch(0.18 0.02 70)",
456
- "content-background": "oklch(0.22 0.02 70)",
457
- background: "oklch(0.22 0.02 70)",
458
- "solid-background": "oklch(0.18 0.003 70)",
459
- foreground: "oklch(0.96 0.01 85)",
460
- card: "oklch(0.24 0.02 70)",
461
- "card-foreground": "oklch(0.96 0.01 85)",
462
- popover: "oklch(0.22 0.02 70)",
463
- "popover-foreground": "oklch(0.96 0.01 85)",
464
- primary: "oklch(0.8 0.16 75)",
465
- "primary-foreground": "oklch(0.18 0.03 70)",
466
- secondary: "oklch(0.3 0.04 70)",
467
- "secondary-foreground": "oklch(0.8 0.1 80)",
468
- muted: "oklch(0.3 0.02 70)",
469
- "muted-foreground": "oklch(0.72 0.02 85)",
470
- accent: "oklch(0.32 0.04 70)",
471
- "accent-foreground": "oklch(0.96 0.01 85)",
472
- destructive: "oklch(0.396 0.141 25.723)",
473
- "destructive-foreground": "oklch(0.637 0.237 25.331)",
474
- success: "oklch(0.72 0.15 150)",
475
- "success-foreground": "oklch(0.985 0 0)",
476
- border: "oklch(0.32 0.02 70)",
477
- input: "oklch(0.32 0.02 70)",
478
- ring: "oklch(0.8 0.16 75)",
479
- sidebar: "oklch(0.19 0.02 70)",
480
- "sidebar-foreground": "oklch(0.96 0.01 85)",
481
- "sidebar-primary": "oklch(0.8 0.16 75)",
482
- "sidebar-primary-foreground": "oklch(0.18 0.03 70)",
483
- "sidebar-accent": "oklch(0.32 0.04 70)",
484
- "sidebar-accent-foreground": "oklch(0.96 0.01 85)",
485
- "sidebar-border": "oklch(0.32 0.02 70)",
486
- "sidebar-ring": "oklch(0.8 0.16 75)",
487
- "color-1": "oklch(72% 0.18 70)",
488
- "color-2": "oklch(75% 0.16 50)",
489
- "color-3": "oklch(78% 0.14 95)",
490
- "color-4": "oklch(80% 0.12 30)",
491
- "color-5": "oklch(85% 0.1 110)"
492
- }),
493
- ocean: a("ocean", "Ocean", "teal and cyan with cyan primary", {
494
- "page-background": "oklch(0.97 0.01 220)",
495
- "content-background": "oklch(0.995 0.003 220)",
496
- background: "oklch(0.995 0.003 220)",
497
- "solid-background": "oklch(0.99 0.001 220)",
498
- foreground: "oklch(0.18 0.02 220)",
499
- card: "oklch(0.99 0.005 220)",
500
- "card-foreground": "oklch(0.18 0.02 220)",
501
- popover: "oklch(0.995 0.003 220)",
502
- "popover-foreground": "oklch(0.24 0.02 220)",
503
- primary: "oklch(0.65 0.16 200)",
504
- "primary-foreground": "oklch(0.985 0 0)",
505
- secondary: "oklch(0.95 0.02 220)",
506
- "secondary-foreground": "oklch(0.4 0.05 200)",
507
- muted: "oklch(0.96 0.012 220)",
508
- "muted-foreground": "oklch(0.5 0.03 220)",
509
- accent: "oklch(0.95 0.02 200)",
510
- "accent-foreground": "oklch(0.24 0.02 220)",
511
- destructive: "oklch(0.577 0.245 27.325)",
512
- "destructive-foreground": "oklch(0.577 0.245 27.325)",
513
- success: "oklch(0.62 0.15 160)",
514
- "success-foreground": "oklch(0.985 0 0)",
515
- border: "oklch(0.91 0.012 220)",
516
- input: "oklch(0.91 0.012 220)",
517
- ring: "oklch(0.65 0.16 200)",
518
- sidebar: "oklch(0.98 0.01 220)",
519
- "sidebar-foreground": "oklch(0.18 0.02 220)",
520
- "sidebar-primary": "oklch(0.65 0.16 200)",
521
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
522
- "sidebar-accent": "oklch(0.95 0.02 200)",
523
- "sidebar-accent-foreground": "oklch(0.24 0.02 220)",
524
- "sidebar-border": "oklch(0.91 0.012 220)",
525
- "sidebar-ring": "oklch(0.65 0.16 200)",
526
- "color-1": "oklch(65% 0.16 200)",
527
- "color-2": "oklch(68% 0.15 180)",
528
- "color-3": "oklch(72% 0.13 220)",
529
- "color-4": "oklch(78% 0.11 240)",
530
- "color-5": "oklch(82% 0.1 195)"
531
- }, {
532
- "page-background": "oklch(0.17 0.02 220)",
533
- "content-background": "oklch(0.21 0.02 220)",
534
- background: "oklch(0.21 0.02 220)",
535
- "solid-background": "oklch(0.18 0.003 220)",
536
- foreground: "oklch(0.96 0.005 220)",
537
- card: "oklch(0.23 0.02 220)",
538
- "card-foreground": "oklch(0.96 0.005 220)",
539
- popover: "oklch(0.21 0.02 220)",
540
- "popover-foreground": "oklch(0.96 0.005 220)",
541
- primary: "oklch(0.74 0.14 200)",
542
- "primary-foreground": "oklch(0.985 0 0)",
543
- secondary: "oklch(0.3 0.04 200)",
544
- "secondary-foreground": "oklch(0.78 0.08 200)",
545
- muted: "oklch(0.3 0.02 220)",
546
- "muted-foreground": "oklch(0.7 0.02 220)",
547
- accent: "oklch(0.32 0.04 200)",
548
- "accent-foreground": "oklch(0.96 0.005 220)",
549
- destructive: "oklch(0.396 0.141 25.723)",
550
- "destructive-foreground": "oklch(0.637 0.237 25.331)",
551
- success: "oklch(0.72 0.15 160)",
552
- "success-foreground": "oklch(0.985 0 0)",
553
- border: "oklch(0.32 0.02 220)",
554
- input: "oklch(0.32 0.02 220)",
555
- ring: "oklch(0.74 0.14 200)",
556
- sidebar: "oklch(0.18 0.02 220)",
557
- "sidebar-foreground": "oklch(0.96 0.005 220)",
558
- "sidebar-primary": "oklch(0.74 0.14 200)",
559
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
560
- "sidebar-accent": "oklch(0.32 0.04 200)",
561
- "sidebar-accent-foreground": "oklch(0.96 0.005 220)",
562
- "sidebar-border": "oklch(0.32 0.02 220)",
563
- "sidebar-ring": "oklch(0.74 0.14 200)",
564
- "color-1": "oklch(65% 0.16 200)",
565
- "color-2": "oklch(68% 0.15 180)",
566
- "color-3": "oklch(72% 0.13 220)",
567
- "color-4": "oklch(78% 0.11 240)",
568
- "color-5": "oklch(82% 0.1 195)"
569
- }),
570
- "zinc-mono": a("zinc-mono", "Zinc Mono", "neutral monochrome, low chroma", {
571
- "page-background": "oklch(0.97 0.003 260)",
572
- "content-background": "oklch(0.995 0.001 260)",
573
- background: "oklch(0.995 0.001 260)",
574
- "solid-background": "oklch(0.99 0.001 260)",
575
- foreground: "oklch(0.18 0.005 260)",
576
- card: "oklch(0.99 0.002 260)",
577
- "card-foreground": "oklch(0.18 0.005 260)",
578
- popover: "oklch(0.995 0.001 260)",
579
- "popover-foreground": "oklch(0.24 0.005 260)",
580
- primary: "oklch(0.4 0.01 260)",
581
- "primary-foreground": "oklch(0.985 0 0)",
582
- secondary: "oklch(0.95 0.003 260)",
583
- "secondary-foreground": "oklch(0.4 0.005 260)",
584
- muted: "oklch(0.96 0.003 260)",
585
- "muted-foreground": "oklch(0.5 0.005 260)",
586
- accent: "oklch(0.94 0.004 260)",
587
- "accent-foreground": "oklch(0.24 0.005 260)",
588
- destructive: "oklch(0.577 0.245 27.325)",
589
- "destructive-foreground": "oklch(0.577 0.245 27.325)",
590
- success: "oklch(0.55 0.1 150)",
591
- "success-foreground": "oklch(0.985 0 0)",
592
- border: "oklch(0.91 0.003 260)",
593
- input: "oklch(0.91 0.003 260)",
594
- ring: "oklch(0.4 0.01 260)",
595
- sidebar: "oklch(0.98 0.003 260)",
596
- "sidebar-foreground": "oklch(0.18 0.005 260)",
597
- "sidebar-primary": "oklch(0.4 0.01 260)",
598
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
599
- "sidebar-accent": "oklch(0.94 0.004 260)",
600
- "sidebar-accent-foreground": "oklch(0.24 0.005 260)",
601
- "sidebar-border": "oklch(0.91 0.003 260)",
602
- "sidebar-ring": "oklch(0.4 0.01 260)",
603
- "color-1": "oklch(50% 0.01 260)",
604
- "color-2": "oklch(55% 0.01 260)",
605
- "color-3": "oklch(60% 0.01 260)",
606
- "color-4": "oklch(70% 0.01 260)",
607
- "color-5": "oklch(80% 0.01 260)"
608
- }, {
609
- "page-background": "oklch(0.16 0.004 260)",
610
- "content-background": "oklch(0.2 0.004 260)",
611
- background: "oklch(0.2 0.004 260)",
612
- "solid-background": "oklch(0.18 0.003 260)",
613
- foreground: "oklch(0.96 0.003 260)",
614
- card: "oklch(0.22 0.004 260)",
615
- "card-foreground": "oklch(0.96 0.003 260)",
616
- popover: "oklch(0.2 0.004 260)",
617
- "popover-foreground": "oklch(0.96 0.003 260)",
618
- primary: "oklch(0.92 0.005 260)",
619
- "primary-foreground": "oklch(0.18 0.005 260)",
620
- secondary: "oklch(0.28 0.004 260)",
621
- "secondary-foreground": "oklch(0.85 0.003 260)",
622
- muted: "oklch(0.28 0.004 260)",
623
- "muted-foreground": "oklch(0.7 0.005 260)",
624
- accent: "oklch(0.3 0.004 260)",
625
- "accent-foreground": "oklch(0.96 0.003 260)",
626
- destructive: "oklch(0.396 0.141 25.723)",
627
- "destructive-foreground": "oklch(0.637 0.237 25.331)",
628
- success: "oklch(0.65 0.1 150)",
629
- "success-foreground": "oklch(0.985 0 0)",
630
- border: "oklch(0.3 0.004 260)",
631
- input: "oklch(0.3 0.004 260)",
632
- ring: "oklch(0.92 0.005 260)",
633
- sidebar: "oklch(0.18 0.004 260)",
634
- "sidebar-foreground": "oklch(0.96 0.003 260)",
635
- "sidebar-primary": "oklch(0.92 0.005 260)",
636
- "sidebar-primary-foreground": "oklch(0.18 0.005 260)",
637
- "sidebar-accent": "oklch(0.3 0.004 260)",
638
- "sidebar-accent-foreground": "oklch(0.96 0.003 260)",
639
- "sidebar-border": "oklch(0.3 0.004 260)",
640
- "sidebar-ring": "oklch(0.92 0.005 260)",
641
- "color-1": "oklch(50% 0.01 260)",
642
- "color-2": "oklch(55% 0.01 260)",
643
- "color-3": "oklch(60% 0.01 260)",
644
- "color-4": "oklch(70% 0.01 260)",
645
- "color-5": "oklch(80% 0.01 260)"
646
- }),
647
- crimson: a("crimson", "Crimson", "deep red with crimson primary", {
648
- "page-background": "oklch(0.97 0.008 25)",
649
- "content-background": "oklch(0.995 0.003 25)",
650
- background: "oklch(0.995 0.003 25)",
651
- "solid-background": "oklch(0.99 0.001 25)",
652
- foreground: "oklch(0.18 0.02 25)",
653
- card: "oklch(0.99 0.005 25)",
654
- "card-foreground": "oklch(0.18 0.02 25)",
655
- popover: "oklch(0.995 0.003 25)",
656
- "popover-foreground": "oklch(0.24 0.02 25)",
657
- primary: "oklch(0.55 0.22 25)",
658
- "primary-foreground": "oklch(0.985 0 0)",
659
- secondary: "oklch(0.95 0.02 25)",
660
- "secondary-foreground": "oklch(0.4 0.05 25)",
661
- muted: "oklch(0.96 0.012 25)",
662
- "muted-foreground": "oklch(0.5 0.03 25)",
663
- accent: "oklch(0.95 0.02 25)",
664
- "accent-foreground": "oklch(0.24 0.02 25)",
665
- destructive: "oklch(0.55 0.22 25)",
666
- "destructive-foreground": "oklch(0.985 0 0)",
667
- success: "oklch(0.62 0.15 150)",
668
- "success-foreground": "oklch(0.985 0 0)",
669
- border: "oklch(0.91 0.012 25)",
670
- input: "oklch(0.91 0.012 25)",
671
- ring: "oklch(0.55 0.22 25)",
672
- sidebar: "oklch(0.98 0.01 25)",
673
- "sidebar-foreground": "oklch(0.18 0.02 25)",
674
- "sidebar-primary": "oklch(0.55 0.22 25)",
675
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
676
- "sidebar-accent": "oklch(0.95 0.02 25)",
677
- "sidebar-accent-foreground": "oklch(0.24 0.02 25)",
678
- "sidebar-border": "oklch(0.91 0.012 25)",
679
- "sidebar-ring": "oklch(0.55 0.22 25)",
680
- "color-1": "oklch(55% 0.22 25)",
681
- "color-2": "oklch(60% 0.2 10)",
682
- "color-3": "oklch(65% 0.18 350)",
683
- "color-4": "oklch(70% 0.15 40)",
684
- "color-5": "oklch(75% 0.12 350)"
685
- }, {
686
- "page-background": "oklch(0.17 0.02 25)",
687
- "content-background": "oklch(0.21 0.02 25)",
688
- background: "oklch(0.21 0.02 25)",
689
- "solid-background": "oklch(0.18 0.003 25)",
690
- foreground: "oklch(0.96 0.005 25)",
691
- card: "oklch(0.23 0.02 25)",
692
- "card-foreground": "oklch(0.96 0.005 25)",
693
- popover: "oklch(0.21 0.02 25)",
694
- "popover-foreground": "oklch(0.96 0.005 25)",
695
- primary: "oklch(0.66 0.2 25)",
696
- "primary-foreground": "oklch(0.985 0 0)",
697
- secondary: "oklch(0.3 0.04 25)",
698
- "secondary-foreground": "oklch(0.75 0.1 25)",
699
- muted: "oklch(0.3 0.02 25)",
700
- "muted-foreground": "oklch(0.7 0.02 25)",
701
- accent: "oklch(0.32 0.04 25)",
702
- "accent-foreground": "oklch(0.96 0.005 25)",
703
- destructive: "oklch(0.6 0.22 25)",
704
- "destructive-foreground": "oklch(0.985 0 0)",
705
- success: "oklch(0.72 0.15 150)",
706
- "success-foreground": "oklch(0.985 0 0)",
707
- border: "oklch(0.32 0.02 25)",
708
- input: "oklch(0.32 0.02 25)",
709
- ring: "oklch(0.66 0.2 25)",
710
- sidebar: "oklch(0.18 0.02 25)",
711
- "sidebar-foreground": "oklch(0.96 0.005 25)",
712
- "sidebar-primary": "oklch(0.66 0.2 25)",
713
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
714
- "sidebar-accent": "oklch(0.32 0.04 25)",
715
- "sidebar-accent-foreground": "oklch(0.96 0.005 25)",
716
- "sidebar-border": "oklch(0.32 0.02 25)",
717
- "sidebar-ring": "oklch(0.66 0.2 25)",
718
- "color-1": "oklch(55% 0.22 25)",
719
- "color-2": "oklch(60% 0.2 10)",
720
- "color-3": "oklch(65% 0.18 350)",
721
- "color-4": "oklch(70% 0.15 40)",
722
- "color-5": "oklch(75% 0.12 350)"
723
- }),
724
- midnight: a("midnight", "Midnight", "deep blue with electric blue primary", {
725
- "page-background": "oklch(0.97 0.008 250)",
726
- "content-background": "oklch(0.995 0.003 250)",
727
- background: "oklch(0.995 0.003 250)",
728
- "solid-background": "oklch(0.99 0.001 250)",
729
- foreground: "oklch(0.18 0.02 250)",
730
- card: "oklch(0.99 0.005 250)",
731
- "card-foreground": "oklch(0.18 0.02 250)",
732
- popover: "oklch(0.995 0.003 250)",
733
- "popover-foreground": "oklch(0.24 0.02 250)",
734
- primary: "oklch(0.62 0.21 250)",
735
- "primary-foreground": "oklch(0.985 0 0)",
736
- secondary: "oklch(0.95 0.02 250)",
737
- "secondary-foreground": "oklch(0.4 0.05 250)",
738
- muted: "oklch(0.96 0.012 250)",
739
- "muted-foreground": "oklch(0.5 0.03 250)",
740
- accent: "oklch(0.95 0.02 250)",
741
- "accent-foreground": "oklch(0.24 0.02 250)",
742
- destructive: "oklch(0.577 0.245 27.325)",
743
- "destructive-foreground": "oklch(0.577 0.245 27.325)",
744
- success: "oklch(0.62 0.15 150)",
745
- "success-foreground": "oklch(0.985 0 0)",
746
- border: "oklch(0.91 0.012 250)",
747
- input: "oklch(0.91 0.012 250)",
748
- ring: "oklch(0.62 0.21 250)",
749
- sidebar: "oklch(0.98 0.01 250)",
750
- "sidebar-foreground": "oklch(0.18 0.02 250)",
751
- "sidebar-primary": "oklch(0.62 0.21 250)",
752
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
753
- "sidebar-accent": "oklch(0.95 0.02 250)",
754
- "sidebar-accent-foreground": "oklch(0.24 0.02 250)",
755
- "sidebar-border": "oklch(0.91 0.012 250)",
756
- "sidebar-ring": "oklch(0.62 0.21 250)",
757
- "color-1": "oklch(62% 0.21 250)",
758
- "color-2": "oklch(68% 0.18 230)",
759
- "color-3": "oklch(72% 0.15 210)",
760
- "color-4": "oklch(78% 0.13 270)",
761
- "color-5": "oklch(82% 0.11 220)"
762
- }, {
763
- "page-background": "oklch(0.14 0.03 260)",
764
- "content-background": "oklch(0.18 0.03 260)",
765
- background: "oklch(0.18 0.03 260)",
766
- "solid-background": "oklch(0.18 0.003 260)",
767
- foreground: "oklch(0.96 0.005 250)",
768
- card: "oklch(0.2 0.03 260)",
769
- "card-foreground": "oklch(0.96 0.005 250)",
770
- popover: "oklch(0.18 0.03 260)",
771
- "popover-foreground": "oklch(0.96 0.005 250)",
772
- primary: "oklch(0.74 0.18 250)",
773
- "primary-foreground": "oklch(0.14 0.03 260)",
774
- secondary: "oklch(0.27 0.05 260)",
775
- "secondary-foreground": "oklch(0.78 0.1 250)",
776
- muted: "oklch(0.27 0.02 260)",
777
- "muted-foreground": "oklch(0.68 0.02 250)",
778
- accent: "oklch(0.3 0.05 260)",
779
- "accent-foreground": "oklch(0.96 0.005 250)",
780
- destructive: "oklch(0.396 0.141 25.723)",
781
- "destructive-foreground": "oklch(0.637 0.237 25.331)",
782
- success: "oklch(0.72 0.15 150)",
783
- "success-foreground": "oklch(0.985 0 0)",
784
- border: "oklch(0.3 0.03 260)",
785
- input: "oklch(0.3 0.03 260)",
786
- ring: "oklch(0.74 0.18 250)",
787
- sidebar: "oklch(0.16 0.03 260)",
788
- "sidebar-foreground": "oklch(0.96 0.005 250)",
789
- "sidebar-primary": "oklch(0.74 0.18 250)",
790
- "sidebar-primary-foreground": "oklch(0.14 0.03 260)",
791
- "sidebar-accent": "oklch(0.3 0.05 260)",
792
- "sidebar-accent-foreground": "oklch(0.96 0.005 250)",
793
- "sidebar-border": "oklch(0.3 0.03 260)",
794
- "sidebar-ring": "oklch(0.74 0.18 250)",
795
- "color-1": "oklch(62% 0.21 250)",
796
- "color-2": "oklch(68% 0.18 230)",
797
- "color-3": "oklch(72% 0.15 210)",
798
- "color-4": "oklch(78% 0.13 270)",
799
- "color-5": "oklch(82% 0.11 220)"
800
- }),
801
- black: a("black", "Black", "pure #000 with white primary and spectrum accents", {
802
- "page-background": "oklch(0.97 0 0)",
803
- "content-background": "oklch(1 0 0)",
804
- background: "oklch(1 0 0)",
805
- "solid-background": "oklch(0.99 0 0)",
806
- foreground: "oklch(0 0 0)",
807
- card: "oklch(1 0 0)",
808
- "card-foreground": "oklch(0 0 0)",
809
- popover: "oklch(1 0 0)",
810
- "popover-foreground": "oklch(0 0 0)",
811
- primary: "oklch(0 0 0)",
812
- "primary-foreground": "oklch(1 0 0)",
813
- secondary: "oklch(0.96 0 0)",
814
- "secondary-foreground": "oklch(0.2 0 0)",
815
- muted: "oklch(0.96 0 0)",
816
- "muted-foreground": "oklch(0.45 0 0)",
817
- accent: "oklch(0.96 0 0)",
818
- "accent-foreground": "oklch(0 0 0)",
819
- destructive: "oklch(0.577 0.245 27.325)",
820
- "destructive-foreground": "oklch(0.577 0.245 27.325)",
821
- success: "oklch(0.55 0.12 150)",
822
- "success-foreground": "oklch(1 0 0)",
823
- border: "oklch(0.9 0 0)",
824
- input: "oklch(0.9 0 0)",
825
- ring: "oklch(0 0 0)",
826
- sidebar: "oklch(1 0 0)",
827
- "sidebar-foreground": "oklch(0 0 0)",
828
- "sidebar-primary": "oklch(0 0 0)",
829
- "sidebar-primary-foreground": "oklch(1 0 0)",
830
- "sidebar-accent": "oklch(0.96 0 0)",
831
- "sidebar-accent-foreground": "oklch(0 0 0)",
832
- "sidebar-border": "oklch(0.9 0 0)",
833
- "sidebar-ring": "oklch(0 0 0)",
834
- "color-1": "oklch(66% 0.22 25)",
835
- "color-2": "oklch(60% 0.24 310)",
836
- "color-3": "oklch(68% 0.18 250)",
837
- "color-4": "oklch(78% 0.14 210)",
838
- "color-5": "oklch(82% 0.18 145)"
839
- }, {
840
- "page-background": "oklch(0 0 0)",
841
- "content-background": "oklch(0 0 0)",
842
- background: "oklch(0 0 0)",
843
- "solid-background": "oklch(0 0 0)",
844
- foreground: "oklch(1 0 0)",
845
- card: "oklch(0 0 0)",
846
- "card-foreground": "oklch(1 0 0)",
847
- popover: "oklch(0 0 0)",
848
- "popover-foreground": "oklch(1 0 0)",
849
- primary: "oklch(1 0 0)",
850
- "primary-foreground": "oklch(0 0 0)",
851
- secondary: "oklch(0.14 0 0)",
852
- "secondary-foreground": "oklch(1 0 0)",
853
- muted: "oklch(0.14 0 0)",
854
- "muted-foreground": "oklch(0.7 0 0)",
855
- accent: "oklch(0.14 0 0)",
856
- "accent-foreground": "oklch(1 0 0)",
857
- destructive: "oklch(0.396 0.141 25.723)",
858
- "destructive-foreground": "oklch(0.637 0.237 25.331)",
859
- success: "oklch(0.72 0.15 150)",
860
- "success-foreground": "oklch(1 0 0)",
861
- border: "oklch(0.3 0 0)",
862
- input: "oklch(0.3 0 0)",
863
- ring: "oklch(0.7 0 0)",
864
- sidebar: "oklch(0 0 0)",
865
- "sidebar-foreground": "oklch(1 0 0)",
866
- "sidebar-primary": "oklch(1 0 0)",
867
- "sidebar-primary-foreground": "oklch(0 0 0)",
868
- "sidebar-accent": "oklch(0.14 0 0)",
869
- "sidebar-accent-foreground": "oklch(1 0 0)",
870
- "sidebar-border": "oklch(0.3 0 0)",
871
- "sidebar-ring": "oklch(0.7 0 0)",
872
- "color-1": "oklch(66% 0.22 25)",
873
- "color-2": "oklch(60% 0.24 310)",
874
- "color-3": "oklch(68% 0.18 250)",
875
- "color-4": "oklch(78% 0.14 210)",
876
- "color-5": "oklch(82% 0.18 145)"
877
- }),
878
- lime: a("lime", "Lime", "bright lime green on warm neutral", {
879
- "page-background": "oklch(0.93 0.004 110)",
880
- "content-background": "oklch(0.99 0.002 110)",
881
- background: "oklch(0.99 0.002 110)",
882
- "solid-background": "oklch(0.98 0.002 110)",
883
- foreground: "oklch(0.21 0.01 110)",
884
- card: "oklch(0.99 0.002 110)",
885
- "card-foreground": "oklch(0.21 0.01 110)",
886
- popover: "oklch(0.99 0.002 110)",
887
- "popover-foreground": "oklch(0.24 0.01 110)",
888
- primary: "oklch(0.74 0.22 128)",
889
- "primary-foreground": "oklch(0.21 0.02 120)",
890
- secondary: "oklch(0.955 0.004 110)",
891
- "secondary-foreground": "oklch(0.4 0.01 110)",
892
- muted: "oklch(0.955 0.004 110)",
893
- "muted-foreground": "oklch(0.55 0.01 110)",
894
- accent: "oklch(0.96 0.08 122)",
895
- "accent-foreground": "oklch(0.24 0.02 120)",
896
- destructive: "oklch(0.577 0.245 27.325)",
897
- "destructive-foreground": "oklch(0.577 0.245 27.325)",
898
- success: "oklch(0.62 0.15 150)",
899
- "success-foreground": "oklch(0.985 0 0)",
900
- border: "oklch(0.9 0.005 110)",
901
- input: "oklch(0.9 0.005 110)",
902
- ring: "oklch(0.8 0.2 127)",
903
- sidebar: "oklch(0.98 0.004 110)",
904
- "sidebar-foreground": "oklch(0.21 0.01 110)",
905
- "sidebar-primary": "oklch(0.74 0.22 128)",
906
- "sidebar-primary-foreground": "oklch(0.21 0.02 120)",
907
- "sidebar-accent": "oklch(0.96 0.08 122)",
908
- "sidebar-accent-foreground": "oklch(0.24 0.02 120)",
909
- "sidebar-border": "oklch(0.9 0.005 110)",
910
- "sidebar-ring": "oklch(0.85 0.2 124)",
911
- "color-1": "oklch(0.92 0.2 122)",
912
- "color-2": "oklch(0.85 0.2 124)",
913
- "color-3": "oklch(0.75 0.17 130)",
914
- "color-4": "oklch(0.68 0.14 150)",
915
- "color-5": "oklch(0.8 0.12 100)"
916
- }, {
917
- "page-background": "oklch(0.16 0.006 120)",
918
- "content-background": "oklch(0.2 0.006 120)",
919
- background: "oklch(0.2 0.006 120)",
920
- "solid-background": "oklch(0.16 0.004 120)",
921
- foreground: "oklch(0.96 0.01 120)",
922
- card: "oklch(0.22 0.006 120)",
923
- "card-foreground": "oklch(0.96 0.01 120)",
924
- popover: "oklch(0.2 0.006 120)",
925
- "popover-foreground": "oklch(0.96 0.01 120)",
926
- primary: "oklch(0.9 0.2 122)",
927
- "primary-foreground": "oklch(0.2 0.02 120)",
928
- secondary: "oklch(0.28 0.01 120)",
929
- "secondary-foreground": "oklch(0.85 0.02 120)",
930
- muted: "oklch(0.28 0.008 120)",
931
- "muted-foreground": "oklch(0.72 0.01 120)",
932
- accent: "oklch(0.32 0.05 124)",
933
- "accent-foreground": "oklch(0.96 0.01 120)",
934
- destructive: "oklch(0.396 0.141 25.723)",
935
- "destructive-foreground": "oklch(0.637 0.237 25.331)",
936
- success: "oklch(0.72 0.15 150)",
937
- "success-foreground": "oklch(0.985 0 0)",
938
- border: "oklch(0.3 0.008 120)",
939
- input: "oklch(0.3 0.008 120)",
940
- ring: "oklch(0.9 0.2 122)",
941
- sidebar: "oklch(0.18 0.006 120)",
942
- "sidebar-foreground": "oklch(0.96 0.01 120)",
943
- "sidebar-primary": "oklch(0.9 0.2 122)",
944
- "sidebar-primary-foreground": "oklch(0.2 0.02 120)",
945
- "sidebar-accent": "oklch(0.32 0.05 124)",
946
- "sidebar-accent-foreground": "oklch(0.96 0.01 120)",
947
- "sidebar-border": "oklch(0.3 0.008 120)",
948
- "sidebar-ring": "oklch(0.9 0.2 122)",
949
- "color-1": "oklch(0.9 0.2 122)",
950
- "color-2": "oklch(0.85 0.2 124)",
951
- "color-3": "oklch(0.75 0.17 130)",
952
- "color-4": "oklch(0.68 0.14 150)",
953
- "color-5": "oklch(0.8 0.12 100)"
954
- }),
955
- paper: a("paper", "Paper", "warm paper white with electric blue", {
956
- "page-background": "oklch(0.972 0.004 106.5)",
957
- "content-background": "oklch(1 0 0)",
958
- background: "oklch(1 0 0)",
959
- "solid-background": "oklch(0.984 0.004 106.5)",
960
- foreground: "oklch(0.205 0.01 268)",
961
- card: "oklch(1 0 0)",
962
- "card-foreground": "oklch(0.205 0.01 268)",
963
- popover: "oklch(1 0 0)",
964
- "popover-foreground": "oklch(0.24 0.012 268)",
965
- primary: "oklch(0.552 0.247 266)",
966
- "primary-foreground": "oklch(0.985 0 0)",
967
- secondary: "oklch(0.942 0.028 275)",
968
- "secondary-foreground": "oklch(0.45 0.15 266)",
969
- muted: "oklch(0.957 0.005 106.5)",
970
- "muted-foreground": "oklch(0.437 0.013 257)",
971
- accent: "oklch(0.957 0.005 106.5)",
972
- "accent-foreground": "oklch(0.24 0.012 268)",
973
- destructive: "oklch(0.577 0.245 27.325)",
974
- "destructive-foreground": "oklch(0.577 0.245 27.325)",
975
- success: "oklch(0.729 0.148 164)",
976
- "success-foreground": "oklch(0.985 0 0)",
977
- border: "oklch(0.926 0.008 106.6)",
978
- input: "oklch(0.926 0.008 106.6)",
979
- ring: "oklch(0.552 0.247 266)",
980
- sidebar: "oklch(0.99 0.003 106.5)",
981
- "sidebar-foreground": "oklch(0.205 0.01 268)",
982
- "sidebar-primary": "oklch(0.552 0.247 266)",
983
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
984
- "sidebar-accent": "oklch(0.957 0.005 106.5)",
985
- "sidebar-accent-foreground": "oklch(0.24 0.012 268)",
986
- "sidebar-border": "oklch(0.926 0.008 106.6)",
987
- "sidebar-ring": "oklch(0.552 0.247 266)",
988
- "color-1": "oklch(0.708 0.184 27.3)",
989
- "color-2": "oklch(0.606 0.219 292.7)",
990
- "color-3": "oklch(0.892 0.15 92)",
991
- "color-4": "oklch(0.729 0.148 164)",
992
- "color-5": "oklch(0.789 0.154 345.4)"
993
- }, {
994
- "page-background": "oklch(0.16 0.01 268)",
995
- "content-background": "oklch(0.2 0.01 268)",
996
- background: "oklch(0.2 0.01 268)",
997
- "solid-background": "oklch(0.17 0.008 268)",
998
- foreground: "oklch(0.96 0.005 268)",
999
- card: "oklch(0.22 0.01 268)",
1000
- "card-foreground": "oklch(0.96 0.005 268)",
1001
- popover: "oklch(0.2 0.01 268)",
1002
- "popover-foreground": "oklch(0.96 0.005 268)",
1003
- primary: "oklch(0.65 0.2 266)",
1004
- "primary-foreground": "oklch(0.985 0 0)",
1005
- secondary: "oklch(0.28 0.05 266)",
1006
- "secondary-foreground": "oklch(0.78 0.09 266)",
1007
- muted: "oklch(0.28 0.01 268)",
1008
- "muted-foreground": "oklch(0.7 0.015 260)",
1009
- accent: "oklch(0.3 0.03 266)",
1010
- "accent-foreground": "oklch(0.96 0.005 268)",
1011
- destructive: "oklch(0.396 0.141 25.723)",
1012
- "destructive-foreground": "oklch(0.637 0.237 25.331)",
1013
- success: "oklch(0.73 0.14 164)",
1014
- "success-foreground": "oklch(0.985 0 0)",
1015
- border: "oklch(0.3 0.015 268)",
1016
- input: "oklch(0.3 0.015 268)",
1017
- ring: "oklch(0.65 0.2 266)",
1018
- sidebar: "oklch(0.18 0.01 268)",
1019
- "sidebar-foreground": "oklch(0.96 0.005 268)",
1020
- "sidebar-primary": "oklch(0.65 0.2 266)",
1021
- "sidebar-primary-foreground": "oklch(0.985 0 0)",
1022
- "sidebar-accent": "oklch(0.3 0.03 266)",
1023
- "sidebar-accent-foreground": "oklch(0.96 0.005 268)",
1024
- "sidebar-border": "oklch(0.3 0.015 268)",
1025
- "sidebar-ring": "oklch(0.65 0.2 266)",
1026
- "color-1": "oklch(0.708 0.184 27.3)",
1027
- "color-2": "oklch(0.606 0.219 292.7)",
1028
- "color-3": "oklch(0.892 0.15 92)",
1029
- "color-4": "oklch(0.729 0.148 164)",
1030
- "color-5": "oklch(0.789 0.154 345.4)"
1031
- })
1032
- }, s = Object.values(o), c = s.map((e) => ({
1033
- value: e.name,
1034
- label: e.label,
1035
- hint: e.hint
1036
- })), l = new Set(e);
1037
- function u(e) {
1038
- return l.has(e);
1039
- }
1040
- function d(e) {
1041
- return o[e];
1042
- }
1043
- function f() {
1044
- return i;
1045
- }
1046
- var p = s.map((e) => ({
1047
- id: e.name,
1048
- name: e.label,
1049
- light: e.light,
1050
- dark: e.dark
1051
- }));
1052
- function m(e) {
1053
- let t = o[e];
1054
- return t ? {
1055
- id: t.name,
1056
- name: t.label,
1057
- light: t.light,
1058
- dark: t.dark
1059
- } : null;
1060
- }
1061
- //#endregion
1062
- export { n as DEFAULT_MODE, t as DEFAULT_THEME, o as THEMES, c as THEME_CHOICES, s as THEME_LIST, e as THEME_NAMES, p as THEME_PRESET_LIST, i as THEME_TOKEN_KEYS, l as VALID_THEME_NAMES, d as getTheme, m as getThemePreset, f as getThemeTokenKeys, r as isColorMode, u as isThemeName };
1
+ import { a as e, c as t, d as n, f as r, i, l as a, m as o, n as s, o as c, p as l, r as u, s as d, t as f, u as p } from "./themes-D5OgOcBU.js";
2
+ export { f as DEFAULT_MODE, s as DEFAULT_THEME, u as THEMES, i as THEME_CHOICES, e as THEME_LIST, c as THEME_NAMES, d as THEME_PRESET_LIST, t as THEME_TOKEN_KEYS, a as VALID_THEME_NAMES, p as getTheme, n as getThemePreset, r as getThemeTokenKeys, l as isColorMode, o as isThemeName };