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