daisyui 1.25.2 → 2.0.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/colors/colorNames.js +8 -0
- package/colors/colors/colorNames.js +35 -0
- package/colors/colors/index.js +53 -0
- package/colors/colors/themes.js +881 -0
- package/colors/colors/windi.js +12 -0
- package/colors/index.js +45 -12
- package/colors/themes.js +92 -4
- package/dist/full.css +72 -33850
- package/dist/styled.css +1139 -2712
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/themes.css +1 -886
- package/dist/unstyled.css +330 -872
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/dist/utilities-styled.js +1 -1
- package/dist/utilities-unstyled.js +1 -1
- package/index.js +44 -63
- package/package.json +6 -3
- package/CHANGELOG.md +0 -929
- package/colors/hex2hsl.js +0 -44
|
@@ -0,0 +1,881 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
"[data-theme=aqua]": {
|
|
3
|
+
"primary": "#42e3ff",
|
|
4
|
+
"primary-focus": "#0fdbff",
|
|
5
|
+
"primary-content": "#000000",
|
|
6
|
+
"secondary": "#966fb3",
|
|
7
|
+
"secondary-focus": "#7d539d",
|
|
8
|
+
"secondary-content": "#ffffff",
|
|
9
|
+
"accent": "#ffe999",
|
|
10
|
+
"accent-focus": "#ffde66",
|
|
11
|
+
"accent-content": "#ffffff",
|
|
12
|
+
"neutral": "#132795",
|
|
13
|
+
"neutral-focus": "#18277c",
|
|
14
|
+
"neutral-content": "#ffffff",
|
|
15
|
+
"base-100": "#0b25b7",
|
|
16
|
+
"base-200": "#132795",
|
|
17
|
+
"base-300": "#18277c",
|
|
18
|
+
"base-content": "#ffffff",
|
|
19
|
+
"info": "#2094f3",
|
|
20
|
+
"info-content": "#ffffff",
|
|
21
|
+
"success": "#009485",
|
|
22
|
+
"success-content": "#ffffff",
|
|
23
|
+
"warning": "#ff9900",
|
|
24
|
+
"warning-content": "#ffffff",
|
|
25
|
+
"error": "#ff5724",
|
|
26
|
+
"error-content": "#ffffff",
|
|
27
|
+
"--border-color": "var(--b3)",
|
|
28
|
+
"--rounded-box": "1rem",
|
|
29
|
+
"--rounded-btn": "0.5rem",
|
|
30
|
+
"--rounded-badge": "1.9rem",
|
|
31
|
+
"--animation-btn": "0.25s",
|
|
32
|
+
"--animation-input": ".2s",
|
|
33
|
+
"--btn-text-case": "uppercase",
|
|
34
|
+
"--btn-focus-scale": "0.95",
|
|
35
|
+
"--navbar-padding": ".5rem",
|
|
36
|
+
"--border-btn": "1px",
|
|
37
|
+
"--tab-border": "1px",
|
|
38
|
+
"--tab-radius": "0.5rem",
|
|
39
|
+
},
|
|
40
|
+
"[data-theme=black]": {
|
|
41
|
+
"primary": "#ffffff",
|
|
42
|
+
"primary-focus": "#ffffff",
|
|
43
|
+
"primary-content": "#000000",
|
|
44
|
+
"secondary": "#ffffff",
|
|
45
|
+
"secondary-focus": "#ffffff",
|
|
46
|
+
"secondary-content": "#000000",
|
|
47
|
+
"accent": "#ffffff",
|
|
48
|
+
"accent-focus": "#ffffff",
|
|
49
|
+
"accent-content": "#000000",
|
|
50
|
+
"base-100": "#000000",
|
|
51
|
+
"base-200": "#333333",
|
|
52
|
+
"base-300": "#4d4d4d",
|
|
53
|
+
"base-content": "#ffffff",
|
|
54
|
+
"neutral": "#333333",
|
|
55
|
+
"neutral-focus": "#4d4d4d",
|
|
56
|
+
"neutral-content": "#ffffff",
|
|
57
|
+
"info": "#0000ff",
|
|
58
|
+
"info-content": "#000000",
|
|
59
|
+
"success": "#008000",
|
|
60
|
+
"success-content": "#000000",
|
|
61
|
+
"warning": "#ffff00",
|
|
62
|
+
"warning-content": "#000000",
|
|
63
|
+
"error": "#ff0000",
|
|
64
|
+
"error-content": "#000000",
|
|
65
|
+
"--border-color": "var(--b3)",
|
|
66
|
+
"--rounded-box": "0",
|
|
67
|
+
"--rounded-btn": "0",
|
|
68
|
+
"--rounded-badge": "0",
|
|
69
|
+
"--animation-btn": "0",
|
|
70
|
+
"--animation-input": "0",
|
|
71
|
+
"--btn-text-case": "lowercase",
|
|
72
|
+
"--btn-focus-scale": "1",
|
|
73
|
+
"--navbar-padding": ".5rem",
|
|
74
|
+
"--border-btn": "1px",
|
|
75
|
+
"--tab-border": "1px",
|
|
76
|
+
"--tab-radius": "0",
|
|
77
|
+
},
|
|
78
|
+
"[data-theme=bumblebee]": {
|
|
79
|
+
"primary": "#f9d72f",
|
|
80
|
+
"primary-focus": "#edc707",
|
|
81
|
+
"primary-content": "#181830",
|
|
82
|
+
"secondary": "#e0a82e",
|
|
83
|
+
"secondary-focus": "#bf8b1d",
|
|
84
|
+
"secondary-content": "#ffffff",
|
|
85
|
+
"accent": "#181830",
|
|
86
|
+
"accent-focus": "#111122",
|
|
87
|
+
"accent-content": "#ffffff",
|
|
88
|
+
"neutral": "#181830",
|
|
89
|
+
"neutral-focus": "#111122",
|
|
90
|
+
"neutral-content": "#ffffff",
|
|
91
|
+
"base-100": "#ffffff",
|
|
92
|
+
"base-200": "#f5f5f5",
|
|
93
|
+
"base-300": "#e3e3e3",
|
|
94
|
+
"base-content": "#000000",
|
|
95
|
+
"info": "#2094f3",
|
|
96
|
+
"info-content": "#ffffff",
|
|
97
|
+
"success": "#009485",
|
|
98
|
+
"success-content": "#ffffff",
|
|
99
|
+
"warning": "#ff9900",
|
|
100
|
+
"warning-content": "#ffffff",
|
|
101
|
+
"error": "#ff5724",
|
|
102
|
+
"error-content": "#ffffff",
|
|
103
|
+
"--border-color": "var(--b3)",
|
|
104
|
+
"--rounded-box": "1rem",
|
|
105
|
+
"--rounded-btn": "0.5rem",
|
|
106
|
+
"--rounded-badge": "1.9rem",
|
|
107
|
+
"--animation-btn": "0.25s",
|
|
108
|
+
"--animation-input": ".2s",
|
|
109
|
+
"--btn-text-case": "uppercase",
|
|
110
|
+
"--btn-focus-scale": "0.95",
|
|
111
|
+
"--navbar-padding": ".5rem",
|
|
112
|
+
"--border-btn": "1px",
|
|
113
|
+
"--tab-border": "1px",
|
|
114
|
+
"--tab-radius": "0.5rem",
|
|
115
|
+
},
|
|
116
|
+
"[data-theme=cmyk]": {
|
|
117
|
+
'primary': '#45AEEE',
|
|
118
|
+
'primary-focus': '#3d9bd6',
|
|
119
|
+
'primary-content': '#000000',
|
|
120
|
+
'secondary': '#E8488A',
|
|
121
|
+
'secondary-focus': '#ce407b',
|
|
122
|
+
'secondary-content': '#000000',
|
|
123
|
+
'accent': '#FFF232',
|
|
124
|
+
'accent-focus': '#ddd12c',
|
|
125
|
+
'accent-content': '#000000',
|
|
126
|
+
'neutral': '#1a1a1a',
|
|
127
|
+
'neutral-focus': '#000000',
|
|
128
|
+
'neutral-content': '#ffffff',
|
|
129
|
+
'base-100': '#ffffff',
|
|
130
|
+
'base-200': '#f5f5f5',
|
|
131
|
+
'base-300': '#ebebeb',
|
|
132
|
+
'base-content': '#000000',
|
|
133
|
+
'info': '#4AA8C0',
|
|
134
|
+
'info-content': '#ffffff',
|
|
135
|
+
'success': '#823290',
|
|
136
|
+
'success-content': '#ffffff',
|
|
137
|
+
'warning': '#EE8133',
|
|
138
|
+
'warning-content': '#ffffff',
|
|
139
|
+
'error': '#E93F33',
|
|
140
|
+
'error-content': '#ffffff',
|
|
141
|
+
"--border-color": "var(--b3)",
|
|
142
|
+
"--rounded-box": "1rem",
|
|
143
|
+
"--rounded-btn": "0.5rem",
|
|
144
|
+
"--rounded-badge": "1.9rem",
|
|
145
|
+
"--animation-btn": "0.25s",
|
|
146
|
+
"--animation-input": ".2s",
|
|
147
|
+
"--btn-text-case": "uppercase",
|
|
148
|
+
"--btn-focus-scale": "0.95",
|
|
149
|
+
"--navbar-padding": ".5rem",
|
|
150
|
+
"--border-btn": "1px",
|
|
151
|
+
"--tab-border": "1px",
|
|
152
|
+
"--tab-radius": "0.5rem",
|
|
153
|
+
},
|
|
154
|
+
"[data-theme=corporate]": {
|
|
155
|
+
"primary": "#4b6bfb",
|
|
156
|
+
"primary-focus": "#1942fa",
|
|
157
|
+
"primary-content": "#181a2a",
|
|
158
|
+
"secondary": "#7b92b2",
|
|
159
|
+
"secondary-focus": "#5c789d",
|
|
160
|
+
"secondary-content": "#181a2a",
|
|
161
|
+
"accent": "#67cba0",
|
|
162
|
+
"accent-focus": "#41be88",
|
|
163
|
+
"accent-content": "#181a2a",
|
|
164
|
+
"neutral": "#181a2a",
|
|
165
|
+
"neutral-focus": "#06060a",
|
|
166
|
+
"neutral-content": "#edf2f7",
|
|
167
|
+
"base-100": "#ffffff",
|
|
168
|
+
"base-200": "#f7fafd",
|
|
169
|
+
"base-300": "#edf2f7",
|
|
170
|
+
"base-content": "#181a2a",
|
|
171
|
+
"info": "#2094f3",
|
|
172
|
+
"info-content": "#edf2f7",
|
|
173
|
+
"success": "#009485",
|
|
174
|
+
"success-content": "#edf2f7",
|
|
175
|
+
"warning": "#ff9900",
|
|
176
|
+
"warning-content": "#edf2f7",
|
|
177
|
+
"error": "#ff5724",
|
|
178
|
+
"error-content": "#edf2f7",
|
|
179
|
+
"--border-color": "var(--b3)",
|
|
180
|
+
"--rounded-box": "1rem",
|
|
181
|
+
"--rounded-btn": "0.5rem",
|
|
182
|
+
"--rounded-badge": "1.9rem",
|
|
183
|
+
"--animation-btn": "0",
|
|
184
|
+
"--animation-input": "0",
|
|
185
|
+
"--btn-text-case": "uppercase",
|
|
186
|
+
"--btn-focus-scale": "1",
|
|
187
|
+
"--navbar-padding": ".5rem",
|
|
188
|
+
"--border-btn": "1px",
|
|
189
|
+
"--tab-border": "1px",
|
|
190
|
+
"--tab-radius": "0.5rem",
|
|
191
|
+
},
|
|
192
|
+
"[data-theme=cupcake]": {
|
|
193
|
+
"primary": "#65c3c8",
|
|
194
|
+
"primary-focus": "#42b2b8",
|
|
195
|
+
"primary-content": "#ffffff",
|
|
196
|
+
"secondary": "#ef9fbc",
|
|
197
|
+
"secondary-focus": "#e8739e",
|
|
198
|
+
"secondary-content": "#ffffff",
|
|
199
|
+
"accent": "#eeaf3a",
|
|
200
|
+
"accent-focus": "#e19914",
|
|
201
|
+
"accent-content": "#ffffff",
|
|
202
|
+
"neutral": "#291334",
|
|
203
|
+
"neutral-focus": "#200f29",
|
|
204
|
+
"neutral-content": "#ffffff",
|
|
205
|
+
"base-100": "#faf7f5",
|
|
206
|
+
"base-200": "#efeae6",
|
|
207
|
+
"base-300": "#e7e2df",
|
|
208
|
+
"base-content": "#291334",
|
|
209
|
+
"info": "#2094f3",
|
|
210
|
+
"info-content": "#ffffff",
|
|
211
|
+
"success": "#009485",
|
|
212
|
+
"success-content": "#ffffff",
|
|
213
|
+
"warning": "#ff9900",
|
|
214
|
+
"warning-content": "#ffffff",
|
|
215
|
+
"error": "#ff5724",
|
|
216
|
+
"error-content": "#ffffff",
|
|
217
|
+
"--border-color": "var(--b3)",
|
|
218
|
+
"--rounded-box": "1rem",
|
|
219
|
+
"--rounded-btn": "1.9rem",
|
|
220
|
+
"--rounded-badge": "1.9rem",
|
|
221
|
+
"--animation-btn": "0.25s",
|
|
222
|
+
"--animation-input": ".2s",
|
|
223
|
+
"--btn-text-case": "uppercase",
|
|
224
|
+
"--btn-focus-scale": "0.95",
|
|
225
|
+
"--navbar-padding": ".5rem",
|
|
226
|
+
"--border-btn": "1px",
|
|
227
|
+
"--tab-border": "2px",
|
|
228
|
+
"--tab-radius": ".5rem",
|
|
229
|
+
},
|
|
230
|
+
"[data-theme=cyberpunk]": {
|
|
231
|
+
"fontFamily": "ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace",
|
|
232
|
+
"primary": "#ff7598",
|
|
233
|
+
"primary-focus": "#ff5784",
|
|
234
|
+
"primary-content": "#000000",
|
|
235
|
+
"secondary": "#75d1f0",
|
|
236
|
+
"secondary-focus": "#5abfdd",
|
|
237
|
+
"secondary-content": "#000000",
|
|
238
|
+
"accent": "#c07eec",
|
|
239
|
+
"accent-focus": "#af59e8",
|
|
240
|
+
"accent-content": "#000000",
|
|
241
|
+
"neutral": "#423f00",
|
|
242
|
+
"neutral-focus": "#090901",
|
|
243
|
+
"neutral-content": "#ffee00",
|
|
244
|
+
"base-100": "#ffee00",
|
|
245
|
+
"base-200": "#dbcd00",
|
|
246
|
+
"base-300": "#b8ab00",
|
|
247
|
+
"base-content": "#000000",
|
|
248
|
+
"info": "#2094f3",
|
|
249
|
+
"info-content": "#000000",
|
|
250
|
+
"success": "#009485",
|
|
251
|
+
"success-content": "#000000",
|
|
252
|
+
"warning": "#ff9900",
|
|
253
|
+
"warning-content": "#000000",
|
|
254
|
+
"error": "#ff5724",
|
|
255
|
+
"error-content": "#000000",
|
|
256
|
+
"--border-color": "var(--b3)",
|
|
257
|
+
"--rounded-box": "0",
|
|
258
|
+
"--rounded-btn": "0",
|
|
259
|
+
"--rounded-badge": "0",
|
|
260
|
+
"--animation-btn": "0.25s",
|
|
261
|
+
"--animation-input": ".2s",
|
|
262
|
+
"--btn-text-case": "uppercase",
|
|
263
|
+
"--btn-focus-scale": "0.95",
|
|
264
|
+
"--navbar-padding": ".5rem",
|
|
265
|
+
"--border-btn": "1px",
|
|
266
|
+
"--tab-border": "1px",
|
|
267
|
+
"--tab-radius": "0",
|
|
268
|
+
},
|
|
269
|
+
"[data-theme=dark]": {
|
|
270
|
+
"primary": "#793ef9",
|
|
271
|
+
"primary-focus": "#570df8",
|
|
272
|
+
"primary-content": "#ffffff",
|
|
273
|
+
"secondary": "#f000b8",
|
|
274
|
+
"secondary-focus": "#bd0091",
|
|
275
|
+
"secondary-content": "#ffffff",
|
|
276
|
+
"accent": "#37cdbe",
|
|
277
|
+
"accent-focus": "#2aa79b",
|
|
278
|
+
"accent-content": "#ffffff",
|
|
279
|
+
"neutral": "#2a2e37",
|
|
280
|
+
"neutral-focus": "#16181d",
|
|
281
|
+
"neutral-content": "#ffffff",
|
|
282
|
+
"base-100": "#3d4451",
|
|
283
|
+
"base-200": "#2a2e37",
|
|
284
|
+
"base-300": "#16181d",
|
|
285
|
+
"base-content": "#ebecf0",
|
|
286
|
+
"info": "#66c6ff",
|
|
287
|
+
"info-content": "#ffffff",
|
|
288
|
+
"success": "#87d039",
|
|
289
|
+
"success-content": "#ffffff",
|
|
290
|
+
"warning": "#e2d562",
|
|
291
|
+
"warning-content": "#ffffff",
|
|
292
|
+
"error": "#ff6f6f",
|
|
293
|
+
"error-content": "#ffffff",
|
|
294
|
+
"--border-color": "var(--b3)",
|
|
295
|
+
"--rounded-box": "1rem",
|
|
296
|
+
"--rounded-btn": "0.5rem",
|
|
297
|
+
"--rounded-badge": "1.9rem",
|
|
298
|
+
"--animation-btn": "0.25s",
|
|
299
|
+
"--animation-input": ".2s",
|
|
300
|
+
"--btn-text-case": "uppercase",
|
|
301
|
+
"--btn-focus-scale": "0.95",
|
|
302
|
+
"--navbar-padding": ".5rem",
|
|
303
|
+
"--border-btn": "1px",
|
|
304
|
+
"--tab-border": "1px",
|
|
305
|
+
"--tab-radius": "0.5rem",
|
|
306
|
+
},
|
|
307
|
+
"[data-theme=dracula]": {
|
|
308
|
+
"primary": "#ffb3d9",
|
|
309
|
+
"primary-focus": "#ff80bf",
|
|
310
|
+
"primary-content": "#1d1e25",
|
|
311
|
+
"secondary": "#b9ffb3",
|
|
312
|
+
"secondary-focus": "#8aff80",
|
|
313
|
+
"secondary-content": "#1d1e25",
|
|
314
|
+
"accent": "#ffffb3",
|
|
315
|
+
"accent-focus": "#ffff80",
|
|
316
|
+
"accent-content": "#1d1e25",
|
|
317
|
+
"neutral": "#22212c",
|
|
318
|
+
"neutral-focus": "#1d1e25",
|
|
319
|
+
"neutral-content": "#d5ccff",
|
|
320
|
+
"base-100": "#302f3d",
|
|
321
|
+
"base-200": "#22212c",
|
|
322
|
+
"base-300": "#1d1e25",
|
|
323
|
+
"base-content": "#d5ccff",
|
|
324
|
+
"info": "#2094f3",
|
|
325
|
+
"info-content": "#d5ccff",
|
|
326
|
+
"success": "#009485",
|
|
327
|
+
"success-content": "#d5ccff",
|
|
328
|
+
"warning": "#ff9900",
|
|
329
|
+
"warning-content": "#d5ccff",
|
|
330
|
+
"error": "#ff5724",
|
|
331
|
+
"error-content": "#d5ccff",
|
|
332
|
+
"--border-color": "var(--b3)",
|
|
333
|
+
"--rounded-box": "1rem",
|
|
334
|
+
"--rounded-btn": "0.5rem",
|
|
335
|
+
"--rounded-badge": "1.9rem",
|
|
336
|
+
"--animation-btn": "0.25s",
|
|
337
|
+
"--animation-input": ".2s",
|
|
338
|
+
"--btn-text-case": "uppercase",
|
|
339
|
+
"--btn-focus-scale": "0.95",
|
|
340
|
+
"--navbar-padding": ".5rem",
|
|
341
|
+
"--border-btn": "1px",
|
|
342
|
+
"--tab-border": "1px",
|
|
343
|
+
"--tab-radius": "0.5rem",
|
|
344
|
+
},
|
|
345
|
+
"[data-theme=emerald]": {
|
|
346
|
+
"primary": "#66cc8a",
|
|
347
|
+
"primary-focus": "#40bf6c",
|
|
348
|
+
"primary-content": "#f9fafb",
|
|
349
|
+
"secondary": "#377cfb",
|
|
350
|
+
"secondary-focus": "#055bfa",
|
|
351
|
+
"secondary-content": "#f9fafb",
|
|
352
|
+
"accent": "#ea5234",
|
|
353
|
+
"accent-focus": "#d43616",
|
|
354
|
+
"accent-content": "#f9fafb",
|
|
355
|
+
"neutral": "#333c4d",
|
|
356
|
+
"neutral-focus": "#1f242e",
|
|
357
|
+
"neutral-content": "#f9fafb",
|
|
358
|
+
"base-100": "#ffffff",
|
|
359
|
+
"base-200": "#f9fafb",
|
|
360
|
+
"base-300": "#f2f2f2",
|
|
361
|
+
"base-content": "#333c4d",
|
|
362
|
+
"info": "#2094f3",
|
|
363
|
+
"info-content": "#f9fafb",
|
|
364
|
+
"success": "#009485",
|
|
365
|
+
"success-content": "#f9fafb",
|
|
366
|
+
"warning": "#ff9900",
|
|
367
|
+
"warning-content": "#f9fafb",
|
|
368
|
+
"error": "#ff5724",
|
|
369
|
+
"error-content": "#f9fafb",
|
|
370
|
+
"--border-color": "var(--b3)",
|
|
371
|
+
"--rounded-box": "1rem",
|
|
372
|
+
"--rounded-btn": "0.5rem",
|
|
373
|
+
"--rounded-badge": "1.9rem",
|
|
374
|
+
"--animation-btn": "0",
|
|
375
|
+
"--animation-input": "0",
|
|
376
|
+
"--btn-text-case": "uppercase",
|
|
377
|
+
"--btn-focus-scale": "1",
|
|
378
|
+
"--navbar-padding": ".5rem",
|
|
379
|
+
"--border-btn": "1px",
|
|
380
|
+
"--tab-border": "1px",
|
|
381
|
+
"--tab-radius": "0.5rem",
|
|
382
|
+
},
|
|
383
|
+
"[data-theme=fantasy]": {
|
|
384
|
+
"primary": "#6e0b75",
|
|
385
|
+
"primary-focus": "#420746",
|
|
386
|
+
"primary-content": "#ffffff",
|
|
387
|
+
"secondary": "#007ebd",
|
|
388
|
+
"secondary-focus": "#005c8a",
|
|
389
|
+
"secondary-content": "#ffffff",
|
|
390
|
+
"accent": "#f8860d",
|
|
391
|
+
"accent-focus": "#cb6c06",
|
|
392
|
+
"accent-content": "#ffffff",
|
|
393
|
+
"neutral": "#1f2937",
|
|
394
|
+
"neutral-focus": "#111827",
|
|
395
|
+
"neutral-content": "#ffffff",
|
|
396
|
+
"base-100": "#ffffff",
|
|
397
|
+
"base-200": "#f9fafb",
|
|
398
|
+
"base-300": "#d1d5db",
|
|
399
|
+
"base-content": "#1f2937",
|
|
400
|
+
"info": "#2094f3",
|
|
401
|
+
"info-content": "#ffffff",
|
|
402
|
+
"success": "#009485",
|
|
403
|
+
"success-content": "#ffffff",
|
|
404
|
+
"warning": "#ff9900",
|
|
405
|
+
"warning-content": "#ffffff",
|
|
406
|
+
"error": "#ff5724",
|
|
407
|
+
"error-content": "#ffffff",
|
|
408
|
+
"--border-color": "var(--b3)",
|
|
409
|
+
"--rounded-box": "1rem",
|
|
410
|
+
"--rounded-btn": "0.5rem",
|
|
411
|
+
"--rounded-badge": "1.9rem",
|
|
412
|
+
"--animation-btn": "0.25s",
|
|
413
|
+
"--animation-input": ".2s",
|
|
414
|
+
"--btn-text-case": "uppercase",
|
|
415
|
+
"--btn-focus-scale": "0.95",
|
|
416
|
+
"--navbar-padding": ".5rem",
|
|
417
|
+
"--border-btn": "1px",
|
|
418
|
+
"--tab-border": "1px",
|
|
419
|
+
"--tab-radius": "0.5rem",
|
|
420
|
+
},
|
|
421
|
+
"[data-theme=forest]": {
|
|
422
|
+
"primary": "#1eb854",
|
|
423
|
+
"primary-focus": "#178c40",
|
|
424
|
+
"primary-content": "#ffffff",
|
|
425
|
+
"secondary": "#1fd65f",
|
|
426
|
+
"secondary-focus": "#18aa4b",
|
|
427
|
+
"secondary-content": "#ffffff",
|
|
428
|
+
"accent": "#d99330",
|
|
429
|
+
"accent-focus": "#b57721",
|
|
430
|
+
"accent-content": "#ffffff",
|
|
431
|
+
"neutral": "#110e0e",
|
|
432
|
+
"neutral-focus": "#060404",
|
|
433
|
+
"neutral-content": "#ffffff",
|
|
434
|
+
"base-100": "#171212",
|
|
435
|
+
"base-200": "#110e0e",
|
|
436
|
+
"base-300": "#060404",
|
|
437
|
+
"base-content": "#ffffff",
|
|
438
|
+
"info": "#66c6ff",
|
|
439
|
+
"info-content": "#ffffff",
|
|
440
|
+
"success": "#87d039",
|
|
441
|
+
"success-content": "#ffffff",
|
|
442
|
+
"warning": "#e2d562",
|
|
443
|
+
"warning-content": "#ffffff",
|
|
444
|
+
"error": "#ff6f6f",
|
|
445
|
+
"error-content": "#ffffff",
|
|
446
|
+
"--rounded-btn": "1.9rem",
|
|
447
|
+
"--border-color": "var(--b3)",
|
|
448
|
+
"--rounded-box": "1rem",
|
|
449
|
+
"--rounded-btn": "0.5rem",
|
|
450
|
+
"--rounded-badge": "1.9rem",
|
|
451
|
+
"--animation-btn": "0.25s",
|
|
452
|
+
"--animation-input": ".2s",
|
|
453
|
+
"--btn-text-case": "uppercase",
|
|
454
|
+
"--btn-focus-scale": "0.95",
|
|
455
|
+
"--navbar-padding": ".5rem",
|
|
456
|
+
"--border-btn": "1px",
|
|
457
|
+
"--tab-border": "1px",
|
|
458
|
+
"--tab-radius": "0.5rem",
|
|
459
|
+
},
|
|
460
|
+
"[data-theme=garden]": {
|
|
461
|
+
"primary": "#5c7f67",
|
|
462
|
+
"primary-focus": "#48614f",
|
|
463
|
+
"primary-content": "#ffffff",
|
|
464
|
+
"secondary": "#ecf4e7",
|
|
465
|
+
"secondary-focus": "#cde2c1",
|
|
466
|
+
"secondary-content": "#24331a",
|
|
467
|
+
"accent": "#fae5e5",
|
|
468
|
+
"accent-focus": "#f4bebe",
|
|
469
|
+
"accent-content": "#322020",
|
|
470
|
+
"neutral": "#5d5656",
|
|
471
|
+
"neutral-focus": "#2a2727",
|
|
472
|
+
"neutral-content": "#e9e7e7",
|
|
473
|
+
"base-100": "#e9e7e7",
|
|
474
|
+
"base-200": "#d1cccc",
|
|
475
|
+
"base-300": "#b9b1b1",
|
|
476
|
+
"base-content": "#100f0f",
|
|
477
|
+
"info": "#2094f3",
|
|
478
|
+
"info-content": "#e9e7e7",
|
|
479
|
+
"success": "#009485",
|
|
480
|
+
"success-content": "#e9e7e7",
|
|
481
|
+
"warning": "#ff9900",
|
|
482
|
+
"warning-content": "#e9e7e7",
|
|
483
|
+
"error": "#ff5724",
|
|
484
|
+
"error-content": "#e9e7e7",
|
|
485
|
+
"--border-color": "var(--b3)",
|
|
486
|
+
"--rounded-box": "1rem",
|
|
487
|
+
"--rounded-btn": "0.5rem",
|
|
488
|
+
"--rounded-badge": "1.9rem",
|
|
489
|
+
"--animation-btn": "0.25s",
|
|
490
|
+
"--animation-input": ".2s",
|
|
491
|
+
"--btn-text-case": "uppercase",
|
|
492
|
+
"--btn-focus-scale": "0.95",
|
|
493
|
+
"--navbar-padding": ".5rem",
|
|
494
|
+
"--border-btn": "1px",
|
|
495
|
+
"--tab-border": "1px",
|
|
496
|
+
"--tab-radius": "0.5rem",
|
|
497
|
+
},
|
|
498
|
+
"[data-theme=halloween]": {
|
|
499
|
+
"primary": "#f28c18",
|
|
500
|
+
"primary-focus": "#ca710c",
|
|
501
|
+
"primary-content": "#131616",
|
|
502
|
+
"secondary": "#6d3a9c",
|
|
503
|
+
"secondary-focus": "#532c77",
|
|
504
|
+
"secondary-content": "#ffffff",
|
|
505
|
+
"accent": "#51a800",
|
|
506
|
+
"accent-focus": "#397500",
|
|
507
|
+
"accent-content": "#ffffff",
|
|
508
|
+
"neutral": "#1b1d1d",
|
|
509
|
+
"neutral-focus": "#131616",
|
|
510
|
+
"neutral-content": "#ffffff",
|
|
511
|
+
"base-100": "#212121",
|
|
512
|
+
"base-200": "#1b1d1d",
|
|
513
|
+
"base-300": "#131616",
|
|
514
|
+
"base-content": "#ffffff",
|
|
515
|
+
"info": "#66c6ff",
|
|
516
|
+
"info-content": "#ffffff",
|
|
517
|
+
"success": "#87d039",
|
|
518
|
+
"success-content": "#ffffff",
|
|
519
|
+
"warning": "#e2d562",
|
|
520
|
+
"warning-content": "#ffffff",
|
|
521
|
+
"error": "#ff6f6f",
|
|
522
|
+
"error-content": "#ffffff",
|
|
523
|
+
"--border-color": "var(--b3)",
|
|
524
|
+
"--rounded-box": "1rem",
|
|
525
|
+
"--rounded-btn": "0.5rem",
|
|
526
|
+
"--rounded-badge": "1.9rem",
|
|
527
|
+
"--animation-btn": "0.25s",
|
|
528
|
+
"--animation-input": ".2s",
|
|
529
|
+
"--btn-text-case": "uppercase",
|
|
530
|
+
"--btn-focus-scale": "0.95",
|
|
531
|
+
"--navbar-padding": ".5rem",
|
|
532
|
+
"--border-btn": "1px",
|
|
533
|
+
"--tab-border": "1px",
|
|
534
|
+
"--tab-radius": "0.5rem",
|
|
535
|
+
},
|
|
536
|
+
"[data-theme=light]": {
|
|
537
|
+
"primary": "#570df8",
|
|
538
|
+
"primary-focus": "#4506cb",
|
|
539
|
+
"primary-content": "#ffffff",
|
|
540
|
+
"secondary": "#f000b8",
|
|
541
|
+
"secondary-focus": "#bd0091",
|
|
542
|
+
"secondary-content": "#ffffff",
|
|
543
|
+
"accent": "#37cdbe",
|
|
544
|
+
"accent-focus": "#2aa79b",
|
|
545
|
+
"accent-content": "#ffffff",
|
|
546
|
+
"neutral": "#3d4451",
|
|
547
|
+
"neutral-focus": "#2a2e37",
|
|
548
|
+
"neutral-content": "#ffffff",
|
|
549
|
+
"base-100": "#ffffff",
|
|
550
|
+
"base-200": "#f9fafb",
|
|
551
|
+
"base-300": "#d1d5db",
|
|
552
|
+
"base-content": "#1f2937",
|
|
553
|
+
"info": "#2094f3",
|
|
554
|
+
"info-content": "#ffffff",
|
|
555
|
+
"success": "#009485",
|
|
556
|
+
"success-content": "#ffffff",
|
|
557
|
+
"warning": "#ff9900",
|
|
558
|
+
"warning-content": "#ffffff",
|
|
559
|
+
"error": "#ff5724",
|
|
560
|
+
"error-content": "#ffffff",
|
|
561
|
+
"--border-color": "var(--b3)",
|
|
562
|
+
"--rounded-box": "1rem",
|
|
563
|
+
"--rounded-btn": "0.5rem",
|
|
564
|
+
"--rounded-badge": "1.9rem",
|
|
565
|
+
"--animation-btn": "0.25s",
|
|
566
|
+
"--animation-input": ".2s",
|
|
567
|
+
"--btn-text-case": "uppercase",
|
|
568
|
+
"--btn-focus-scale": "0.95",
|
|
569
|
+
"--navbar-padding": ".5rem",
|
|
570
|
+
"--border-btn": "1px",
|
|
571
|
+
"--tab-border": "1px",
|
|
572
|
+
"--tab-radius": "0.5rem",
|
|
573
|
+
},
|
|
574
|
+
"[data-theme=lofi]": {
|
|
575
|
+
"primary": "#808080",
|
|
576
|
+
"primary-focus": "#737373",
|
|
577
|
+
"primary-content": "#f2f2f3",
|
|
578
|
+
"secondary": "#4d4d4d",
|
|
579
|
+
"secondary-focus": "#404040",
|
|
580
|
+
"secondary-content": "#f2f2f3",
|
|
581
|
+
"accent": "#1a1a1a",
|
|
582
|
+
"accent-focus": "#0d0d0d",
|
|
583
|
+
"accent-content": "#f2f2f3",
|
|
584
|
+
"neutral": "#f2f2f3",
|
|
585
|
+
"neutral-focus": "#e4e4e7",
|
|
586
|
+
"neutral-content": "#4d4d4d",
|
|
587
|
+
"base-100": "#ffffff",
|
|
588
|
+
"base-200": "#ffffff",
|
|
589
|
+
"base-300": "#ffffff",
|
|
590
|
+
"base-content": "#7d7d7d",
|
|
591
|
+
"info": "#2094f3",
|
|
592
|
+
"info-content": "#4d4d4d",
|
|
593
|
+
"success": "#009485",
|
|
594
|
+
"success-content": "#4d4d4d",
|
|
595
|
+
"warning": "#ff9900",
|
|
596
|
+
"warning-content": "#4d4d4d",
|
|
597
|
+
"error": "#ff5724",
|
|
598
|
+
"error-content": "#4d4d4d",
|
|
599
|
+
"--border-color": "#e6e6e6",
|
|
600
|
+
"--rounded-box": "0",
|
|
601
|
+
"--rounded-btn": "0",
|
|
602
|
+
"--rounded-badge": "0",
|
|
603
|
+
"--animation-btn": "0",
|
|
604
|
+
"--animation-input": "0",
|
|
605
|
+
"--btn-text-case": "uppercase",
|
|
606
|
+
"--btn-focus-scale": "1",
|
|
607
|
+
"--navbar-padding": ".5rem",
|
|
608
|
+
"--border-btn": "1px",
|
|
609
|
+
"--tab-border": "1px",
|
|
610
|
+
"--tab-radius": "0",
|
|
611
|
+
"*:where(.btn)": {
|
|
612
|
+
"border-color": "var(--border-color) !important",
|
|
613
|
+
"--tw-border-opacity": "1 !important",
|
|
614
|
+
"--tw-text-opacity": "1 !important",
|
|
615
|
+
"--tw-shadow": "0 0 0 1px var(--border-color) !important",
|
|
616
|
+
},
|
|
617
|
+
"*:where(.mockup-code)": {
|
|
618
|
+
"border-color": "var(--border-color) !important",
|
|
619
|
+
"--tw-border-opacity": "1 !important",
|
|
620
|
+
"--tw-text-opacity": "1 !important",
|
|
621
|
+
"--tw-shadow": "0 0 0 1px var(--border-color) !important",
|
|
622
|
+
},
|
|
623
|
+
"*:where(.mockup-window)": {
|
|
624
|
+
"border-color": "var(--border-color) !important",
|
|
625
|
+
"--tw-border-opacity": "1 !important",
|
|
626
|
+
"--tw-text-opacity": "1 !important",
|
|
627
|
+
"--tw-shadow": "0 0 0 1px var(--border-color) !important",
|
|
628
|
+
},
|
|
629
|
+
"*:where(.badge)": {
|
|
630
|
+
"border-color": "var(--border-color) !important",
|
|
631
|
+
"--tw-border-opacity": "1 !important",
|
|
632
|
+
"--tw-text-opacity": "1 !important",
|
|
633
|
+
"--tw-shadow": "0 0 0 1px var(--border-color) !important",
|
|
634
|
+
},
|
|
635
|
+
"*:where(.card)": {
|
|
636
|
+
"border-color": "var(--border-color) !important",
|
|
637
|
+
"--tw-border-opacity": "1 !important",
|
|
638
|
+
"--tw-text-opacity": "1 !important",
|
|
639
|
+
"--tw-shadow": "0 0 0 1px var(--border-color) !important",
|
|
640
|
+
},
|
|
641
|
+
},
|
|
642
|
+
"[data-theme=luxury]": {
|
|
643
|
+
"primary": "#ffffff",
|
|
644
|
+
"primary-focus": "#e6e6e6",
|
|
645
|
+
"primary-content": "#000000",
|
|
646
|
+
"secondary": "#152747",
|
|
647
|
+
"secondary-focus": "#091120",
|
|
648
|
+
"secondary-content": "#ffffff",
|
|
649
|
+
"accent": "#513448",
|
|
650
|
+
"accent-focus": "#32202c",
|
|
651
|
+
"accent-content": "#ffffff",
|
|
652
|
+
"neutral": "#171618",
|
|
653
|
+
"neutral-focus": "#2e2d2f",
|
|
654
|
+
"neutral-content": "#dca54c",
|
|
655
|
+
"base-100": "#09090b",
|
|
656
|
+
"base-200": "#171618",
|
|
657
|
+
"base-300": "#2e2d2f",
|
|
658
|
+
"base-content": "#dca54c",
|
|
659
|
+
"info": "#66c6ff",
|
|
660
|
+
"info-content": "#171618",
|
|
661
|
+
"success": "#87d039",
|
|
662
|
+
"success-content": "#171618",
|
|
663
|
+
"warning": "#e2d562",
|
|
664
|
+
"warning-content": "#171618",
|
|
665
|
+
"error": "#ff6f6f",
|
|
666
|
+
"error-content": "#171618",
|
|
667
|
+
"--border-color": "var(--b3)",
|
|
668
|
+
"--rounded-box": "1rem",
|
|
669
|
+
"--rounded-btn": "0.5rem",
|
|
670
|
+
"--rounded-badge": "1.9rem",
|
|
671
|
+
"--animation-btn": "0.25s",
|
|
672
|
+
"--animation-input": ".2s",
|
|
673
|
+
"--btn-text-case": "uppercase",
|
|
674
|
+
"--btn-focus-scale": "0.95",
|
|
675
|
+
"--navbar-padding": ".5rem",
|
|
676
|
+
"--border-btn": "1px",
|
|
677
|
+
"--tab-border": "1px",
|
|
678
|
+
"--tab-radius": "0.5rem",
|
|
679
|
+
},
|
|
680
|
+
"[data-theme=pastel]": {
|
|
681
|
+
"primary": "#d1c1d7",
|
|
682
|
+
"primary-focus": "#b9a2c3",
|
|
683
|
+
"primary-content": "#000000",
|
|
684
|
+
"secondary": "#f6cbd1",
|
|
685
|
+
"secondary-focus": "#eea0aa",
|
|
686
|
+
"secondary-content": "#ffffff",
|
|
687
|
+
"accent": "#b4e9d6",
|
|
688
|
+
"accent-focus": "#8cdec0",
|
|
689
|
+
"accent-content": "#ffffff",
|
|
690
|
+
"neutral": "#70acc7",
|
|
691
|
+
"neutral-focus": "#4b96b9",
|
|
692
|
+
"neutral-content": "#ffffff",
|
|
693
|
+
"base-100": "#ffffff",
|
|
694
|
+
"base-200": "#f9fafb",
|
|
695
|
+
"base-300": "#d1d5db",
|
|
696
|
+
"base-content": "#898d90",
|
|
697
|
+
"info": "#2094f3",
|
|
698
|
+
"info-content": "#ffffff",
|
|
699
|
+
"success": "#009485",
|
|
700
|
+
"success-content": "#ffffff",
|
|
701
|
+
"warning": "#ff9900",
|
|
702
|
+
"warning-content": "#ffffff",
|
|
703
|
+
"error": "#ff5724",
|
|
704
|
+
"error-content": "#ffffff",
|
|
705
|
+
"--rounded-box": "1rem",
|
|
706
|
+
"--rounded-btn": "1.9rem",
|
|
707
|
+
"--rounded-badge": "1.9rem",
|
|
708
|
+
"--border-color": "var(--b3)",
|
|
709
|
+
"--rounded-box": "1rem",
|
|
710
|
+
"--rounded-btn": "1.9rem",
|
|
711
|
+
"--rounded-badge": "1.9rem",
|
|
712
|
+
"--animation-btn": "0.25s",
|
|
713
|
+
"--animation-input": ".2s",
|
|
714
|
+
"--btn-text-case": "uppercase",
|
|
715
|
+
"--btn-focus-scale": "0.95",
|
|
716
|
+
"--navbar-padding": ".5rem",
|
|
717
|
+
"--border-btn": "1px",
|
|
718
|
+
"--tab-border": "1px",
|
|
719
|
+
"--tab-radius": "0.5rem",
|
|
720
|
+
},
|
|
721
|
+
"[data-theme=retro]": {
|
|
722
|
+
"fontFamily": "uisecondaryerif,Georgia,Cambria,Times New Roman,Times,serif",
|
|
723
|
+
"primary": "#ef9995",
|
|
724
|
+
"primary-focus": "#e86f68",
|
|
725
|
+
"primary-content": "#282425",
|
|
726
|
+
"secondary": "#a4cbb4",
|
|
727
|
+
"secondary-focus": "#84b89a",
|
|
728
|
+
"secondary-content": "#282425",
|
|
729
|
+
"accent": "#ebdc99",
|
|
730
|
+
"accent-focus": "#e2cd6e",
|
|
731
|
+
"accent-content": "#282425",
|
|
732
|
+
"neutral": "#7d7259",
|
|
733
|
+
"neutral-focus": "#454035",
|
|
734
|
+
"neutral-content": "#e4d8b4",
|
|
735
|
+
"base-100": "#e4d8b4",
|
|
736
|
+
"base-200": "#d2c59d",
|
|
737
|
+
"base-300": "#c6b386",
|
|
738
|
+
"base-content": "#282425",
|
|
739
|
+
"info": "#2094f3",
|
|
740
|
+
"info-content": "#e4d8b4",
|
|
741
|
+
"success": "#009485",
|
|
742
|
+
"success-content": "#e4d8b4",
|
|
743
|
+
"warning": "#ff9900",
|
|
744
|
+
"warning-content": "#e4d8b4",
|
|
745
|
+
"error": "#ff5724",
|
|
746
|
+
"error-content": "#e4d8b4",
|
|
747
|
+
"--border-color": "var(--b3)",
|
|
748
|
+
"--rounded-box": "0.4rem",
|
|
749
|
+
"--rounded-btn": "0.4rem",
|
|
750
|
+
"--rounded-badge": "0.4rem",
|
|
751
|
+
"--animation-btn": "0.25s",
|
|
752
|
+
"--animation-input": ".2s",
|
|
753
|
+
"--btn-text-case": "uppercase",
|
|
754
|
+
"--btn-focus-scale": "0.95",
|
|
755
|
+
"--navbar-padding": ".5rem",
|
|
756
|
+
"--border-btn": "1px",
|
|
757
|
+
"--tab-border": "1px",
|
|
758
|
+
"--tab-radius": "0.5rem",
|
|
759
|
+
},
|
|
760
|
+
"[data-theme=synthwave]": {
|
|
761
|
+
"primary": "#e779c1",
|
|
762
|
+
"primary-focus": "#e04dac",
|
|
763
|
+
"primary-content": "#201047",
|
|
764
|
+
"secondary-focus": "#88d7f7",
|
|
765
|
+
"secondary": "#58c7f3",
|
|
766
|
+
"secondary-content": "#201047",
|
|
767
|
+
"accent-focus": "#f6d860",
|
|
768
|
+
"accent": "#f3cc30",
|
|
769
|
+
"accent-content": "#201047",
|
|
770
|
+
"neutral": "#20134e",
|
|
771
|
+
"neutral-focus": "#140a2e",
|
|
772
|
+
"neutral-content": "#f9f7fd",
|
|
773
|
+
"base-100": "#2d1b69",
|
|
774
|
+
"base-200": "#20134e",
|
|
775
|
+
"base-300": "#140a2e",
|
|
776
|
+
"base-content": "#f9f7fd",
|
|
777
|
+
"info": "#53c0f3",
|
|
778
|
+
"info-content": "#f9f7fd",
|
|
779
|
+
"success": "#71ead2",
|
|
780
|
+
"success-content": "#f9f7fd",
|
|
781
|
+
"warning": "#f3cc30",
|
|
782
|
+
"warning-content": "#f9f7fd",
|
|
783
|
+
"error": "#e24056",
|
|
784
|
+
"error-content": "#f9f7fd",
|
|
785
|
+
"--border-color": "var(--b3)",
|
|
786
|
+
"--rounded-box": "1rem",
|
|
787
|
+
"--rounded-btn": "0.5rem",
|
|
788
|
+
"--rounded-badge": "1.9rem",
|
|
789
|
+
"--animation-btn": "0.25s",
|
|
790
|
+
"--animation-input": ".2s",
|
|
791
|
+
"--btn-text-case": "uppercase",
|
|
792
|
+
"--btn-focus-scale": "0.95",
|
|
793
|
+
"--navbar-padding": ".5rem",
|
|
794
|
+
"--border-btn": "1px",
|
|
795
|
+
"--tab-border": "1px",
|
|
796
|
+
"--tab-radius": "0.5rem",
|
|
797
|
+
},
|
|
798
|
+
"[data-theme=valentine]": {
|
|
799
|
+
"primary": "#e96d7b",
|
|
800
|
+
"primary-focus": "#e24053",
|
|
801
|
+
"primary-content": "#ffffff",
|
|
802
|
+
"secondary": "#a991f7",
|
|
803
|
+
"secondary-focus": "#8462f4",
|
|
804
|
+
"secondary-content": "#ffffff",
|
|
805
|
+
"accent": "#88dbdd",
|
|
806
|
+
"accent-focus": "#61cfd1",
|
|
807
|
+
"accent-content": "#ffffff",
|
|
808
|
+
"neutral": "#af4670",
|
|
809
|
+
"neutral-focus": "#883a54",
|
|
810
|
+
"neutral-content": "#f0d6e8",
|
|
811
|
+
"base-100": "#f0d6e8",
|
|
812
|
+
"base-200": "#e9aad9",
|
|
813
|
+
"base-300": "#e58fce",
|
|
814
|
+
"base-content": "#632c3b",
|
|
815
|
+
"info": "#2094f3",
|
|
816
|
+
"info-content": "#f0d6e8",
|
|
817
|
+
"success": "#009485",
|
|
818
|
+
"success-content": "#f0d6e8",
|
|
819
|
+
"warning": "#ff9900",
|
|
820
|
+
"warning-content": "#f0d6e8",
|
|
821
|
+
"error": "#ff5724",
|
|
822
|
+
"error-content": "#f0d6e8",
|
|
823
|
+
"--border-color": "var(--b3)",
|
|
824
|
+
"--rounded-box": "1rem",
|
|
825
|
+
"--rounded-btn": "1.9rem",
|
|
826
|
+
"--rounded-badge": "1.9rem",
|
|
827
|
+
"--animation-btn": "0.25s",
|
|
828
|
+
"--animation-input": ".2s",
|
|
829
|
+
"--btn-text-case": "uppercase",
|
|
830
|
+
"--btn-focus-scale": "0.95",
|
|
831
|
+
"--navbar-padding": ".5rem",
|
|
832
|
+
"--border-btn": "1px",
|
|
833
|
+
"--tab-border": "1px",
|
|
834
|
+
"--tab-radius": "0.5rem",
|
|
835
|
+
},
|
|
836
|
+
"[data-theme=wireframe]": {
|
|
837
|
+
"fontFamily": "Chalkboard,comic sans ms,\"sanssecondaryerif\"",
|
|
838
|
+
"primary": "#b8b8b8",
|
|
839
|
+
"primary-focus": "#b8b8b8",
|
|
840
|
+
"primary-content": "#000000",
|
|
841
|
+
"secondary": "#b8b8b8",
|
|
842
|
+
"secondary-focus": "#b8b8b8",
|
|
843
|
+
"secondary-content": "#000000",
|
|
844
|
+
"accent": "#b8b8b8",
|
|
845
|
+
"accent-focus": "#b8b8b8",
|
|
846
|
+
"accent-content": "#000000",
|
|
847
|
+
"neutral": "#ebebeb",
|
|
848
|
+
"neutral-focus": "#ebebeb",
|
|
849
|
+
"neutral-content": "#000000",
|
|
850
|
+
"base-100": "#ffffff",
|
|
851
|
+
"base-200": "#eeeeee",
|
|
852
|
+
"base-300": "#dddddd",
|
|
853
|
+
"base-content": "#000000",
|
|
854
|
+
"info": "#0000ff",
|
|
855
|
+
"info-content": "#000000",
|
|
856
|
+
"success": "#008000",
|
|
857
|
+
"success-content": "#000000",
|
|
858
|
+
"warning": "#a6a659",
|
|
859
|
+
"warning-content": "#000000",
|
|
860
|
+
"error": "#ff0000",
|
|
861
|
+
"error-content": "#000000",
|
|
862
|
+
"--border-color": "#000000",
|
|
863
|
+
"--rounded-box": "0.2rem",
|
|
864
|
+
"--rounded-btn": "0.2rem",
|
|
865
|
+
"--rounded-badge": "0.2rem",
|
|
866
|
+
"--animation-btn": "0.25s",
|
|
867
|
+
"--animation-input": ".2s",
|
|
868
|
+
"--btn-text-case": "uppercase",
|
|
869
|
+
"--btn-focus-scale": "0.95",
|
|
870
|
+
"--navbar-padding": ".5rem",
|
|
871
|
+
"--border-btn": "1px",
|
|
872
|
+
"--tab-border": "1px",
|
|
873
|
+
"--tab-radius": "0.2rem",
|
|
874
|
+
"*": {
|
|
875
|
+
"border-color": "var(--border-color) !important",
|
|
876
|
+
"--tw-border-opacity": "1 !important",
|
|
877
|
+
"--tw-text-opacity": "1 !important",
|
|
878
|
+
"--tw-shadow": "0 0 0 1px var(--border-color) !important",
|
|
879
|
+
},
|
|
880
|
+
}
|
|
881
|
+
};
|