@hype-stack/cli 0.8.0 → 0.9.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/{cli-COhykLTy.js → cli-latnLYWc.js} +2572 -1623
- package/dist/cli.d.ts.map +1 -1
- package/dist/commands/compose.d.ts.map +1 -1
- package/dist/commands/create.d.ts.map +1 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/install-helpers.d.ts +14 -3
- package/dist/commands/install-helpers.d.ts.map +1 -1
- package/dist/commands/login.d.ts.map +1 -1
- package/dist/commands/logout.d.ts.map +1 -1
- package/dist/commands/mcp.d.ts +17 -0
- package/dist/commands/mcp.d.ts.map +1 -0
- package/dist/commands/onboard.d.ts +6 -0
- package/dist/commands/onboard.d.ts.map +1 -1
- package/dist/commands/template.d.ts.map +1 -1
- package/dist/config/bin.js +50 -2713
- package/dist/config/env.d.ts +2 -0
- package/dist/config/env.d.ts.map +1 -1
- package/dist/constants/constants.d.ts +0 -3
- package/dist/constants/constants.d.ts.map +1 -1
- package/dist/constants/themes.d.ts +7 -1
- package/dist/constants/themes.d.ts.map +1 -1
- package/dist/core/access-prompts.d.ts.map +1 -1
- package/dist/core/apply-mode.d.ts.map +1 -1
- package/dist/core/apply-radius.d.ts +2 -2
- package/dist/core/apply-radius.d.ts.map +1 -1
- package/dist/core/apply-theme.d.ts +2 -2
- package/dist/core/apply-theme.d.ts.map +1 -1
- package/dist/core/auth-store.d.ts +16 -0
- package/dist/core/auth-store.d.ts.map +1 -1
- package/dist/core/codegen.d.ts.map +1 -1
- package/dist/core/codemods.d.ts +21 -1
- package/dist/core/codemods.d.ts.map +1 -1
- package/dist/core/device.d.ts +9 -0
- package/dist/core/device.d.ts.map +1 -1
- package/dist/core/env-status.d.ts +40 -0
- package/dist/core/env-status.d.ts.map +1 -0
- package/dist/core/installer.d.ts.map +1 -1
- package/dist/core/mcp-config.d.ts +74 -0
- package/dist/core/mcp-config.d.ts.map +1 -0
- package/dist/core/onboard-catalog.d.ts.map +1 -1
- package/dist/core/post-setup.d.ts +6 -0
- package/dist/core/post-setup.d.ts.map +1 -1
- package/dist/core/preflight.d.ts +49 -0
- package/dist/core/preflight.d.ts.map +1 -0
- package/dist/core/registry.d.ts +4 -5
- package/dist/core/registry.d.ts.map +1 -1
- package/dist/core/runtime.d.ts +42 -0
- package/dist/core/runtime.d.ts.map +1 -0
- package/dist/core/sentry.d.ts +8 -0
- package/dist/core/sentry.d.ts.map +1 -0
- package/dist/core/stack-config.d.ts.map +1 -1
- package/dist/core/templates.d.ts +2 -3
- package/dist/core/templates.d.ts.map +1 -1
- package/dist/core/tracking.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/mcp/guard.d.ts +12 -0
- package/dist/mcp/guard.d.ts.map +1 -0
- package/dist/mcp/result.d.ts +42 -0
- package/dist/mcp/result.d.ts.map +1 -0
- package/dist/mcp/server.d.ts +12 -0
- package/dist/mcp/server.d.ts.map +1 -0
- package/dist/mcp/tools/add-packs.d.ts +24 -0
- package/dist/mcp/tools/add-packs.d.ts.map +1 -0
- package/dist/mcp/tools/apply-template.d.ts +26 -0
- package/dist/mcp/tools/apply-template.d.ts.map +1 -0
- package/dist/mcp/tools/auth-status.d.ts +9 -0
- package/dist/mcp/tools/auth-status.d.ts.map +1 -0
- package/dist/mcp/tools/context.d.ts +22 -0
- package/dist/mcp/tools/context.d.ts.map +1 -0
- package/dist/mcp/tools/create-application.d.ts +30 -0
- package/dist/mcp/tools/create-application.d.ts.map +1 -0
- package/dist/mcp/tools/env-status.d.ts +15 -0
- package/dist/mcp/tools/env-status.d.ts.map +1 -0
- package/dist/mcp/tools/inspect-stack.d.ts +15 -0
- package/dist/mcp/tools/inspect-stack.d.ts.map +1 -0
- package/dist/mcp/tools/plan-install.d.ts +20 -0
- package/dist/mcp/tools/plan-install.d.ts.map +1 -0
- package/dist/mcp/tools/search-catalog.d.ts +31 -0
- package/dist/mcp/tools/search-catalog.d.ts.map +1 -0
- package/dist/themes-D5OgOcBU.js +1062 -0
- package/dist/themes.js +2 -817
- package/dist/types/types.d.ts +45 -16
- package/dist/types/types.d.ts.map +1 -1
- package/dist/ui/banner.d.ts.map +1 -1
- package/dist/ui/env-prompt.d.ts +43 -0
- package/dist/ui/env-prompt.d.ts.map +1 -0
- package/dist/ui/logger.d.ts +25 -0
- package/dist/ui/logger.d.ts.map +1 -1
- package/dist/ui/pack-multiselect.d.ts.map +1 -1
- package/dist/ui/pack-select.d.ts +35 -0
- package/dist/ui/pack-select.d.ts.map +1 -0
- package/dist/ui/theme.d.ts +2 -0
- package/dist/ui/theme.d.ts.map +1 -1
- package/dist/utils/exec.d.ts +3 -0
- package/dist/utils/exec.d.ts.map +1 -1
- package/package.json +3 -1
package/dist/themes.js
CHANGED
|
@@ -1,817 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
function n(e) {
|
|
4
|
-
return e === "light" || e === "dark";
|
|
5
|
-
}
|
|
6
|
-
var r = /* @__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(".");
|
|
7
|
-
function i(e, t, n, r, i) {
|
|
8
|
-
return {
|
|
9
|
-
name: e,
|
|
10
|
-
label: t,
|
|
11
|
-
hint: n,
|
|
12
|
-
light: r,
|
|
13
|
-
dark: i
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
var a = {
|
|
17
|
-
default: i("default", "Default", "warm neutral with orange primary", {
|
|
18
|
-
"page-background": "oklch(0.97 0.01 80)",
|
|
19
|
-
"content-background": "oklch(0.995 0.003 80)",
|
|
20
|
-
background: "oklch(0.995 0.003 80)",
|
|
21
|
-
"solid-background": "oklch(0.99 0.001 80)",
|
|
22
|
-
foreground: "oklch(0.16 0.01 75)",
|
|
23
|
-
card: "oklch(0.992 0.005 75)",
|
|
24
|
-
"card-foreground": "oklch(0.16 0.01 75)",
|
|
25
|
-
popover: "oklch(0.995 0.003 80)",
|
|
26
|
-
"popover-foreground": "oklch(0.22 0.02 75)",
|
|
27
|
-
primary: "oklch(0.65 0.22 50)",
|
|
28
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
29
|
-
secondary: "oklch(0.96 0.005 75)",
|
|
30
|
-
"secondary-foreground": "oklch(0.45 0.015 75)",
|
|
31
|
-
muted: "oklch(0.96 0.008 75)",
|
|
32
|
-
"muted-foreground": "oklch(0.55 0.015 75)",
|
|
33
|
-
accent: "oklch(0.96 0.008 75)",
|
|
34
|
-
"accent-foreground": "oklch(0.22 0.01 75)",
|
|
35
|
-
destructive: "oklch(0.577 0.245 27.325)",
|
|
36
|
-
"destructive-foreground": "oklch(0.577 0.245 27.325)",
|
|
37
|
-
success: "oklch(0.62 0.15 150)",
|
|
38
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
39
|
-
border: "oklch(0.92 0.008 75)",
|
|
40
|
-
input: "oklch(0.92 0.008 75)",
|
|
41
|
-
ring: "oklch(0.87 0.01 75)",
|
|
42
|
-
sidebar: "oklch(0.98 0.007 75)",
|
|
43
|
-
"sidebar-foreground": "oklch(0.16 0.01 75)",
|
|
44
|
-
"sidebar-primary": "oklch(0.22 0.01 75)",
|
|
45
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
46
|
-
"sidebar-accent": "oklch(0.96 0.008 75)",
|
|
47
|
-
"sidebar-accent-foreground": "oklch(0.22 0.01 75)",
|
|
48
|
-
"sidebar-border": "oklch(0.92 0.008 75)",
|
|
49
|
-
"sidebar-ring": "oklch(0.87 0.01 75)",
|
|
50
|
-
"color-1": "oklch(66.2% 0.225 25.9)",
|
|
51
|
-
"color-2": "oklch(60.4% 0.26 302)",
|
|
52
|
-
"color-3": "oklch(69.6% 0.165 251)",
|
|
53
|
-
"color-4": "oklch(80.2% 0.134 225)",
|
|
54
|
-
"color-5": "oklch(90.7% 0.231 133)"
|
|
55
|
-
}, {
|
|
56
|
-
"page-background": "oklch(0.18 0.008 75)",
|
|
57
|
-
"content-background": "oklch(0.22 0.006 75)",
|
|
58
|
-
background: "oklch(0.22 0.006 75)",
|
|
59
|
-
"solid-background": "oklch(0.18 0.003 75)",
|
|
60
|
-
foreground: "oklch(0.985 0 0)",
|
|
61
|
-
card: "oklch(0.23 0.005 75)",
|
|
62
|
-
"card-foreground": "oklch(0.985 0 0)",
|
|
63
|
-
popover: "oklch(0.22 0.006 75)",
|
|
64
|
-
"popover-foreground": "oklch(0.985 0 0)",
|
|
65
|
-
primary: "oklch(0.72 0.18 55)",
|
|
66
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
67
|
-
secondary: "oklch(0.28 0.05 240)",
|
|
68
|
-
"secondary-foreground": "oklch(0.75 0.12 240)",
|
|
69
|
-
muted: "oklch(0.3 0.008 75)",
|
|
70
|
-
"muted-foreground": "oklch(0.72 0.008 75)",
|
|
71
|
-
accent: "oklch(0.3 0.008 75)",
|
|
72
|
-
"accent-foreground": "oklch(0.985 0 0)",
|
|
73
|
-
destructive: "oklch(0.396 0.141 25.723)",
|
|
74
|
-
"destructive-foreground": "oklch(0.637 0.237 25.331)",
|
|
75
|
-
success: "oklch(0.72 0.15 150)",
|
|
76
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
77
|
-
border: "oklch(0.3 0.008 75)",
|
|
78
|
-
input: "oklch(0.3 0.008 75)",
|
|
79
|
-
ring: "oklch(0.42 0.015 75)",
|
|
80
|
-
sidebar: "oklch(0.19 0.005 75)",
|
|
81
|
-
"sidebar-foreground": "oklch(0.985 0 0)",
|
|
82
|
-
"sidebar-primary": "oklch(0.5 0.22 245)",
|
|
83
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
84
|
-
"sidebar-accent": "oklch(0.3 0.008 75)",
|
|
85
|
-
"sidebar-accent-foreground": "oklch(0.985 0 0)",
|
|
86
|
-
"sidebar-border": "oklch(0.3 0.008 75)",
|
|
87
|
-
"sidebar-ring": "oklch(0.42 0.015 75)",
|
|
88
|
-
"color-1": "oklch(66.2% 0.225 25.9)",
|
|
89
|
-
"color-2": "oklch(60.4% 0.26 302)",
|
|
90
|
-
"color-3": "oklch(69.6% 0.165 251)",
|
|
91
|
-
"color-4": "oklch(80.2% 0.134 225)",
|
|
92
|
-
"color-5": "oklch(90.7% 0.231 133)"
|
|
93
|
-
}),
|
|
94
|
-
slate: i("slate", "Slate", "cool blue-gray with indigo primary", {
|
|
95
|
-
"page-background": "oklch(0.97 0.006 255)",
|
|
96
|
-
"content-background": "oklch(0.995 0.002 255)",
|
|
97
|
-
background: "oklch(0.995 0.002 255)",
|
|
98
|
-
"solid-background": "oklch(0.99 0.001 255)",
|
|
99
|
-
foreground: "oklch(0.18 0.02 260)",
|
|
100
|
-
card: "oklch(0.99 0.003 255)",
|
|
101
|
-
"card-foreground": "oklch(0.18 0.02 260)",
|
|
102
|
-
popover: "oklch(0.995 0.002 255)",
|
|
103
|
-
"popover-foreground": "oklch(0.24 0.02 260)",
|
|
104
|
-
primary: "oklch(0.55 0.2 265)",
|
|
105
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
106
|
-
secondary: "oklch(0.95 0.01 255)",
|
|
107
|
-
"secondary-foreground": "oklch(0.4 0.04 265)",
|
|
108
|
-
muted: "oklch(0.96 0.008 255)",
|
|
109
|
-
"muted-foreground": "oklch(0.5 0.03 260)",
|
|
110
|
-
accent: "oklch(0.95 0.02 265)",
|
|
111
|
-
"accent-foreground": "oklch(0.24 0.02 260)",
|
|
112
|
-
destructive: "oklch(0.577 0.245 27.325)",
|
|
113
|
-
"destructive-foreground": "oklch(0.577 0.245 27.325)",
|
|
114
|
-
success: "oklch(0.62 0.15 150)",
|
|
115
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
116
|
-
border: "oklch(0.91 0.01 255)",
|
|
117
|
-
input: "oklch(0.91 0.01 255)",
|
|
118
|
-
ring: "oklch(0.55 0.2 265)",
|
|
119
|
-
sidebar: "oklch(0.98 0.006 255)",
|
|
120
|
-
"sidebar-foreground": "oklch(0.18 0.02 260)",
|
|
121
|
-
"sidebar-primary": "oklch(0.55 0.2 265)",
|
|
122
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
123
|
-
"sidebar-accent": "oklch(0.95 0.02 265)",
|
|
124
|
-
"sidebar-accent-foreground": "oklch(0.24 0.02 260)",
|
|
125
|
-
"sidebar-border": "oklch(0.91 0.01 255)",
|
|
126
|
-
"sidebar-ring": "oklch(0.55 0.2 265)",
|
|
127
|
-
"color-1": "oklch(60% 0.22 265)",
|
|
128
|
-
"color-2": "oklch(65% 0.18 220)",
|
|
129
|
-
"color-3": "oklch(70% 0.15 200)",
|
|
130
|
-
"color-4": "oklch(75% 0.12 240)",
|
|
131
|
-
"color-5": "oklch(80% 0.1 250)"
|
|
132
|
-
}, {
|
|
133
|
-
"page-background": "oklch(0.16 0.02 260)",
|
|
134
|
-
"content-background": "oklch(0.21 0.02 260)",
|
|
135
|
-
background: "oklch(0.21 0.02 260)",
|
|
136
|
-
"solid-background": "oklch(0.18 0.003 260)",
|
|
137
|
-
foreground: "oklch(0.96 0.005 260)",
|
|
138
|
-
card: "oklch(0.23 0.02 260)",
|
|
139
|
-
"card-foreground": "oklch(0.96 0.005 260)",
|
|
140
|
-
popover: "oklch(0.21 0.02 260)",
|
|
141
|
-
"popover-foreground": "oklch(0.96 0.005 260)",
|
|
142
|
-
primary: "oklch(0.7 0.18 265)",
|
|
143
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
144
|
-
secondary: "oklch(0.28 0.03 265)",
|
|
145
|
-
"secondary-foreground": "oklch(0.75 0.05 265)",
|
|
146
|
-
muted: "oklch(0.3 0.02 260)",
|
|
147
|
-
"muted-foreground": "oklch(0.7 0.02 260)",
|
|
148
|
-
accent: "oklch(0.32 0.04 265)",
|
|
149
|
-
"accent-foreground": "oklch(0.96 0.005 260)",
|
|
150
|
-
destructive: "oklch(0.396 0.141 25.723)",
|
|
151
|
-
"destructive-foreground": "oklch(0.637 0.237 25.331)",
|
|
152
|
-
success: "oklch(0.72 0.15 150)",
|
|
153
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
154
|
-
border: "oklch(0.32 0.02 260)",
|
|
155
|
-
input: "oklch(0.32 0.02 260)",
|
|
156
|
-
ring: "oklch(0.7 0.18 265)",
|
|
157
|
-
sidebar: "oklch(0.18 0.02 260)",
|
|
158
|
-
"sidebar-foreground": "oklch(0.96 0.005 260)",
|
|
159
|
-
"sidebar-primary": "oklch(0.7 0.18 265)",
|
|
160
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
161
|
-
"sidebar-accent": "oklch(0.32 0.04 265)",
|
|
162
|
-
"sidebar-accent-foreground": "oklch(0.96 0.005 260)",
|
|
163
|
-
"sidebar-border": "oklch(0.32 0.02 260)",
|
|
164
|
-
"sidebar-ring": "oklch(0.7 0.18 265)",
|
|
165
|
-
"color-1": "oklch(60% 0.22 265)",
|
|
166
|
-
"color-2": "oklch(65% 0.18 220)",
|
|
167
|
-
"color-3": "oklch(70% 0.15 200)",
|
|
168
|
-
"color-4": "oklch(75% 0.12 240)",
|
|
169
|
-
"color-5": "oklch(80% 0.1 250)"
|
|
170
|
-
}),
|
|
171
|
-
rose: i("rose", "Rose", "soft pink with rose primary", {
|
|
172
|
-
"page-background": "oklch(0.97 0.008 15)",
|
|
173
|
-
"content-background": "oklch(0.995 0.003 15)",
|
|
174
|
-
background: "oklch(0.995 0.003 15)",
|
|
175
|
-
"solid-background": "oklch(0.99 0.001 15)",
|
|
176
|
-
foreground: "oklch(0.18 0.02 15)",
|
|
177
|
-
card: "oklch(0.99 0.005 15)",
|
|
178
|
-
"card-foreground": "oklch(0.18 0.02 15)",
|
|
179
|
-
popover: "oklch(0.995 0.003 15)",
|
|
180
|
-
"popover-foreground": "oklch(0.24 0.02 15)",
|
|
181
|
-
primary: "oklch(0.65 0.22 10)",
|
|
182
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
183
|
-
secondary: "oklch(0.95 0.02 15)",
|
|
184
|
-
"secondary-foreground": "oklch(0.4 0.05 10)",
|
|
185
|
-
muted: "oklch(0.96 0.012 15)",
|
|
186
|
-
"muted-foreground": "oklch(0.5 0.03 15)",
|
|
187
|
-
accent: "oklch(0.95 0.02 10)",
|
|
188
|
-
"accent-foreground": "oklch(0.24 0.02 15)",
|
|
189
|
-
destructive: "oklch(0.577 0.245 27.325)",
|
|
190
|
-
"destructive-foreground": "oklch(0.577 0.245 27.325)",
|
|
191
|
-
success: "oklch(0.62 0.15 150)",
|
|
192
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
193
|
-
border: "oklch(0.91 0.012 15)",
|
|
194
|
-
input: "oklch(0.91 0.012 15)",
|
|
195
|
-
ring: "oklch(0.65 0.22 10)",
|
|
196
|
-
sidebar: "oklch(0.98 0.01 15)",
|
|
197
|
-
"sidebar-foreground": "oklch(0.18 0.02 15)",
|
|
198
|
-
"sidebar-primary": "oklch(0.65 0.22 10)",
|
|
199
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
200
|
-
"sidebar-accent": "oklch(0.95 0.02 10)",
|
|
201
|
-
"sidebar-accent-foreground": "oklch(0.24 0.02 15)",
|
|
202
|
-
"sidebar-border": "oklch(0.91 0.012 15)",
|
|
203
|
-
"sidebar-ring": "oklch(0.65 0.22 10)",
|
|
204
|
-
"color-1": "oklch(65% 0.23 10)",
|
|
205
|
-
"color-2": "oklch(70% 0.18 350)",
|
|
206
|
-
"color-3": "oklch(75% 0.15 330)",
|
|
207
|
-
"color-4": "oklch(80% 0.12 300)",
|
|
208
|
-
"color-5": "oklch(85% 0.1 20)"
|
|
209
|
-
}, {
|
|
210
|
-
"page-background": "oklch(0.17 0.02 15)",
|
|
211
|
-
"content-background": "oklch(0.21 0.02 15)",
|
|
212
|
-
background: "oklch(0.21 0.02 15)",
|
|
213
|
-
"solid-background": "oklch(0.18 0.003 15)",
|
|
214
|
-
foreground: "oklch(0.96 0.005 15)",
|
|
215
|
-
card: "oklch(0.23 0.02 15)",
|
|
216
|
-
"card-foreground": "oklch(0.96 0.005 15)",
|
|
217
|
-
popover: "oklch(0.21 0.02 15)",
|
|
218
|
-
"popover-foreground": "oklch(0.96 0.005 15)",
|
|
219
|
-
primary: "oklch(0.72 0.18 10)",
|
|
220
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
221
|
-
secondary: "oklch(0.3 0.04 350)",
|
|
222
|
-
"secondary-foreground": "oklch(0.75 0.08 10)",
|
|
223
|
-
muted: "oklch(0.3 0.02 15)",
|
|
224
|
-
"muted-foreground": "oklch(0.7 0.02 15)",
|
|
225
|
-
accent: "oklch(0.32 0.04 10)",
|
|
226
|
-
"accent-foreground": "oklch(0.96 0.005 15)",
|
|
227
|
-
destructive: "oklch(0.396 0.141 25.723)",
|
|
228
|
-
"destructive-foreground": "oklch(0.637 0.237 25.331)",
|
|
229
|
-
success: "oklch(0.72 0.15 150)",
|
|
230
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
231
|
-
border: "oklch(0.32 0.02 15)",
|
|
232
|
-
input: "oklch(0.32 0.02 15)",
|
|
233
|
-
ring: "oklch(0.72 0.18 10)",
|
|
234
|
-
sidebar: "oklch(0.18 0.02 15)",
|
|
235
|
-
"sidebar-foreground": "oklch(0.96 0.005 15)",
|
|
236
|
-
"sidebar-primary": "oklch(0.72 0.18 10)",
|
|
237
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
238
|
-
"sidebar-accent": "oklch(0.32 0.04 10)",
|
|
239
|
-
"sidebar-accent-foreground": "oklch(0.96 0.005 15)",
|
|
240
|
-
"sidebar-border": "oklch(0.32 0.02 15)",
|
|
241
|
-
"sidebar-ring": "oklch(0.72 0.18 10)",
|
|
242
|
-
"color-1": "oklch(65% 0.23 10)",
|
|
243
|
-
"color-2": "oklch(70% 0.18 350)",
|
|
244
|
-
"color-3": "oklch(75% 0.15 330)",
|
|
245
|
-
"color-4": "oklch(80% 0.12 300)",
|
|
246
|
-
"color-5": "oklch(85% 0.1 20)"
|
|
247
|
-
}),
|
|
248
|
-
emerald: i("emerald", "Emerald", "green tones with emerald primary", {
|
|
249
|
-
"page-background": "oklch(0.97 0.008 160)",
|
|
250
|
-
"content-background": "oklch(0.995 0.003 160)",
|
|
251
|
-
background: "oklch(0.995 0.003 160)",
|
|
252
|
-
"solid-background": "oklch(0.99 0.001 160)",
|
|
253
|
-
foreground: "oklch(0.18 0.02 160)",
|
|
254
|
-
card: "oklch(0.99 0.005 160)",
|
|
255
|
-
"card-foreground": "oklch(0.18 0.02 160)",
|
|
256
|
-
popover: "oklch(0.995 0.003 160)",
|
|
257
|
-
"popover-foreground": "oklch(0.24 0.02 160)",
|
|
258
|
-
primary: "oklch(0.6 0.17 165)",
|
|
259
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
260
|
-
secondary: "oklch(0.95 0.02 160)",
|
|
261
|
-
"secondary-foreground": "oklch(0.4 0.05 165)",
|
|
262
|
-
muted: "oklch(0.96 0.012 160)",
|
|
263
|
-
"muted-foreground": "oklch(0.5 0.03 160)",
|
|
264
|
-
accent: "oklch(0.95 0.02 165)",
|
|
265
|
-
"accent-foreground": "oklch(0.24 0.02 160)",
|
|
266
|
-
destructive: "oklch(0.577 0.245 27.325)",
|
|
267
|
-
"destructive-foreground": "oklch(0.577 0.245 27.325)",
|
|
268
|
-
success: "oklch(0.6 0.17 165)",
|
|
269
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
270
|
-
border: "oklch(0.91 0.012 160)",
|
|
271
|
-
input: "oklch(0.91 0.012 160)",
|
|
272
|
-
ring: "oklch(0.6 0.17 165)",
|
|
273
|
-
sidebar: "oklch(0.98 0.01 160)",
|
|
274
|
-
"sidebar-foreground": "oklch(0.18 0.02 160)",
|
|
275
|
-
"sidebar-primary": "oklch(0.6 0.17 165)",
|
|
276
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
277
|
-
"sidebar-accent": "oklch(0.95 0.02 165)",
|
|
278
|
-
"sidebar-accent-foreground": "oklch(0.24 0.02 160)",
|
|
279
|
-
"sidebar-border": "oklch(0.91 0.012 160)",
|
|
280
|
-
"sidebar-ring": "oklch(0.6 0.17 165)",
|
|
281
|
-
"color-1": "oklch(60% 0.17 165)",
|
|
282
|
-
"color-2": "oklch(65% 0.16 180)",
|
|
283
|
-
"color-3": "oklch(70% 0.14 200)",
|
|
284
|
-
"color-4": "oklch(75% 0.12 150)",
|
|
285
|
-
"color-5": "oklch(80% 0.1 140)"
|
|
286
|
-
}, {
|
|
287
|
-
"page-background": "oklch(0.17 0.02 165)",
|
|
288
|
-
"content-background": "oklch(0.21 0.02 165)",
|
|
289
|
-
background: "oklch(0.21 0.02 165)",
|
|
290
|
-
"solid-background": "oklch(0.18 0.003 165)",
|
|
291
|
-
foreground: "oklch(0.96 0.005 165)",
|
|
292
|
-
card: "oklch(0.23 0.02 165)",
|
|
293
|
-
"card-foreground": "oklch(0.96 0.005 165)",
|
|
294
|
-
popover: "oklch(0.21 0.02 165)",
|
|
295
|
-
"popover-foreground": "oklch(0.96 0.005 165)",
|
|
296
|
-
primary: "oklch(0.72 0.16 165)",
|
|
297
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
298
|
-
secondary: "oklch(0.3 0.04 165)",
|
|
299
|
-
"secondary-foreground": "oklch(0.75 0.08 165)",
|
|
300
|
-
muted: "oklch(0.3 0.02 165)",
|
|
301
|
-
"muted-foreground": "oklch(0.7 0.02 165)",
|
|
302
|
-
accent: "oklch(0.32 0.04 165)",
|
|
303
|
-
"accent-foreground": "oklch(0.96 0.005 165)",
|
|
304
|
-
destructive: "oklch(0.396 0.141 25.723)",
|
|
305
|
-
"destructive-foreground": "oklch(0.637 0.237 25.331)",
|
|
306
|
-
success: "oklch(0.72 0.16 165)",
|
|
307
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
308
|
-
border: "oklch(0.32 0.02 165)",
|
|
309
|
-
input: "oklch(0.32 0.02 165)",
|
|
310
|
-
ring: "oklch(0.72 0.16 165)",
|
|
311
|
-
sidebar: "oklch(0.18 0.02 165)",
|
|
312
|
-
"sidebar-foreground": "oklch(0.96 0.005 165)",
|
|
313
|
-
"sidebar-primary": "oklch(0.72 0.16 165)",
|
|
314
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
315
|
-
"sidebar-accent": "oklch(0.32 0.04 165)",
|
|
316
|
-
"sidebar-accent-foreground": "oklch(0.96 0.005 165)",
|
|
317
|
-
"sidebar-border": "oklch(0.32 0.02 165)",
|
|
318
|
-
"sidebar-ring": "oklch(0.72 0.16 165)",
|
|
319
|
-
"color-1": "oklch(60% 0.17 165)",
|
|
320
|
-
"color-2": "oklch(65% 0.16 180)",
|
|
321
|
-
"color-3": "oklch(70% 0.14 200)",
|
|
322
|
-
"color-4": "oklch(75% 0.12 150)",
|
|
323
|
-
"color-5": "oklch(80% 0.1 140)"
|
|
324
|
-
}),
|
|
325
|
-
violet: i("violet", "Violet", "purple tones with violet primary", {
|
|
326
|
-
"page-background": "oklch(0.97 0.008 300)",
|
|
327
|
-
"content-background": "oklch(0.995 0.003 300)",
|
|
328
|
-
background: "oklch(0.995 0.003 300)",
|
|
329
|
-
"solid-background": "oklch(0.99 0.001 300)",
|
|
330
|
-
foreground: "oklch(0.18 0.02 300)",
|
|
331
|
-
card: "oklch(0.99 0.005 300)",
|
|
332
|
-
"card-foreground": "oklch(0.18 0.02 300)",
|
|
333
|
-
popover: "oklch(0.995 0.003 300)",
|
|
334
|
-
"popover-foreground": "oklch(0.24 0.02 300)",
|
|
335
|
-
primary: "oklch(0.6 0.22 295)",
|
|
336
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
337
|
-
secondary: "oklch(0.95 0.02 300)",
|
|
338
|
-
"secondary-foreground": "oklch(0.4 0.05 295)",
|
|
339
|
-
muted: "oklch(0.96 0.012 300)",
|
|
340
|
-
"muted-foreground": "oklch(0.5 0.03 300)",
|
|
341
|
-
accent: "oklch(0.95 0.02 295)",
|
|
342
|
-
"accent-foreground": "oklch(0.24 0.02 300)",
|
|
343
|
-
destructive: "oklch(0.577 0.245 27.325)",
|
|
344
|
-
"destructive-foreground": "oklch(0.577 0.245 27.325)",
|
|
345
|
-
success: "oklch(0.62 0.15 150)",
|
|
346
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
347
|
-
border: "oklch(0.91 0.012 300)",
|
|
348
|
-
input: "oklch(0.91 0.012 300)",
|
|
349
|
-
ring: "oklch(0.6 0.22 295)",
|
|
350
|
-
sidebar: "oklch(0.98 0.01 300)",
|
|
351
|
-
"sidebar-foreground": "oklch(0.18 0.02 300)",
|
|
352
|
-
"sidebar-primary": "oklch(0.6 0.22 295)",
|
|
353
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
354
|
-
"sidebar-accent": "oklch(0.95 0.02 295)",
|
|
355
|
-
"sidebar-accent-foreground": "oklch(0.24 0.02 300)",
|
|
356
|
-
"sidebar-border": "oklch(0.91 0.012 300)",
|
|
357
|
-
"sidebar-ring": "oklch(0.6 0.22 295)",
|
|
358
|
-
"color-1": "oklch(60% 0.22 295)",
|
|
359
|
-
"color-2": "oklch(65% 0.2 320)",
|
|
360
|
-
"color-3": "oklch(70% 0.16 340)",
|
|
361
|
-
"color-4": "oklch(75% 0.13 280)",
|
|
362
|
-
"color-5": "oklch(80% 0.1 260)"
|
|
363
|
-
}, {
|
|
364
|
-
"page-background": "oklch(0.17 0.02 300)",
|
|
365
|
-
"content-background": "oklch(0.21 0.02 300)",
|
|
366
|
-
background: "oklch(0.21 0.02 300)",
|
|
367
|
-
"solid-background": "oklch(0.18 0.003 300)",
|
|
368
|
-
foreground: "oklch(0.96 0.005 300)",
|
|
369
|
-
card: "oklch(0.23 0.02 300)",
|
|
370
|
-
"card-foreground": "oklch(0.96 0.005 300)",
|
|
371
|
-
popover: "oklch(0.21 0.02 300)",
|
|
372
|
-
"popover-foreground": "oklch(0.96 0.005 300)",
|
|
373
|
-
primary: "oklch(0.72 0.18 295)",
|
|
374
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
375
|
-
secondary: "oklch(0.3 0.04 295)",
|
|
376
|
-
"secondary-foreground": "oklch(0.75 0.08 295)",
|
|
377
|
-
muted: "oklch(0.3 0.02 300)",
|
|
378
|
-
"muted-foreground": "oklch(0.7 0.02 300)",
|
|
379
|
-
accent: "oklch(0.32 0.04 295)",
|
|
380
|
-
"accent-foreground": "oklch(0.96 0.005 300)",
|
|
381
|
-
destructive: "oklch(0.396 0.141 25.723)",
|
|
382
|
-
"destructive-foreground": "oklch(0.637 0.237 25.331)",
|
|
383
|
-
success: "oklch(0.72 0.15 150)",
|
|
384
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
385
|
-
border: "oklch(0.32 0.02 300)",
|
|
386
|
-
input: "oklch(0.32 0.02 300)",
|
|
387
|
-
ring: "oklch(0.72 0.18 295)",
|
|
388
|
-
sidebar: "oklch(0.18 0.02 300)",
|
|
389
|
-
"sidebar-foreground": "oklch(0.96 0.005 300)",
|
|
390
|
-
"sidebar-primary": "oklch(0.72 0.18 295)",
|
|
391
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
392
|
-
"sidebar-accent": "oklch(0.32 0.04 295)",
|
|
393
|
-
"sidebar-accent-foreground": "oklch(0.96 0.005 300)",
|
|
394
|
-
"sidebar-border": "oklch(0.32 0.02 300)",
|
|
395
|
-
"sidebar-ring": "oklch(0.72 0.18 295)",
|
|
396
|
-
"color-1": "oklch(60% 0.22 295)",
|
|
397
|
-
"color-2": "oklch(65% 0.2 320)",
|
|
398
|
-
"color-3": "oklch(70% 0.16 340)",
|
|
399
|
-
"color-4": "oklch(75% 0.13 280)",
|
|
400
|
-
"color-5": "oklch(80% 0.1 260)"
|
|
401
|
-
}),
|
|
402
|
-
amber: i("amber", "Amber", "warm golden tones with amber primary", {
|
|
403
|
-
"page-background": "oklch(0.97 0.02 85)",
|
|
404
|
-
"content-background": "oklch(0.995 0.005 85)",
|
|
405
|
-
background: "oklch(0.995 0.005 85)",
|
|
406
|
-
"solid-background": "oklch(0.99 0.001 85)",
|
|
407
|
-
foreground: "oklch(0.2 0.03 70)",
|
|
408
|
-
card: "oklch(0.99 0.01 85)",
|
|
409
|
-
"card-foreground": "oklch(0.2 0.03 70)",
|
|
410
|
-
popover: "oklch(0.995 0.005 85)",
|
|
411
|
-
"popover-foreground": "oklch(0.26 0.03 70)",
|
|
412
|
-
primary: "oklch(0.72 0.18 70)",
|
|
413
|
-
"primary-foreground": "oklch(0.18 0.03 70)",
|
|
414
|
-
secondary: "oklch(0.94 0.03 85)",
|
|
415
|
-
"secondary-foreground": "oklch(0.42 0.06 70)",
|
|
416
|
-
muted: "oklch(0.95 0.025 85)",
|
|
417
|
-
"muted-foreground": "oklch(0.5 0.04 70)",
|
|
418
|
-
accent: "oklch(0.94 0.04 70)",
|
|
419
|
-
"accent-foreground": "oklch(0.26 0.03 70)",
|
|
420
|
-
destructive: "oklch(0.577 0.245 27.325)",
|
|
421
|
-
"destructive-foreground": "oklch(0.577 0.245 27.325)",
|
|
422
|
-
success: "oklch(0.62 0.15 150)",
|
|
423
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
424
|
-
border: "oklch(0.9 0.02 85)",
|
|
425
|
-
input: "oklch(0.9 0.02 85)",
|
|
426
|
-
ring: "oklch(0.72 0.18 70)",
|
|
427
|
-
sidebar: "oklch(0.98 0.02 85)",
|
|
428
|
-
"sidebar-foreground": "oklch(0.2 0.03 70)",
|
|
429
|
-
"sidebar-primary": "oklch(0.72 0.18 70)",
|
|
430
|
-
"sidebar-primary-foreground": "oklch(0.18 0.03 70)",
|
|
431
|
-
"sidebar-accent": "oklch(0.94 0.04 70)",
|
|
432
|
-
"sidebar-accent-foreground": "oklch(0.26 0.03 70)",
|
|
433
|
-
"sidebar-border": "oklch(0.9 0.02 85)",
|
|
434
|
-
"sidebar-ring": "oklch(0.72 0.18 70)",
|
|
435
|
-
"color-1": "oklch(72% 0.18 70)",
|
|
436
|
-
"color-2": "oklch(75% 0.16 50)",
|
|
437
|
-
"color-3": "oklch(78% 0.14 95)",
|
|
438
|
-
"color-4": "oklch(80% 0.12 30)",
|
|
439
|
-
"color-5": "oklch(85% 0.1 110)"
|
|
440
|
-
}, {
|
|
441
|
-
"page-background": "oklch(0.18 0.02 70)",
|
|
442
|
-
"content-background": "oklch(0.22 0.02 70)",
|
|
443
|
-
background: "oklch(0.22 0.02 70)",
|
|
444
|
-
"solid-background": "oklch(0.18 0.003 70)",
|
|
445
|
-
foreground: "oklch(0.96 0.01 85)",
|
|
446
|
-
card: "oklch(0.24 0.02 70)",
|
|
447
|
-
"card-foreground": "oklch(0.96 0.01 85)",
|
|
448
|
-
popover: "oklch(0.22 0.02 70)",
|
|
449
|
-
"popover-foreground": "oklch(0.96 0.01 85)",
|
|
450
|
-
primary: "oklch(0.8 0.16 75)",
|
|
451
|
-
"primary-foreground": "oklch(0.18 0.03 70)",
|
|
452
|
-
secondary: "oklch(0.3 0.04 70)",
|
|
453
|
-
"secondary-foreground": "oklch(0.8 0.1 80)",
|
|
454
|
-
muted: "oklch(0.3 0.02 70)",
|
|
455
|
-
"muted-foreground": "oklch(0.72 0.02 85)",
|
|
456
|
-
accent: "oklch(0.32 0.04 70)",
|
|
457
|
-
"accent-foreground": "oklch(0.96 0.01 85)",
|
|
458
|
-
destructive: "oklch(0.396 0.141 25.723)",
|
|
459
|
-
"destructive-foreground": "oklch(0.637 0.237 25.331)",
|
|
460
|
-
success: "oklch(0.72 0.15 150)",
|
|
461
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
462
|
-
border: "oklch(0.32 0.02 70)",
|
|
463
|
-
input: "oklch(0.32 0.02 70)",
|
|
464
|
-
ring: "oklch(0.8 0.16 75)",
|
|
465
|
-
sidebar: "oklch(0.19 0.02 70)",
|
|
466
|
-
"sidebar-foreground": "oklch(0.96 0.01 85)",
|
|
467
|
-
"sidebar-primary": "oklch(0.8 0.16 75)",
|
|
468
|
-
"sidebar-primary-foreground": "oklch(0.18 0.03 70)",
|
|
469
|
-
"sidebar-accent": "oklch(0.32 0.04 70)",
|
|
470
|
-
"sidebar-accent-foreground": "oklch(0.96 0.01 85)",
|
|
471
|
-
"sidebar-border": "oklch(0.32 0.02 70)",
|
|
472
|
-
"sidebar-ring": "oklch(0.8 0.16 75)",
|
|
473
|
-
"color-1": "oklch(72% 0.18 70)",
|
|
474
|
-
"color-2": "oklch(75% 0.16 50)",
|
|
475
|
-
"color-3": "oklch(78% 0.14 95)",
|
|
476
|
-
"color-4": "oklch(80% 0.12 30)",
|
|
477
|
-
"color-5": "oklch(85% 0.1 110)"
|
|
478
|
-
}),
|
|
479
|
-
ocean: i("ocean", "Ocean", "teal and cyan with cyan primary", {
|
|
480
|
-
"page-background": "oklch(0.97 0.01 220)",
|
|
481
|
-
"content-background": "oklch(0.995 0.003 220)",
|
|
482
|
-
background: "oklch(0.995 0.003 220)",
|
|
483
|
-
"solid-background": "oklch(0.99 0.001 220)",
|
|
484
|
-
foreground: "oklch(0.18 0.02 220)",
|
|
485
|
-
card: "oklch(0.99 0.005 220)",
|
|
486
|
-
"card-foreground": "oklch(0.18 0.02 220)",
|
|
487
|
-
popover: "oklch(0.995 0.003 220)",
|
|
488
|
-
"popover-foreground": "oklch(0.24 0.02 220)",
|
|
489
|
-
primary: "oklch(0.65 0.16 200)",
|
|
490
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
491
|
-
secondary: "oklch(0.95 0.02 220)",
|
|
492
|
-
"secondary-foreground": "oklch(0.4 0.05 200)",
|
|
493
|
-
muted: "oklch(0.96 0.012 220)",
|
|
494
|
-
"muted-foreground": "oklch(0.5 0.03 220)",
|
|
495
|
-
accent: "oklch(0.95 0.02 200)",
|
|
496
|
-
"accent-foreground": "oklch(0.24 0.02 220)",
|
|
497
|
-
destructive: "oklch(0.577 0.245 27.325)",
|
|
498
|
-
"destructive-foreground": "oklch(0.577 0.245 27.325)",
|
|
499
|
-
success: "oklch(0.62 0.15 160)",
|
|
500
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
501
|
-
border: "oklch(0.91 0.012 220)",
|
|
502
|
-
input: "oklch(0.91 0.012 220)",
|
|
503
|
-
ring: "oklch(0.65 0.16 200)",
|
|
504
|
-
sidebar: "oklch(0.98 0.01 220)",
|
|
505
|
-
"sidebar-foreground": "oklch(0.18 0.02 220)",
|
|
506
|
-
"sidebar-primary": "oklch(0.65 0.16 200)",
|
|
507
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
508
|
-
"sidebar-accent": "oklch(0.95 0.02 200)",
|
|
509
|
-
"sidebar-accent-foreground": "oklch(0.24 0.02 220)",
|
|
510
|
-
"sidebar-border": "oklch(0.91 0.012 220)",
|
|
511
|
-
"sidebar-ring": "oklch(0.65 0.16 200)",
|
|
512
|
-
"color-1": "oklch(65% 0.16 200)",
|
|
513
|
-
"color-2": "oklch(68% 0.15 180)",
|
|
514
|
-
"color-3": "oklch(72% 0.13 220)",
|
|
515
|
-
"color-4": "oklch(78% 0.11 240)",
|
|
516
|
-
"color-5": "oklch(82% 0.1 195)"
|
|
517
|
-
}, {
|
|
518
|
-
"page-background": "oklch(0.17 0.02 220)",
|
|
519
|
-
"content-background": "oklch(0.21 0.02 220)",
|
|
520
|
-
background: "oklch(0.21 0.02 220)",
|
|
521
|
-
"solid-background": "oklch(0.18 0.003 220)",
|
|
522
|
-
foreground: "oklch(0.96 0.005 220)",
|
|
523
|
-
card: "oklch(0.23 0.02 220)",
|
|
524
|
-
"card-foreground": "oklch(0.96 0.005 220)",
|
|
525
|
-
popover: "oklch(0.21 0.02 220)",
|
|
526
|
-
"popover-foreground": "oklch(0.96 0.005 220)",
|
|
527
|
-
primary: "oklch(0.74 0.14 200)",
|
|
528
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
529
|
-
secondary: "oklch(0.3 0.04 200)",
|
|
530
|
-
"secondary-foreground": "oklch(0.78 0.08 200)",
|
|
531
|
-
muted: "oklch(0.3 0.02 220)",
|
|
532
|
-
"muted-foreground": "oklch(0.7 0.02 220)",
|
|
533
|
-
accent: "oklch(0.32 0.04 200)",
|
|
534
|
-
"accent-foreground": "oklch(0.96 0.005 220)",
|
|
535
|
-
destructive: "oklch(0.396 0.141 25.723)",
|
|
536
|
-
"destructive-foreground": "oklch(0.637 0.237 25.331)",
|
|
537
|
-
success: "oklch(0.72 0.15 160)",
|
|
538
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
539
|
-
border: "oklch(0.32 0.02 220)",
|
|
540
|
-
input: "oklch(0.32 0.02 220)",
|
|
541
|
-
ring: "oklch(0.74 0.14 200)",
|
|
542
|
-
sidebar: "oklch(0.18 0.02 220)",
|
|
543
|
-
"sidebar-foreground": "oklch(0.96 0.005 220)",
|
|
544
|
-
"sidebar-primary": "oklch(0.74 0.14 200)",
|
|
545
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
546
|
-
"sidebar-accent": "oklch(0.32 0.04 200)",
|
|
547
|
-
"sidebar-accent-foreground": "oklch(0.96 0.005 220)",
|
|
548
|
-
"sidebar-border": "oklch(0.32 0.02 220)",
|
|
549
|
-
"sidebar-ring": "oklch(0.74 0.14 200)",
|
|
550
|
-
"color-1": "oklch(65% 0.16 200)",
|
|
551
|
-
"color-2": "oklch(68% 0.15 180)",
|
|
552
|
-
"color-3": "oklch(72% 0.13 220)",
|
|
553
|
-
"color-4": "oklch(78% 0.11 240)",
|
|
554
|
-
"color-5": "oklch(82% 0.1 195)"
|
|
555
|
-
}),
|
|
556
|
-
"zinc-mono": i("zinc-mono", "Zinc Mono", "neutral monochrome, low chroma", {
|
|
557
|
-
"page-background": "oklch(0.97 0.003 260)",
|
|
558
|
-
"content-background": "oklch(0.995 0.001 260)",
|
|
559
|
-
background: "oklch(0.995 0.001 260)",
|
|
560
|
-
"solid-background": "oklch(0.99 0.001 260)",
|
|
561
|
-
foreground: "oklch(0.18 0.005 260)",
|
|
562
|
-
card: "oklch(0.99 0.002 260)",
|
|
563
|
-
"card-foreground": "oklch(0.18 0.005 260)",
|
|
564
|
-
popover: "oklch(0.995 0.001 260)",
|
|
565
|
-
"popover-foreground": "oklch(0.24 0.005 260)",
|
|
566
|
-
primary: "oklch(0.4 0.01 260)",
|
|
567
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
568
|
-
secondary: "oklch(0.95 0.003 260)",
|
|
569
|
-
"secondary-foreground": "oklch(0.4 0.005 260)",
|
|
570
|
-
muted: "oklch(0.96 0.003 260)",
|
|
571
|
-
"muted-foreground": "oklch(0.5 0.005 260)",
|
|
572
|
-
accent: "oklch(0.94 0.004 260)",
|
|
573
|
-
"accent-foreground": "oklch(0.24 0.005 260)",
|
|
574
|
-
destructive: "oklch(0.577 0.245 27.325)",
|
|
575
|
-
"destructive-foreground": "oklch(0.577 0.245 27.325)",
|
|
576
|
-
success: "oklch(0.55 0.1 150)",
|
|
577
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
578
|
-
border: "oklch(0.91 0.003 260)",
|
|
579
|
-
input: "oklch(0.91 0.003 260)",
|
|
580
|
-
ring: "oklch(0.4 0.01 260)",
|
|
581
|
-
sidebar: "oklch(0.98 0.003 260)",
|
|
582
|
-
"sidebar-foreground": "oklch(0.18 0.005 260)",
|
|
583
|
-
"sidebar-primary": "oklch(0.4 0.01 260)",
|
|
584
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
585
|
-
"sidebar-accent": "oklch(0.94 0.004 260)",
|
|
586
|
-
"sidebar-accent-foreground": "oklch(0.24 0.005 260)",
|
|
587
|
-
"sidebar-border": "oklch(0.91 0.003 260)",
|
|
588
|
-
"sidebar-ring": "oklch(0.4 0.01 260)",
|
|
589
|
-
"color-1": "oklch(50% 0.01 260)",
|
|
590
|
-
"color-2": "oklch(55% 0.01 260)",
|
|
591
|
-
"color-3": "oklch(60% 0.01 260)",
|
|
592
|
-
"color-4": "oklch(70% 0.01 260)",
|
|
593
|
-
"color-5": "oklch(80% 0.01 260)"
|
|
594
|
-
}, {
|
|
595
|
-
"page-background": "oklch(0.16 0.004 260)",
|
|
596
|
-
"content-background": "oklch(0.2 0.004 260)",
|
|
597
|
-
background: "oklch(0.2 0.004 260)",
|
|
598
|
-
"solid-background": "oklch(0.18 0.003 260)",
|
|
599
|
-
foreground: "oklch(0.96 0.003 260)",
|
|
600
|
-
card: "oklch(0.22 0.004 260)",
|
|
601
|
-
"card-foreground": "oklch(0.96 0.003 260)",
|
|
602
|
-
popover: "oklch(0.2 0.004 260)",
|
|
603
|
-
"popover-foreground": "oklch(0.96 0.003 260)",
|
|
604
|
-
primary: "oklch(0.92 0.005 260)",
|
|
605
|
-
"primary-foreground": "oklch(0.18 0.005 260)",
|
|
606
|
-
secondary: "oklch(0.28 0.004 260)",
|
|
607
|
-
"secondary-foreground": "oklch(0.85 0.003 260)",
|
|
608
|
-
muted: "oklch(0.28 0.004 260)",
|
|
609
|
-
"muted-foreground": "oklch(0.7 0.005 260)",
|
|
610
|
-
accent: "oklch(0.3 0.004 260)",
|
|
611
|
-
"accent-foreground": "oklch(0.96 0.003 260)",
|
|
612
|
-
destructive: "oklch(0.396 0.141 25.723)",
|
|
613
|
-
"destructive-foreground": "oklch(0.637 0.237 25.331)",
|
|
614
|
-
success: "oklch(0.65 0.1 150)",
|
|
615
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
616
|
-
border: "oklch(0.3 0.004 260)",
|
|
617
|
-
input: "oklch(0.3 0.004 260)",
|
|
618
|
-
ring: "oklch(0.92 0.005 260)",
|
|
619
|
-
sidebar: "oklch(0.18 0.004 260)",
|
|
620
|
-
"sidebar-foreground": "oklch(0.96 0.003 260)",
|
|
621
|
-
"sidebar-primary": "oklch(0.92 0.005 260)",
|
|
622
|
-
"sidebar-primary-foreground": "oklch(0.18 0.005 260)",
|
|
623
|
-
"sidebar-accent": "oklch(0.3 0.004 260)",
|
|
624
|
-
"sidebar-accent-foreground": "oklch(0.96 0.003 260)",
|
|
625
|
-
"sidebar-border": "oklch(0.3 0.004 260)",
|
|
626
|
-
"sidebar-ring": "oklch(0.92 0.005 260)",
|
|
627
|
-
"color-1": "oklch(50% 0.01 260)",
|
|
628
|
-
"color-2": "oklch(55% 0.01 260)",
|
|
629
|
-
"color-3": "oklch(60% 0.01 260)",
|
|
630
|
-
"color-4": "oklch(70% 0.01 260)",
|
|
631
|
-
"color-5": "oklch(80% 0.01 260)"
|
|
632
|
-
}),
|
|
633
|
-
crimson: i("crimson", "Crimson", "deep red with crimson primary", {
|
|
634
|
-
"page-background": "oklch(0.97 0.008 25)",
|
|
635
|
-
"content-background": "oklch(0.995 0.003 25)",
|
|
636
|
-
background: "oklch(0.995 0.003 25)",
|
|
637
|
-
"solid-background": "oklch(0.99 0.001 25)",
|
|
638
|
-
foreground: "oklch(0.18 0.02 25)",
|
|
639
|
-
card: "oklch(0.99 0.005 25)",
|
|
640
|
-
"card-foreground": "oklch(0.18 0.02 25)",
|
|
641
|
-
popover: "oklch(0.995 0.003 25)",
|
|
642
|
-
"popover-foreground": "oklch(0.24 0.02 25)",
|
|
643
|
-
primary: "oklch(0.55 0.22 25)",
|
|
644
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
645
|
-
secondary: "oklch(0.95 0.02 25)",
|
|
646
|
-
"secondary-foreground": "oklch(0.4 0.05 25)",
|
|
647
|
-
muted: "oklch(0.96 0.012 25)",
|
|
648
|
-
"muted-foreground": "oklch(0.5 0.03 25)",
|
|
649
|
-
accent: "oklch(0.95 0.02 25)",
|
|
650
|
-
"accent-foreground": "oklch(0.24 0.02 25)",
|
|
651
|
-
destructive: "oklch(0.55 0.22 25)",
|
|
652
|
-
"destructive-foreground": "oklch(0.985 0 0)",
|
|
653
|
-
success: "oklch(0.62 0.15 150)",
|
|
654
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
655
|
-
border: "oklch(0.91 0.012 25)",
|
|
656
|
-
input: "oklch(0.91 0.012 25)",
|
|
657
|
-
ring: "oklch(0.55 0.22 25)",
|
|
658
|
-
sidebar: "oklch(0.98 0.01 25)",
|
|
659
|
-
"sidebar-foreground": "oklch(0.18 0.02 25)",
|
|
660
|
-
"sidebar-primary": "oklch(0.55 0.22 25)",
|
|
661
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
662
|
-
"sidebar-accent": "oklch(0.95 0.02 25)",
|
|
663
|
-
"sidebar-accent-foreground": "oklch(0.24 0.02 25)",
|
|
664
|
-
"sidebar-border": "oklch(0.91 0.012 25)",
|
|
665
|
-
"sidebar-ring": "oklch(0.55 0.22 25)",
|
|
666
|
-
"color-1": "oklch(55% 0.22 25)",
|
|
667
|
-
"color-2": "oklch(60% 0.2 10)",
|
|
668
|
-
"color-3": "oklch(65% 0.18 350)",
|
|
669
|
-
"color-4": "oklch(70% 0.15 40)",
|
|
670
|
-
"color-5": "oklch(75% 0.12 350)"
|
|
671
|
-
}, {
|
|
672
|
-
"page-background": "oklch(0.17 0.02 25)",
|
|
673
|
-
"content-background": "oklch(0.21 0.02 25)",
|
|
674
|
-
background: "oklch(0.21 0.02 25)",
|
|
675
|
-
"solid-background": "oklch(0.18 0.003 25)",
|
|
676
|
-
foreground: "oklch(0.96 0.005 25)",
|
|
677
|
-
card: "oklch(0.23 0.02 25)",
|
|
678
|
-
"card-foreground": "oklch(0.96 0.005 25)",
|
|
679
|
-
popover: "oklch(0.21 0.02 25)",
|
|
680
|
-
"popover-foreground": "oklch(0.96 0.005 25)",
|
|
681
|
-
primary: "oklch(0.66 0.2 25)",
|
|
682
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
683
|
-
secondary: "oklch(0.3 0.04 25)",
|
|
684
|
-
"secondary-foreground": "oklch(0.75 0.1 25)",
|
|
685
|
-
muted: "oklch(0.3 0.02 25)",
|
|
686
|
-
"muted-foreground": "oklch(0.7 0.02 25)",
|
|
687
|
-
accent: "oklch(0.32 0.04 25)",
|
|
688
|
-
"accent-foreground": "oklch(0.96 0.005 25)",
|
|
689
|
-
destructive: "oklch(0.6 0.22 25)",
|
|
690
|
-
"destructive-foreground": "oklch(0.985 0 0)",
|
|
691
|
-
success: "oklch(0.72 0.15 150)",
|
|
692
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
693
|
-
border: "oklch(0.32 0.02 25)",
|
|
694
|
-
input: "oklch(0.32 0.02 25)",
|
|
695
|
-
ring: "oklch(0.66 0.2 25)",
|
|
696
|
-
sidebar: "oklch(0.18 0.02 25)",
|
|
697
|
-
"sidebar-foreground": "oklch(0.96 0.005 25)",
|
|
698
|
-
"sidebar-primary": "oklch(0.66 0.2 25)",
|
|
699
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
700
|
-
"sidebar-accent": "oklch(0.32 0.04 25)",
|
|
701
|
-
"sidebar-accent-foreground": "oklch(0.96 0.005 25)",
|
|
702
|
-
"sidebar-border": "oklch(0.32 0.02 25)",
|
|
703
|
-
"sidebar-ring": "oklch(0.66 0.2 25)",
|
|
704
|
-
"color-1": "oklch(55% 0.22 25)",
|
|
705
|
-
"color-2": "oklch(60% 0.2 10)",
|
|
706
|
-
"color-3": "oklch(65% 0.18 350)",
|
|
707
|
-
"color-4": "oklch(70% 0.15 40)",
|
|
708
|
-
"color-5": "oklch(75% 0.12 350)"
|
|
709
|
-
}),
|
|
710
|
-
midnight: i("midnight", "Midnight", "deep blue with electric blue primary", {
|
|
711
|
-
"page-background": "oklch(0.97 0.008 250)",
|
|
712
|
-
"content-background": "oklch(0.995 0.003 250)",
|
|
713
|
-
background: "oklch(0.995 0.003 250)",
|
|
714
|
-
"solid-background": "oklch(0.99 0.001 250)",
|
|
715
|
-
foreground: "oklch(0.18 0.02 250)",
|
|
716
|
-
card: "oklch(0.99 0.005 250)",
|
|
717
|
-
"card-foreground": "oklch(0.18 0.02 250)",
|
|
718
|
-
popover: "oklch(0.995 0.003 250)",
|
|
719
|
-
"popover-foreground": "oklch(0.24 0.02 250)",
|
|
720
|
-
primary: "oklch(0.62 0.21 250)",
|
|
721
|
-
"primary-foreground": "oklch(0.985 0 0)",
|
|
722
|
-
secondary: "oklch(0.95 0.02 250)",
|
|
723
|
-
"secondary-foreground": "oklch(0.4 0.05 250)",
|
|
724
|
-
muted: "oklch(0.96 0.012 250)",
|
|
725
|
-
"muted-foreground": "oklch(0.5 0.03 250)",
|
|
726
|
-
accent: "oklch(0.95 0.02 250)",
|
|
727
|
-
"accent-foreground": "oklch(0.24 0.02 250)",
|
|
728
|
-
destructive: "oklch(0.577 0.245 27.325)",
|
|
729
|
-
"destructive-foreground": "oklch(0.577 0.245 27.325)",
|
|
730
|
-
success: "oklch(0.62 0.15 150)",
|
|
731
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
732
|
-
border: "oklch(0.91 0.012 250)",
|
|
733
|
-
input: "oklch(0.91 0.012 250)",
|
|
734
|
-
ring: "oklch(0.62 0.21 250)",
|
|
735
|
-
sidebar: "oklch(0.98 0.01 250)",
|
|
736
|
-
"sidebar-foreground": "oklch(0.18 0.02 250)",
|
|
737
|
-
"sidebar-primary": "oklch(0.62 0.21 250)",
|
|
738
|
-
"sidebar-primary-foreground": "oklch(0.985 0 0)",
|
|
739
|
-
"sidebar-accent": "oklch(0.95 0.02 250)",
|
|
740
|
-
"sidebar-accent-foreground": "oklch(0.24 0.02 250)",
|
|
741
|
-
"sidebar-border": "oklch(0.91 0.012 250)",
|
|
742
|
-
"sidebar-ring": "oklch(0.62 0.21 250)",
|
|
743
|
-
"color-1": "oklch(62% 0.21 250)",
|
|
744
|
-
"color-2": "oklch(68% 0.18 230)",
|
|
745
|
-
"color-3": "oklch(72% 0.15 210)",
|
|
746
|
-
"color-4": "oklch(78% 0.13 270)",
|
|
747
|
-
"color-5": "oklch(82% 0.11 220)"
|
|
748
|
-
}, {
|
|
749
|
-
"page-background": "oklch(0.14 0.03 260)",
|
|
750
|
-
"content-background": "oklch(0.18 0.03 260)",
|
|
751
|
-
background: "oklch(0.18 0.03 260)",
|
|
752
|
-
"solid-background": "oklch(0.18 0.003 260)",
|
|
753
|
-
foreground: "oklch(0.96 0.005 250)",
|
|
754
|
-
card: "oklch(0.2 0.03 260)",
|
|
755
|
-
"card-foreground": "oklch(0.96 0.005 250)",
|
|
756
|
-
popover: "oklch(0.18 0.03 260)",
|
|
757
|
-
"popover-foreground": "oklch(0.96 0.005 250)",
|
|
758
|
-
primary: "oklch(0.74 0.18 250)",
|
|
759
|
-
"primary-foreground": "oklch(0.14 0.03 260)",
|
|
760
|
-
secondary: "oklch(0.27 0.05 260)",
|
|
761
|
-
"secondary-foreground": "oklch(0.78 0.1 250)",
|
|
762
|
-
muted: "oklch(0.27 0.02 260)",
|
|
763
|
-
"muted-foreground": "oklch(0.68 0.02 250)",
|
|
764
|
-
accent: "oklch(0.3 0.05 260)",
|
|
765
|
-
"accent-foreground": "oklch(0.96 0.005 250)",
|
|
766
|
-
destructive: "oklch(0.396 0.141 25.723)",
|
|
767
|
-
"destructive-foreground": "oklch(0.637 0.237 25.331)",
|
|
768
|
-
success: "oklch(0.72 0.15 150)",
|
|
769
|
-
"success-foreground": "oklch(0.985 0 0)",
|
|
770
|
-
border: "oklch(0.3 0.03 260)",
|
|
771
|
-
input: "oklch(0.3 0.03 260)",
|
|
772
|
-
ring: "oklch(0.74 0.18 250)",
|
|
773
|
-
sidebar: "oklch(0.16 0.03 260)",
|
|
774
|
-
"sidebar-foreground": "oklch(0.96 0.005 250)",
|
|
775
|
-
"sidebar-primary": "oklch(0.74 0.18 250)",
|
|
776
|
-
"sidebar-primary-foreground": "oklch(0.14 0.03 260)",
|
|
777
|
-
"sidebar-accent": "oklch(0.3 0.05 260)",
|
|
778
|
-
"sidebar-accent-foreground": "oklch(0.96 0.005 250)",
|
|
779
|
-
"sidebar-border": "oklch(0.3 0.03 260)",
|
|
780
|
-
"sidebar-ring": "oklch(0.74 0.18 250)",
|
|
781
|
-
"color-1": "oklch(62% 0.21 250)",
|
|
782
|
-
"color-2": "oklch(68% 0.18 230)",
|
|
783
|
-
"color-3": "oklch(72% 0.15 210)",
|
|
784
|
-
"color-4": "oklch(78% 0.13 270)",
|
|
785
|
-
"color-5": "oklch(82% 0.11 220)"
|
|
786
|
-
})
|
|
787
|
-
}, o = Object.values(a), s = o.map((e) => ({
|
|
788
|
-
value: e.name,
|
|
789
|
-
label: e.label,
|
|
790
|
-
hint: e.hint
|
|
791
|
-
})), c = new Set(o.map((e) => e.name));
|
|
792
|
-
function l(e) {
|
|
793
|
-
return c.has(e);
|
|
794
|
-
}
|
|
795
|
-
function u(e) {
|
|
796
|
-
return a[e];
|
|
797
|
-
}
|
|
798
|
-
function d() {
|
|
799
|
-
return r;
|
|
800
|
-
}
|
|
801
|
-
var f = o.map((e) => ({
|
|
802
|
-
id: e.name,
|
|
803
|
-
name: e.label,
|
|
804
|
-
light: e.light,
|
|
805
|
-
dark: e.dark
|
|
806
|
-
}));
|
|
807
|
-
function p(e) {
|
|
808
|
-
let t = a[e];
|
|
809
|
-
return t ? {
|
|
810
|
-
id: t.name,
|
|
811
|
-
name: t.label,
|
|
812
|
-
light: t.light,
|
|
813
|
-
dark: t.dark
|
|
814
|
-
} : null;
|
|
815
|
-
}
|
|
816
|
-
//#endregion
|
|
817
|
-
export { t as DEFAULT_MODE, e as DEFAULT_THEME, a as THEMES, s as THEME_CHOICES, o as THEME_LIST, f as THEME_PRESET_LIST, r as THEME_TOKEN_KEYS, c as VALID_THEME_NAMES, u as getTheme, p as getThemePreset, d as getThemeTokenKeys, n as isColorMode, l 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 };
|