daisyui 2.0.0-next.1 → 2.0.2
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 +107 -89
- package/colors/colorNames.js +25 -26
- package/colors/index.js +18 -19
- package/colors/themes.js +274 -273
- package/colors/windi.js +6 -6
- package/dist/base.js +1 -1
- package/dist/full.css +18 -21
- package/dist/styled.css +345 -382
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/themes.css +1 -2
- package/dist/unstyled.css +113 -132
- 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/dist/utilities.js +1 -1
- package/index.js +168 -100
- package/package.json +4 -1
- package/colors/colors/colorNames.js +0 -35
- package/colors/colors/index.js +0 -53
- package/colors/colors/themes.js +0 -881
- package/colors/colors/windi.js +0 -12
package/colors/themes.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"[data-theme=aqua]": {
|
|
3
|
-
|
|
3
|
+
primary: "#42e3ff",
|
|
4
4
|
"primary-focus": "#0fdbff",
|
|
5
5
|
"primary-content": "#000000",
|
|
6
|
-
|
|
6
|
+
secondary: "#966fb3",
|
|
7
7
|
"secondary-focus": "#7d539d",
|
|
8
8
|
"secondary-content": "#ffffff",
|
|
9
|
-
|
|
9
|
+
accent: "#ffe999",
|
|
10
10
|
"accent-focus": "#ffde66",
|
|
11
11
|
"accent-content": "#ffffff",
|
|
12
|
-
|
|
12
|
+
neutral: "#132795",
|
|
13
13
|
"neutral-focus": "#18277c",
|
|
14
14
|
"neutral-content": "#ffffff",
|
|
15
15
|
"base-100": "#0b25b7",
|
|
16
16
|
"base-200": "#132795",
|
|
17
17
|
"base-300": "#18277c",
|
|
18
18
|
"base-content": "#ffffff",
|
|
19
|
-
|
|
20
|
-
"info-content": "#
|
|
21
|
-
|
|
22
|
-
"success-content": "#
|
|
23
|
-
|
|
24
|
-
"warning-content": "#
|
|
25
|
-
|
|
26
|
-
"error-content": "#
|
|
19
|
+
info: "#e0f2fe",
|
|
20
|
+
"info-content": "#2563eb",
|
|
21
|
+
success: "#dcfce7",
|
|
22
|
+
"success-content": "#16a34a",
|
|
23
|
+
warning: "#fef3c7",
|
|
24
|
+
"warning-content": "#d97706",
|
|
25
|
+
error: "#fee2e2",
|
|
26
|
+
"error-content": "#dc2626",
|
|
27
27
|
"--border-color": "var(--b3)",
|
|
28
28
|
"--rounded-box": "1rem",
|
|
29
29
|
"--rounded-btn": "0.5rem",
|
|
@@ -38,30 +38,30 @@ module.exports = {
|
|
|
38
38
|
"--tab-radius": "0.5rem",
|
|
39
39
|
},
|
|
40
40
|
"[data-theme=black]": {
|
|
41
|
-
|
|
41
|
+
primary: "#ffffff",
|
|
42
42
|
"primary-focus": "#ffffff",
|
|
43
43
|
"primary-content": "#000000",
|
|
44
|
-
|
|
44
|
+
secondary: "#ffffff",
|
|
45
45
|
"secondary-focus": "#ffffff",
|
|
46
46
|
"secondary-content": "#000000",
|
|
47
|
-
|
|
47
|
+
accent: "#ffffff",
|
|
48
48
|
"accent-focus": "#ffffff",
|
|
49
49
|
"accent-content": "#000000",
|
|
50
50
|
"base-100": "#000000",
|
|
51
51
|
"base-200": "#333333",
|
|
52
52
|
"base-300": "#4d4d4d",
|
|
53
53
|
"base-content": "#ffffff",
|
|
54
|
-
|
|
54
|
+
neutral: "#333333",
|
|
55
55
|
"neutral-focus": "#4d4d4d",
|
|
56
56
|
"neutral-content": "#ffffff",
|
|
57
|
-
|
|
58
|
-
"info-content": "#
|
|
59
|
-
|
|
57
|
+
info: "#0000ff",
|
|
58
|
+
"info-content": "#ffffff",
|
|
59
|
+
success: "#008000",
|
|
60
60
|
"success-content": "#000000",
|
|
61
|
-
|
|
61
|
+
warning: "#ffff00",
|
|
62
62
|
"warning-content": "#000000",
|
|
63
|
-
|
|
64
|
-
"error-content": "#
|
|
63
|
+
error: "#ff0000",
|
|
64
|
+
"error-content": "#ffffff",
|
|
65
65
|
"--border-color": "var(--b3)",
|
|
66
66
|
"--rounded-box": "0",
|
|
67
67
|
"--rounded-btn": "0",
|
|
@@ -76,30 +76,30 @@ module.exports = {
|
|
|
76
76
|
"--tab-radius": "0",
|
|
77
77
|
},
|
|
78
78
|
"[data-theme=bumblebee]": {
|
|
79
|
-
|
|
79
|
+
primary: "#f9d72f",
|
|
80
80
|
"primary-focus": "#edc707",
|
|
81
81
|
"primary-content": "#181830",
|
|
82
|
-
|
|
82
|
+
secondary: "#e0a82e",
|
|
83
83
|
"secondary-focus": "#bf8b1d",
|
|
84
84
|
"secondary-content": "#ffffff",
|
|
85
|
-
|
|
85
|
+
accent: "#181830",
|
|
86
86
|
"accent-focus": "#111122",
|
|
87
87
|
"accent-content": "#ffffff",
|
|
88
|
-
|
|
88
|
+
neutral: "#181830",
|
|
89
89
|
"neutral-focus": "#111122",
|
|
90
90
|
"neutral-content": "#ffffff",
|
|
91
91
|
"base-100": "#ffffff",
|
|
92
92
|
"base-200": "#f5f5f5",
|
|
93
93
|
"base-300": "#e3e3e3",
|
|
94
94
|
"base-content": "#000000",
|
|
95
|
-
|
|
96
|
-
"info-content": "#
|
|
97
|
-
|
|
98
|
-
"success-content": "#
|
|
99
|
-
|
|
100
|
-
"warning-content": "#
|
|
101
|
-
|
|
102
|
-
"error-content": "#
|
|
95
|
+
info: "#e0f2fe",
|
|
96
|
+
"info-content": "#2563eb",
|
|
97
|
+
success: "#dcfce7",
|
|
98
|
+
"success-content": "#16a34a",
|
|
99
|
+
warning: "#fef3c7",
|
|
100
|
+
"warning-content": "#d97706",
|
|
101
|
+
error: "#fee2e2",
|
|
102
|
+
"error-content": "#dc2626",
|
|
103
103
|
"--border-color": "var(--b3)",
|
|
104
104
|
"--rounded-box": "1rem",
|
|
105
105
|
"--rounded-btn": "0.5rem",
|
|
@@ -114,30 +114,30 @@ module.exports = {
|
|
|
114
114
|
"--tab-radius": "0.5rem",
|
|
115
115
|
},
|
|
116
116
|
"[data-theme=cmyk]": {
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
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
141
|
"--border-color": "var(--b3)",
|
|
142
142
|
"--rounded-box": "1rem",
|
|
143
143
|
"--rounded-btn": "0.5rem",
|
|
@@ -152,30 +152,30 @@ module.exports = {
|
|
|
152
152
|
"--tab-radius": "0.5rem",
|
|
153
153
|
},
|
|
154
154
|
"[data-theme=corporate]": {
|
|
155
|
-
|
|
155
|
+
primary: "#4b6bfb",
|
|
156
156
|
"primary-focus": "#1942fa",
|
|
157
157
|
"primary-content": "#181a2a",
|
|
158
|
-
|
|
158
|
+
secondary: "#7b92b2",
|
|
159
159
|
"secondary-focus": "#5c789d",
|
|
160
160
|
"secondary-content": "#181a2a",
|
|
161
|
-
|
|
161
|
+
accent: "#67cba0",
|
|
162
162
|
"accent-focus": "#41be88",
|
|
163
163
|
"accent-content": "#181a2a",
|
|
164
|
-
|
|
164
|
+
neutral: "#181a2a",
|
|
165
165
|
"neutral-focus": "#06060a",
|
|
166
166
|
"neutral-content": "#edf2f7",
|
|
167
167
|
"base-100": "#ffffff",
|
|
168
168
|
"base-200": "#f7fafd",
|
|
169
169
|
"base-300": "#edf2f7",
|
|
170
170
|
"base-content": "#181a2a",
|
|
171
|
-
|
|
172
|
-
"info-content": "#
|
|
173
|
-
|
|
174
|
-
"success-content": "#
|
|
175
|
-
|
|
176
|
-
"warning-content": "#
|
|
177
|
-
|
|
178
|
-
"error-content": "#
|
|
171
|
+
info: "#e0f2fe",
|
|
172
|
+
"info-content": "#2563eb",
|
|
173
|
+
success: "#dcfce7",
|
|
174
|
+
"success-content": "#16a34a",
|
|
175
|
+
warning: "#fef3c7",
|
|
176
|
+
"warning-content": "#d97706",
|
|
177
|
+
error: "#fee2e2",
|
|
178
|
+
"error-content": "#dc2626",
|
|
179
179
|
"--border-color": "var(--b3)",
|
|
180
180
|
"--rounded-box": "1rem",
|
|
181
181
|
"--rounded-btn": "0.5rem",
|
|
@@ -190,30 +190,30 @@ module.exports = {
|
|
|
190
190
|
"--tab-radius": "0.5rem",
|
|
191
191
|
},
|
|
192
192
|
"[data-theme=cupcake]": {
|
|
193
|
-
|
|
193
|
+
primary: "#65c3c8",
|
|
194
194
|
"primary-focus": "#42b2b8",
|
|
195
195
|
"primary-content": "#ffffff",
|
|
196
|
-
|
|
196
|
+
secondary: "#ef9fbc",
|
|
197
197
|
"secondary-focus": "#e8739e",
|
|
198
198
|
"secondary-content": "#ffffff",
|
|
199
|
-
|
|
199
|
+
accent: "#eeaf3a",
|
|
200
200
|
"accent-focus": "#e19914",
|
|
201
201
|
"accent-content": "#ffffff",
|
|
202
|
-
|
|
202
|
+
neutral: "#291334",
|
|
203
203
|
"neutral-focus": "#200f29",
|
|
204
204
|
"neutral-content": "#ffffff",
|
|
205
205
|
"base-100": "#faf7f5",
|
|
206
206
|
"base-200": "#efeae6",
|
|
207
207
|
"base-300": "#e7e2df",
|
|
208
208
|
"base-content": "#291334",
|
|
209
|
-
|
|
210
|
-
"info-content": "#
|
|
211
|
-
|
|
212
|
-
"success-content": "#
|
|
213
|
-
|
|
214
|
-
"warning-content": "#
|
|
215
|
-
|
|
216
|
-
"error-content": "#
|
|
209
|
+
info: "#e0f2fe",
|
|
210
|
+
"info-content": "#2563eb",
|
|
211
|
+
success: "#dcfce7",
|
|
212
|
+
"success-content": "#16a34a",
|
|
213
|
+
warning: "#fef3c7",
|
|
214
|
+
"warning-content": "#d97706",
|
|
215
|
+
error: "#fee2e2",
|
|
216
|
+
"error-content": "#dc2626",
|
|
217
217
|
"--border-color": "var(--b3)",
|
|
218
218
|
"--rounded-box": "1rem",
|
|
219
219
|
"--rounded-btn": "1.9rem",
|
|
@@ -228,31 +228,32 @@ module.exports = {
|
|
|
228
228
|
"--tab-radius": ".5rem",
|
|
229
229
|
},
|
|
230
230
|
"[data-theme=cyberpunk]": {
|
|
231
|
-
|
|
232
|
-
|
|
231
|
+
fontFamily:
|
|
232
|
+
"ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace",
|
|
233
|
+
primary: "#ff7598",
|
|
233
234
|
"primary-focus": "#ff5784",
|
|
234
235
|
"primary-content": "#000000",
|
|
235
|
-
|
|
236
|
+
secondary: "#75d1f0",
|
|
236
237
|
"secondary-focus": "#5abfdd",
|
|
237
238
|
"secondary-content": "#000000",
|
|
238
|
-
|
|
239
|
+
accent: "#c07eec",
|
|
239
240
|
"accent-focus": "#af59e8",
|
|
240
241
|
"accent-content": "#000000",
|
|
241
|
-
|
|
242
|
+
neutral: "#423f00",
|
|
242
243
|
"neutral-focus": "#090901",
|
|
243
244
|
"neutral-content": "#ffee00",
|
|
244
245
|
"base-100": "#ffee00",
|
|
245
246
|
"base-200": "#dbcd00",
|
|
246
247
|
"base-300": "#b8ab00",
|
|
247
248
|
"base-content": "#000000",
|
|
248
|
-
|
|
249
|
-
"info-content": "#
|
|
250
|
-
|
|
251
|
-
"success-content": "#
|
|
252
|
-
|
|
253
|
-
"warning-content": "#
|
|
254
|
-
|
|
255
|
-
"error-content": "#
|
|
249
|
+
info: "#2563eb",
|
|
250
|
+
"info-content": "#e0f2fe",
|
|
251
|
+
success: "#16a34a",
|
|
252
|
+
"success-content": "#dcfce7",
|
|
253
|
+
warning: "#d97706",
|
|
254
|
+
"warning-content": "#fef3c7",
|
|
255
|
+
error: "#dc2626",
|
|
256
|
+
"error-content": "#fee2e2",
|
|
256
257
|
"--border-color": "var(--b3)",
|
|
257
258
|
"--rounded-box": "0",
|
|
258
259
|
"--rounded-btn": "0",
|
|
@@ -267,30 +268,30 @@ module.exports = {
|
|
|
267
268
|
"--tab-radius": "0",
|
|
268
269
|
},
|
|
269
270
|
"[data-theme=dark]": {
|
|
270
|
-
|
|
271
|
+
primary: "#793ef9",
|
|
271
272
|
"primary-focus": "#570df8",
|
|
272
273
|
"primary-content": "#ffffff",
|
|
273
|
-
|
|
274
|
+
secondary: "#f000b8",
|
|
274
275
|
"secondary-focus": "#bd0091",
|
|
275
276
|
"secondary-content": "#ffffff",
|
|
276
|
-
|
|
277
|
+
accent: "#37cdbe",
|
|
277
278
|
"accent-focus": "#2aa79b",
|
|
278
279
|
"accent-content": "#ffffff",
|
|
279
|
-
|
|
280
|
+
neutral: "#2a2e37",
|
|
280
281
|
"neutral-focus": "#16181d",
|
|
281
282
|
"neutral-content": "#ffffff",
|
|
282
283
|
"base-100": "#3d4451",
|
|
283
284
|
"base-200": "#2a2e37",
|
|
284
285
|
"base-300": "#16181d",
|
|
285
286
|
"base-content": "#ebecf0",
|
|
286
|
-
|
|
287
|
-
"info-content": "#
|
|
288
|
-
|
|
289
|
-
"success-content": "#
|
|
290
|
-
|
|
291
|
-
"warning-content": "#
|
|
292
|
-
|
|
293
|
-
"error-content": "#
|
|
287
|
+
info: "#2563eb",
|
|
288
|
+
"info-content": "#e0f2fe",
|
|
289
|
+
success: "#16a34a",
|
|
290
|
+
"success-content": "#dcfce7",
|
|
291
|
+
warning: "#d97706",
|
|
292
|
+
"warning-content": "#fef3c7",
|
|
293
|
+
error: "#dc2626",
|
|
294
|
+
"error-content": "#fee2e2",
|
|
294
295
|
"--border-color": "var(--b3)",
|
|
295
296
|
"--rounded-box": "1rem",
|
|
296
297
|
"--rounded-btn": "0.5rem",
|
|
@@ -305,30 +306,30 @@ module.exports = {
|
|
|
305
306
|
"--tab-radius": "0.5rem",
|
|
306
307
|
},
|
|
307
308
|
"[data-theme=dracula]": {
|
|
308
|
-
|
|
309
|
+
primary: "#ffb3d9",
|
|
309
310
|
"primary-focus": "#ff80bf",
|
|
310
311
|
"primary-content": "#1d1e25",
|
|
311
|
-
|
|
312
|
+
secondary: "#b9ffb3",
|
|
312
313
|
"secondary-focus": "#8aff80",
|
|
313
314
|
"secondary-content": "#1d1e25",
|
|
314
|
-
|
|
315
|
+
accent: "#ffffb3",
|
|
315
316
|
"accent-focus": "#ffff80",
|
|
316
317
|
"accent-content": "#1d1e25",
|
|
317
|
-
|
|
318
|
+
neutral: "#22212c",
|
|
318
319
|
"neutral-focus": "#1d1e25",
|
|
319
320
|
"neutral-content": "#d5ccff",
|
|
320
321
|
"base-100": "#302f3d",
|
|
321
322
|
"base-200": "#22212c",
|
|
322
323
|
"base-300": "#1d1e25",
|
|
323
324
|
"base-content": "#d5ccff",
|
|
324
|
-
|
|
325
|
-
"info-content": "#
|
|
326
|
-
|
|
327
|
-
"success-content": "#
|
|
328
|
-
|
|
329
|
-
"warning-content": "#
|
|
330
|
-
|
|
331
|
-
"error-content": "#
|
|
325
|
+
info: "#e0f2fe",
|
|
326
|
+
"info-content": "#2563eb",
|
|
327
|
+
success: "#dcfce7",
|
|
328
|
+
"success-content": "#16a34a",
|
|
329
|
+
warning: "#fef3c7",
|
|
330
|
+
"warning-content": "#d97706",
|
|
331
|
+
error: "#fee2e2",
|
|
332
|
+
"error-content": "#dc2626",
|
|
332
333
|
"--border-color": "var(--b3)",
|
|
333
334
|
"--rounded-box": "1rem",
|
|
334
335
|
"--rounded-btn": "0.5rem",
|
|
@@ -343,30 +344,30 @@ module.exports = {
|
|
|
343
344
|
"--tab-radius": "0.5rem",
|
|
344
345
|
},
|
|
345
346
|
"[data-theme=emerald]": {
|
|
346
|
-
|
|
347
|
+
primary: "#66cc8a",
|
|
347
348
|
"primary-focus": "#40bf6c",
|
|
348
349
|
"primary-content": "#f9fafb",
|
|
349
|
-
|
|
350
|
+
secondary: "#377cfb",
|
|
350
351
|
"secondary-focus": "#055bfa",
|
|
351
352
|
"secondary-content": "#f9fafb",
|
|
352
|
-
|
|
353
|
+
accent: "#ea5234",
|
|
353
354
|
"accent-focus": "#d43616",
|
|
354
355
|
"accent-content": "#f9fafb",
|
|
355
|
-
|
|
356
|
+
neutral: "#333c4d",
|
|
356
357
|
"neutral-focus": "#1f242e",
|
|
357
358
|
"neutral-content": "#f9fafb",
|
|
358
359
|
"base-100": "#ffffff",
|
|
359
360
|
"base-200": "#f9fafb",
|
|
360
361
|
"base-300": "#f2f2f2",
|
|
361
362
|
"base-content": "#333c4d",
|
|
362
|
-
|
|
363
|
-
"info-content": "#
|
|
364
|
-
|
|
365
|
-
"success-content": "#
|
|
366
|
-
|
|
367
|
-
"warning-content": "#
|
|
368
|
-
|
|
369
|
-
"error-content": "#
|
|
363
|
+
info: "#e0f2fe",
|
|
364
|
+
"info-content": "#2563eb",
|
|
365
|
+
success: "#dcfce7",
|
|
366
|
+
"success-content": "#16a34a",
|
|
367
|
+
warning: "#fef3c7",
|
|
368
|
+
"warning-content": "#d97706",
|
|
369
|
+
error: "#fee2e2",
|
|
370
|
+
"error-content": "#dc2626",
|
|
370
371
|
"--border-color": "var(--b3)",
|
|
371
372
|
"--rounded-box": "1rem",
|
|
372
373
|
"--rounded-btn": "0.5rem",
|
|
@@ -381,30 +382,30 @@ module.exports = {
|
|
|
381
382
|
"--tab-radius": "0.5rem",
|
|
382
383
|
},
|
|
383
384
|
"[data-theme=fantasy]": {
|
|
384
|
-
|
|
385
|
+
primary: "#6e0b75",
|
|
385
386
|
"primary-focus": "#420746",
|
|
386
387
|
"primary-content": "#ffffff",
|
|
387
|
-
|
|
388
|
+
secondary: "#007ebd",
|
|
388
389
|
"secondary-focus": "#005c8a",
|
|
389
390
|
"secondary-content": "#ffffff",
|
|
390
|
-
|
|
391
|
+
accent: "#f8860d",
|
|
391
392
|
"accent-focus": "#cb6c06",
|
|
392
393
|
"accent-content": "#ffffff",
|
|
393
|
-
|
|
394
|
+
neutral: "#1f2937",
|
|
394
395
|
"neutral-focus": "#111827",
|
|
395
396
|
"neutral-content": "#ffffff",
|
|
396
397
|
"base-100": "#ffffff",
|
|
397
398
|
"base-200": "#f9fafb",
|
|
398
399
|
"base-300": "#d1d5db",
|
|
399
400
|
"base-content": "#1f2937",
|
|
400
|
-
|
|
401
|
-
"info-content": "#
|
|
402
|
-
|
|
403
|
-
"success-content": "#
|
|
404
|
-
|
|
405
|
-
"warning-content": "#
|
|
406
|
-
|
|
407
|
-
"error-content": "#
|
|
401
|
+
info: "#e0f2fe",
|
|
402
|
+
"info-content": "#2563eb",
|
|
403
|
+
success: "#dcfce7",
|
|
404
|
+
"success-content": "#16a34a",
|
|
405
|
+
warning: "#fef3c7",
|
|
406
|
+
"warning-content": "#d97706",
|
|
407
|
+
error: "#fee2e2",
|
|
408
|
+
"error-content": "#dc2626",
|
|
408
409
|
"--border-color": "var(--b3)",
|
|
409
410
|
"--rounded-box": "1rem",
|
|
410
411
|
"--rounded-btn": "0.5rem",
|
|
@@ -419,30 +420,30 @@ module.exports = {
|
|
|
419
420
|
"--tab-radius": "0.5rem",
|
|
420
421
|
},
|
|
421
422
|
"[data-theme=forest]": {
|
|
422
|
-
|
|
423
|
+
primary: "#1eb854",
|
|
423
424
|
"primary-focus": "#178c40",
|
|
424
425
|
"primary-content": "#ffffff",
|
|
425
|
-
|
|
426
|
+
secondary: "#1fd65f",
|
|
426
427
|
"secondary-focus": "#18aa4b",
|
|
427
428
|
"secondary-content": "#ffffff",
|
|
428
|
-
|
|
429
|
+
accent: "#d99330",
|
|
429
430
|
"accent-focus": "#b57721",
|
|
430
431
|
"accent-content": "#ffffff",
|
|
431
|
-
|
|
432
|
+
neutral: "#110e0e",
|
|
432
433
|
"neutral-focus": "#060404",
|
|
433
434
|
"neutral-content": "#ffffff",
|
|
434
435
|
"base-100": "#171212",
|
|
435
436
|
"base-200": "#110e0e",
|
|
436
437
|
"base-300": "#060404",
|
|
437
438
|
"base-content": "#ffffff",
|
|
438
|
-
|
|
439
|
-
"info-content": "#
|
|
440
|
-
|
|
441
|
-
"success-content": "#
|
|
442
|
-
|
|
443
|
-
"warning-content": "#
|
|
444
|
-
|
|
445
|
-
"error-content": "#
|
|
439
|
+
info: "#2563eb",
|
|
440
|
+
"info-content": "#e0f2fe",
|
|
441
|
+
success: "#16a34a",
|
|
442
|
+
"success-content": "#dcfce7",
|
|
443
|
+
warning: "#d97706",
|
|
444
|
+
"warning-content": "#fef3c7",
|
|
445
|
+
error: "#dc2626",
|
|
446
|
+
"error-content": "#fee2e2",
|
|
446
447
|
"--rounded-btn": "1.9rem",
|
|
447
448
|
"--border-color": "var(--b3)",
|
|
448
449
|
"--rounded-box": "1rem",
|
|
@@ -458,30 +459,30 @@ module.exports = {
|
|
|
458
459
|
"--tab-radius": "0.5rem",
|
|
459
460
|
},
|
|
460
461
|
"[data-theme=garden]": {
|
|
461
|
-
|
|
462
|
+
primary: "#5c7f67",
|
|
462
463
|
"primary-focus": "#48614f",
|
|
463
464
|
"primary-content": "#ffffff",
|
|
464
|
-
|
|
465
|
+
secondary: "#ecf4e7",
|
|
465
466
|
"secondary-focus": "#cde2c1",
|
|
466
467
|
"secondary-content": "#24331a",
|
|
467
|
-
|
|
468
|
+
accent: "#fae5e5",
|
|
468
469
|
"accent-focus": "#f4bebe",
|
|
469
470
|
"accent-content": "#322020",
|
|
470
|
-
|
|
471
|
+
neutral: "#5d5656",
|
|
471
472
|
"neutral-focus": "#2a2727",
|
|
472
473
|
"neutral-content": "#e9e7e7",
|
|
473
474
|
"base-100": "#e9e7e7",
|
|
474
475
|
"base-200": "#d1cccc",
|
|
475
476
|
"base-300": "#b9b1b1",
|
|
476
477
|
"base-content": "#100f0f",
|
|
477
|
-
|
|
478
|
-
"info-content": "#
|
|
479
|
-
|
|
480
|
-
"success-content": "#
|
|
481
|
-
|
|
482
|
-
"warning-content": "#
|
|
483
|
-
|
|
484
|
-
"error-content": "#
|
|
478
|
+
info: "#e0f2fe",
|
|
479
|
+
"info-content": "#2563eb",
|
|
480
|
+
success: "#dcfce7",
|
|
481
|
+
"success-content": "#16a34a",
|
|
482
|
+
warning: "#fef3c7",
|
|
483
|
+
"warning-content": "#d97706",
|
|
484
|
+
error: "#fee2e2",
|
|
485
|
+
"error-content": "#dc2626",
|
|
485
486
|
"--border-color": "var(--b3)",
|
|
486
487
|
"--rounded-box": "1rem",
|
|
487
488
|
"--rounded-btn": "0.5rem",
|
|
@@ -496,30 +497,30 @@ module.exports = {
|
|
|
496
497
|
"--tab-radius": "0.5rem",
|
|
497
498
|
},
|
|
498
499
|
"[data-theme=halloween]": {
|
|
499
|
-
|
|
500
|
+
primary: "#f28c18",
|
|
500
501
|
"primary-focus": "#ca710c",
|
|
501
502
|
"primary-content": "#131616",
|
|
502
|
-
|
|
503
|
+
secondary: "#6d3a9c",
|
|
503
504
|
"secondary-focus": "#532c77",
|
|
504
505
|
"secondary-content": "#ffffff",
|
|
505
|
-
|
|
506
|
+
accent: "#51a800",
|
|
506
507
|
"accent-focus": "#397500",
|
|
507
508
|
"accent-content": "#ffffff",
|
|
508
|
-
|
|
509
|
+
neutral: "#1b1d1d",
|
|
509
510
|
"neutral-focus": "#131616",
|
|
510
511
|
"neutral-content": "#ffffff",
|
|
511
512
|
"base-100": "#212121",
|
|
512
513
|
"base-200": "#1b1d1d",
|
|
513
514
|
"base-300": "#131616",
|
|
514
515
|
"base-content": "#ffffff",
|
|
515
|
-
|
|
516
|
-
"info-content": "#
|
|
517
|
-
|
|
518
|
-
"success-content": "#
|
|
519
|
-
|
|
520
|
-
"warning-content": "#
|
|
521
|
-
|
|
522
|
-
"error-content": "#
|
|
516
|
+
info: "#2563eb",
|
|
517
|
+
"info-content": "#e0f2fe",
|
|
518
|
+
success: "#16a34a",
|
|
519
|
+
"success-content": "#dcfce7",
|
|
520
|
+
warning: "#d97706",
|
|
521
|
+
"warning-content": "#fef3c7",
|
|
522
|
+
error: "#dc2626",
|
|
523
|
+
"error-content": "#fee2e2",
|
|
523
524
|
"--border-color": "var(--b3)",
|
|
524
525
|
"--rounded-box": "1rem",
|
|
525
526
|
"--rounded-btn": "0.5rem",
|
|
@@ -534,30 +535,30 @@ module.exports = {
|
|
|
534
535
|
"--tab-radius": "0.5rem",
|
|
535
536
|
},
|
|
536
537
|
"[data-theme=light]": {
|
|
537
|
-
|
|
538
|
+
primary: "#570df8",
|
|
538
539
|
"primary-focus": "#4506cb",
|
|
539
540
|
"primary-content": "#ffffff",
|
|
540
|
-
|
|
541
|
+
secondary: "#f000b8",
|
|
541
542
|
"secondary-focus": "#bd0091",
|
|
542
543
|
"secondary-content": "#ffffff",
|
|
543
|
-
|
|
544
|
+
accent: "#37cdbe",
|
|
544
545
|
"accent-focus": "#2aa79b",
|
|
545
546
|
"accent-content": "#ffffff",
|
|
546
|
-
|
|
547
|
+
neutral: "#3d4451",
|
|
547
548
|
"neutral-focus": "#2a2e37",
|
|
548
549
|
"neutral-content": "#ffffff",
|
|
549
550
|
"base-100": "#ffffff",
|
|
550
551
|
"base-200": "#f9fafb",
|
|
551
552
|
"base-300": "#d1d5db",
|
|
552
553
|
"base-content": "#1f2937",
|
|
553
|
-
|
|
554
|
-
"info-content": "#
|
|
555
|
-
|
|
556
|
-
"success-content": "#
|
|
557
|
-
|
|
558
|
-
"warning-content": "#
|
|
559
|
-
|
|
560
|
-
"error-content": "#
|
|
554
|
+
info: "#e0f2fe",
|
|
555
|
+
"info-content": "#2563eb",
|
|
556
|
+
success: "#dcfce7",
|
|
557
|
+
"success-content": "#16a34a",
|
|
558
|
+
warning: "#fef3c7",
|
|
559
|
+
"warning-content": "#d97706",
|
|
560
|
+
error: "#fee2e2",
|
|
561
|
+
"error-content": "#dc2626",
|
|
561
562
|
"--border-color": "var(--b3)",
|
|
562
563
|
"--rounded-box": "1rem",
|
|
563
564
|
"--rounded-btn": "0.5rem",
|
|
@@ -572,30 +573,30 @@ module.exports = {
|
|
|
572
573
|
"--tab-radius": "0.5rem",
|
|
573
574
|
},
|
|
574
575
|
"[data-theme=lofi]": {
|
|
575
|
-
|
|
576
|
+
primary: "#808080",
|
|
576
577
|
"primary-focus": "#737373",
|
|
577
578
|
"primary-content": "#f2f2f3",
|
|
578
|
-
|
|
579
|
+
secondary: "#4d4d4d",
|
|
579
580
|
"secondary-focus": "#404040",
|
|
580
581
|
"secondary-content": "#f2f2f3",
|
|
581
|
-
|
|
582
|
+
accent: "#1a1a1a",
|
|
582
583
|
"accent-focus": "#0d0d0d",
|
|
583
584
|
"accent-content": "#f2f2f3",
|
|
584
|
-
|
|
585
|
+
neutral: "#f2f2f3",
|
|
585
586
|
"neutral-focus": "#e4e4e7",
|
|
586
587
|
"neutral-content": "#4d4d4d",
|
|
587
588
|
"base-100": "#ffffff",
|
|
588
589
|
"base-200": "#ffffff",
|
|
589
590
|
"base-300": "#ffffff",
|
|
590
591
|
"base-content": "#7d7d7d",
|
|
591
|
-
|
|
592
|
-
"info-content": "#
|
|
593
|
-
|
|
594
|
-
"success-content": "#
|
|
595
|
-
|
|
596
|
-
"warning-content": "#
|
|
597
|
-
|
|
598
|
-
"error-content": "#
|
|
592
|
+
info: "#e0f2fe",
|
|
593
|
+
"info-content": "#2563eb",
|
|
594
|
+
success: "#dcfce7",
|
|
595
|
+
"success-content": "#16a34a",
|
|
596
|
+
warning: "#fef3c7",
|
|
597
|
+
"warning-content": "#d97706",
|
|
598
|
+
error: "#fee2e2",
|
|
599
|
+
"error-content": "#dc2626",
|
|
599
600
|
"--border-color": "#e6e6e6",
|
|
600
601
|
"--rounded-box": "0",
|
|
601
602
|
"--rounded-btn": "0",
|
|
@@ -640,29 +641,29 @@ module.exports = {
|
|
|
640
641
|
},
|
|
641
642
|
},
|
|
642
643
|
"[data-theme=luxury]": {
|
|
643
|
-
|
|
644
|
+
primary: "#ffffff",
|
|
644
645
|
"primary-focus": "#e6e6e6",
|
|
645
646
|
"primary-content": "#000000",
|
|
646
|
-
|
|
647
|
+
secondary: "#152747",
|
|
647
648
|
"secondary-focus": "#091120",
|
|
648
649
|
"secondary-content": "#ffffff",
|
|
649
|
-
|
|
650
|
+
accent: "#513448",
|
|
650
651
|
"accent-focus": "#32202c",
|
|
651
652
|
"accent-content": "#ffffff",
|
|
652
|
-
|
|
653
|
+
neutral: "#171618",
|
|
653
654
|
"neutral-focus": "#2e2d2f",
|
|
654
655
|
"neutral-content": "#dca54c",
|
|
655
656
|
"base-100": "#09090b",
|
|
656
657
|
"base-200": "#171618",
|
|
657
658
|
"base-300": "#2e2d2f",
|
|
658
659
|
"base-content": "#dca54c",
|
|
659
|
-
|
|
660
|
+
info: "#66c6ff",
|
|
660
661
|
"info-content": "#171618",
|
|
661
|
-
|
|
662
|
+
success: "#87d039",
|
|
662
663
|
"success-content": "#171618",
|
|
663
|
-
|
|
664
|
+
warning: "#e2d562",
|
|
664
665
|
"warning-content": "#171618",
|
|
665
|
-
|
|
666
|
+
error: "#ff6f6f",
|
|
666
667
|
"error-content": "#171618",
|
|
667
668
|
"--border-color": "var(--b3)",
|
|
668
669
|
"--rounded-box": "1rem",
|
|
@@ -678,30 +679,30 @@ module.exports = {
|
|
|
678
679
|
"--tab-radius": "0.5rem",
|
|
679
680
|
},
|
|
680
681
|
"[data-theme=pastel]": {
|
|
681
|
-
|
|
682
|
+
primary: "#d1c1d7",
|
|
682
683
|
"primary-focus": "#b9a2c3",
|
|
683
684
|
"primary-content": "#000000",
|
|
684
|
-
|
|
685
|
+
secondary: "#f6cbd1",
|
|
685
686
|
"secondary-focus": "#eea0aa",
|
|
686
687
|
"secondary-content": "#ffffff",
|
|
687
|
-
|
|
688
|
+
accent: "#b4e9d6",
|
|
688
689
|
"accent-focus": "#8cdec0",
|
|
689
690
|
"accent-content": "#ffffff",
|
|
690
|
-
|
|
691
|
+
neutral: "#70acc7",
|
|
691
692
|
"neutral-focus": "#4b96b9",
|
|
692
693
|
"neutral-content": "#ffffff",
|
|
693
694
|
"base-100": "#ffffff",
|
|
694
695
|
"base-200": "#f9fafb",
|
|
695
696
|
"base-300": "#d1d5db",
|
|
696
697
|
"base-content": "#898d90",
|
|
697
|
-
|
|
698
|
-
"info-content": "#
|
|
699
|
-
|
|
700
|
-
"success-content": "#
|
|
701
|
-
|
|
702
|
-
"warning-content": "#
|
|
703
|
-
|
|
704
|
-
"error-content": "#
|
|
698
|
+
info: "#e0f2fe",
|
|
699
|
+
"info-content": "#2563eb",
|
|
700
|
+
success: "#dcfce7",
|
|
701
|
+
"success-content": "#16a34a",
|
|
702
|
+
warning: "#fef3c7",
|
|
703
|
+
"warning-content": "#d97706",
|
|
704
|
+
error: "#fee2e2",
|
|
705
|
+
"error-content": "#dc2626",
|
|
705
706
|
"--rounded-box": "1rem",
|
|
706
707
|
"--rounded-btn": "1.9rem",
|
|
707
708
|
"--rounded-badge": "1.9rem",
|
|
@@ -719,31 +720,31 @@ module.exports = {
|
|
|
719
720
|
"--tab-radius": "0.5rem",
|
|
720
721
|
},
|
|
721
722
|
"[data-theme=retro]": {
|
|
722
|
-
|
|
723
|
-
|
|
723
|
+
fontFamily: "uisecondaryerif,Georgia,Cambria,Times New Roman,Times,serif",
|
|
724
|
+
primary: "#ef9995",
|
|
724
725
|
"primary-focus": "#e86f68",
|
|
725
726
|
"primary-content": "#282425",
|
|
726
|
-
|
|
727
|
+
secondary: "#a4cbb4",
|
|
727
728
|
"secondary-focus": "#84b89a",
|
|
728
729
|
"secondary-content": "#282425",
|
|
729
|
-
|
|
730
|
+
accent: "#ebdc99",
|
|
730
731
|
"accent-focus": "#e2cd6e",
|
|
731
732
|
"accent-content": "#282425",
|
|
732
|
-
|
|
733
|
+
neutral: "#7d7259",
|
|
733
734
|
"neutral-focus": "#454035",
|
|
734
735
|
"neutral-content": "#e4d8b4",
|
|
735
736
|
"base-100": "#e4d8b4",
|
|
736
737
|
"base-200": "#d2c59d",
|
|
737
738
|
"base-300": "#c6b386",
|
|
738
739
|
"base-content": "#282425",
|
|
739
|
-
|
|
740
|
-
"info-content": "#
|
|
741
|
-
|
|
742
|
-
"success-content": "#
|
|
743
|
-
|
|
744
|
-
"warning-content": "#
|
|
745
|
-
|
|
746
|
-
"error-content": "#
|
|
740
|
+
info: "#e0f2fe",
|
|
741
|
+
"info-content": "#2563eb",
|
|
742
|
+
success: "#dcfce7",
|
|
743
|
+
"success-content": "#16a34a",
|
|
744
|
+
warning: "#fef3c7",
|
|
745
|
+
"warning-content": "#d97706",
|
|
746
|
+
error: "#fee2e2",
|
|
747
|
+
"error-content": "#dc2626",
|
|
747
748
|
"--border-color": "var(--b3)",
|
|
748
749
|
"--rounded-box": "0.4rem",
|
|
749
750
|
"--rounded-btn": "0.4rem",
|
|
@@ -758,29 +759,29 @@ module.exports = {
|
|
|
758
759
|
"--tab-radius": "0.5rem",
|
|
759
760
|
},
|
|
760
761
|
"[data-theme=synthwave]": {
|
|
761
|
-
|
|
762
|
+
primary: "#e779c1",
|
|
762
763
|
"primary-focus": "#e04dac",
|
|
763
764
|
"primary-content": "#201047",
|
|
764
765
|
"secondary-focus": "#88d7f7",
|
|
765
|
-
|
|
766
|
+
secondary: "#58c7f3",
|
|
766
767
|
"secondary-content": "#201047",
|
|
767
768
|
"accent-focus": "#f6d860",
|
|
768
|
-
|
|
769
|
+
accent: "#f3cc30",
|
|
769
770
|
"accent-content": "#201047",
|
|
770
|
-
|
|
771
|
+
neutral: "#20134e",
|
|
771
772
|
"neutral-focus": "#140a2e",
|
|
772
773
|
"neutral-content": "#f9f7fd",
|
|
773
774
|
"base-100": "#2d1b69",
|
|
774
775
|
"base-200": "#20134e",
|
|
775
776
|
"base-300": "#140a2e",
|
|
776
777
|
"base-content": "#f9f7fd",
|
|
777
|
-
|
|
778
|
-
"info-content": "#
|
|
779
|
-
|
|
780
|
-
"success-content": "#
|
|
781
|
-
|
|
782
|
-
"warning-content": "#
|
|
783
|
-
|
|
778
|
+
info: "#53c0f3",
|
|
779
|
+
"info-content": "#201047",
|
|
780
|
+
success: "#71ead2",
|
|
781
|
+
"success-content": "#201047",
|
|
782
|
+
warning: "#f3cc30",
|
|
783
|
+
"warning-content": "#201047",
|
|
784
|
+
error: "#e24056",
|
|
784
785
|
"error-content": "#f9f7fd",
|
|
785
786
|
"--border-color": "var(--b3)",
|
|
786
787
|
"--rounded-box": "1rem",
|
|
@@ -796,30 +797,30 @@ module.exports = {
|
|
|
796
797
|
"--tab-radius": "0.5rem",
|
|
797
798
|
},
|
|
798
799
|
"[data-theme=valentine]": {
|
|
799
|
-
|
|
800
|
+
primary: "#e96d7b",
|
|
800
801
|
"primary-focus": "#e24053",
|
|
801
802
|
"primary-content": "#ffffff",
|
|
802
|
-
|
|
803
|
+
secondary: "#a991f7",
|
|
803
804
|
"secondary-focus": "#8462f4",
|
|
804
805
|
"secondary-content": "#ffffff",
|
|
805
|
-
|
|
806
|
+
accent: "#88dbdd",
|
|
806
807
|
"accent-focus": "#61cfd1",
|
|
807
808
|
"accent-content": "#ffffff",
|
|
808
|
-
|
|
809
|
+
neutral: "#af4670",
|
|
809
810
|
"neutral-focus": "#883a54",
|
|
810
811
|
"neutral-content": "#f0d6e8",
|
|
811
812
|
"base-100": "#f0d6e8",
|
|
812
813
|
"base-200": "#e9aad9",
|
|
813
814
|
"base-300": "#e58fce",
|
|
814
815
|
"base-content": "#632c3b",
|
|
815
|
-
|
|
816
|
-
"info-content": "#
|
|
817
|
-
|
|
818
|
-
"success-content": "#
|
|
819
|
-
|
|
820
|
-
"warning-content": "#
|
|
821
|
-
|
|
822
|
-
"error-content": "#
|
|
816
|
+
info: "#e0f2fe",
|
|
817
|
+
"info-content": "#2563eb",
|
|
818
|
+
success: "#dcfce7",
|
|
819
|
+
"success-content": "#16a34a",
|
|
820
|
+
warning: "#fef3c7",
|
|
821
|
+
"warning-content": "#d97706",
|
|
822
|
+
error: "#fee2e2",
|
|
823
|
+
"error-content": "#dc2626",
|
|
823
824
|
"--border-color": "var(--b3)",
|
|
824
825
|
"--rounded-box": "1rem",
|
|
825
826
|
"--rounded-btn": "1.9rem",
|
|
@@ -834,31 +835,31 @@ module.exports = {
|
|
|
834
835
|
"--tab-radius": "0.5rem",
|
|
835
836
|
},
|
|
836
837
|
"[data-theme=wireframe]": {
|
|
837
|
-
|
|
838
|
-
|
|
838
|
+
fontFamily: 'Chalkboard,comic sans ms,"sanssecondaryerif"',
|
|
839
|
+
primary: "#b8b8b8",
|
|
839
840
|
"primary-focus": "#b8b8b8",
|
|
840
841
|
"primary-content": "#000000",
|
|
841
|
-
|
|
842
|
+
secondary: "#b8b8b8",
|
|
842
843
|
"secondary-focus": "#b8b8b8",
|
|
843
844
|
"secondary-content": "#000000",
|
|
844
|
-
|
|
845
|
+
accent: "#b8b8b8",
|
|
845
846
|
"accent-focus": "#b8b8b8",
|
|
846
847
|
"accent-content": "#000000",
|
|
847
|
-
|
|
848
|
+
neutral: "#ebebeb",
|
|
848
849
|
"neutral-focus": "#ebebeb",
|
|
849
850
|
"neutral-content": "#000000",
|
|
850
851
|
"base-100": "#ffffff",
|
|
851
852
|
"base-200": "#eeeeee",
|
|
852
853
|
"base-300": "#dddddd",
|
|
853
854
|
"base-content": "#000000",
|
|
854
|
-
|
|
855
|
-
"info-content": "#
|
|
856
|
-
|
|
857
|
-
"success-content": "#
|
|
858
|
-
|
|
859
|
-
"warning-content": "#
|
|
860
|
-
|
|
861
|
-
"error-content": "#
|
|
855
|
+
info: "#0000ff",
|
|
856
|
+
"info-content": "#ffffff",
|
|
857
|
+
success: "#008000",
|
|
858
|
+
"success-content": "#ffffff",
|
|
859
|
+
warning: "#a6a659",
|
|
860
|
+
"warning-content": "#ffffff",
|
|
861
|
+
error: "#ff0000",
|
|
862
|
+
"error-content": "#ffffff",
|
|
862
863
|
"--border-color": "#000000",
|
|
863
864
|
"--rounded-box": "0.2rem",
|
|
864
865
|
"--rounded-btn": "0.2rem",
|
|
@@ -877,5 +878,5 @@ module.exports = {
|
|
|
877
878
|
"--tw-text-opacity": "1 !important",
|
|
878
879
|
"--tw-shadow": "0 0 0 1px var(--border-color) !important",
|
|
879
880
|
},
|
|
880
|
-
}
|
|
881
|
+
},
|
|
881
882
|
};
|