daisyui 2.52.0 → 3.0.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 +20 -20
- package/dist/base.js +1 -1
- package/dist/full.css +52294 -1
- package/dist/styled.css +1487 -1568
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/themes.css +602 -700
- package/dist/unstyled.css +316 -431
- 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/package.json +18 -22
- package/src/index.js +119 -78
- package/src/lib/addPrefix.js +104 -0
- package/src/lib/responsiveRegex.js +5 -14
- package/src/{colors → theming}/colorNames.js +9 -9
- package/src/theming/functions.js +269 -0
- package/src/theming/index.js +39 -0
- package/src/theming/themeDefaults.js +45 -0
- package/src/{colors → theming}/themes.js +161 -163
- package/src/colors/functions.js +0 -313
- package/src/colors/index.js +0 -52
- package/src/lib/postcss-prefixer/index.js +0 -87
- package/src/lib/postcss-prefixer/utils.js +0 -29
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"[data-theme=aqua]": {
|
|
3
3
|
"color-scheme": "dark",
|
|
4
|
-
primary: "#09ecf3",
|
|
4
|
+
"primary": "#09ecf3",
|
|
5
5
|
"primary-content": "#005355",
|
|
6
|
-
secondary: "#966fb3",
|
|
7
|
-
accent: "#ffe999",
|
|
8
|
-
neutral: "#3b8ac4",
|
|
6
|
+
"secondary": "#966fb3",
|
|
7
|
+
"accent": "#ffe999",
|
|
8
|
+
"neutral": "#3b8ac4",
|
|
9
9
|
"base-100": "#345da7",
|
|
10
10
|
"info": "#2563eb",
|
|
11
11
|
"success": "#16a34a",
|
|
@@ -14,18 +14,18 @@ module.exports = {
|
|
|
14
14
|
},
|
|
15
15
|
"[data-theme=black]": {
|
|
16
16
|
"color-scheme": "dark",
|
|
17
|
-
primary: "#343232",
|
|
18
|
-
secondary: "#343232",
|
|
19
|
-
accent: "#343232",
|
|
17
|
+
"primary": "#343232",
|
|
18
|
+
"secondary": "#343232",
|
|
19
|
+
"accent": "#343232",
|
|
20
20
|
"base-100": "#000000",
|
|
21
21
|
"base-200": "#0D0D0D",
|
|
22
22
|
"base-300": "#1A1919",
|
|
23
|
-
neutral: "#272626",
|
|
23
|
+
"neutral": "#272626",
|
|
24
24
|
"neutral-focus": "#343232",
|
|
25
|
-
info: "#0000ff",
|
|
26
|
-
success: "#008000",
|
|
27
|
-
warning: "#ffff00",
|
|
28
|
-
error: "#ff0000",
|
|
25
|
+
"info": "#0000ff",
|
|
26
|
+
"success": "#008000",
|
|
27
|
+
"warning": "#ffff00",
|
|
28
|
+
"error": "#ff0000",
|
|
29
29
|
"--rounded-box": "0",
|
|
30
30
|
"--rounded-btn": "0",
|
|
31
31
|
"--rounded-badge": "0",
|
|
@@ -37,32 +37,32 @@ module.exports = {
|
|
|
37
37
|
},
|
|
38
38
|
"[data-theme=bumblebee]": {
|
|
39
39
|
"color-scheme": "light",
|
|
40
|
-
primary: "#
|
|
40
|
+
"primary": "#f9d72f",
|
|
41
41
|
"primary-content": "#181830",
|
|
42
|
-
secondary: "#
|
|
42
|
+
"secondary": "#e0a82e",
|
|
43
43
|
"secondary-content": "#181830",
|
|
44
|
-
accent: "#
|
|
45
|
-
neutral: "#181830",
|
|
44
|
+
"accent": "#DC8850",
|
|
45
|
+
"neutral": "#181830",
|
|
46
46
|
"base-100": "#ffffff",
|
|
47
47
|
},
|
|
48
48
|
"[data-theme=cmyk]": {
|
|
49
49
|
"color-scheme": "light",
|
|
50
|
-
primary: "#45AEEE",
|
|
51
|
-
secondary: "#E8488A",
|
|
52
|
-
accent: "#FFF232",
|
|
53
|
-
neutral: "#1a1a1a",
|
|
50
|
+
"primary": "#45AEEE",
|
|
51
|
+
"secondary": "#E8488A",
|
|
52
|
+
"accent": "#FFF232",
|
|
53
|
+
"neutral": "#1a1a1a",
|
|
54
54
|
"base-100": "#ffffff",
|
|
55
|
-
info: "#4AA8C0",
|
|
56
|
-
success: "#823290",
|
|
57
|
-
warning: "#EE8133",
|
|
58
|
-
error: "#E93F33",
|
|
55
|
+
"info": "#4AA8C0",
|
|
56
|
+
"success": "#823290",
|
|
57
|
+
"warning": "#EE8133",
|
|
58
|
+
"error": "#E93F33",
|
|
59
59
|
},
|
|
60
60
|
"[data-theme=corporate]": {
|
|
61
61
|
"color-scheme": "light",
|
|
62
|
-
primary: "#4b6bfb",
|
|
63
|
-
secondary: "#7b92b2",
|
|
64
|
-
accent: "#67cba0",
|
|
65
|
-
neutral: "#181a2a",
|
|
62
|
+
"primary": "#4b6bfb",
|
|
63
|
+
"secondary": "#7b92b2",
|
|
64
|
+
"accent": "#67cba0",
|
|
65
|
+
"neutral": "#181a2a",
|
|
66
66
|
"neutral-content": "#edf2f7",
|
|
67
67
|
"base-100": "#ffffff",
|
|
68
68
|
"base-content": "#181a2a",
|
|
@@ -75,10 +75,10 @@ module.exports = {
|
|
|
75
75
|
},
|
|
76
76
|
"[data-theme=cupcake]": {
|
|
77
77
|
"color-scheme": "light",
|
|
78
|
-
primary: "#65c3c8",
|
|
79
|
-
secondary: "#ef9fbc",
|
|
80
|
-
accent: "#eeaf3a",
|
|
81
|
-
neutral: "#291334",
|
|
78
|
+
"primary": "#65c3c8",
|
|
79
|
+
"secondary": "#ef9fbc",
|
|
80
|
+
"accent": "#eeaf3a",
|
|
81
|
+
"neutral": "#291334",
|
|
82
82
|
"base-100": "#faf7f5",
|
|
83
83
|
"base-200": "#efeae6",
|
|
84
84
|
"base-300": "#e7e2df",
|
|
@@ -89,11 +89,12 @@ module.exports = {
|
|
|
89
89
|
},
|
|
90
90
|
"[data-theme=cyberpunk]": {
|
|
91
91
|
"color-scheme": "light",
|
|
92
|
-
fontFamily:
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
92
|
+
"fontFamily":
|
|
93
|
+
"ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace",
|
|
94
|
+
"primary": "#ff7598",
|
|
95
|
+
"secondary": "#75d1f0",
|
|
96
|
+
"accent": "#c07eec",
|
|
97
|
+
"neutral": "#423f00",
|
|
97
98
|
"neutral-content": "#ffee00",
|
|
98
99
|
"base-100": "#ffee00",
|
|
99
100
|
"--rounded-box": "0",
|
|
@@ -103,42 +104,42 @@ module.exports = {
|
|
|
103
104
|
},
|
|
104
105
|
"[data-theme=dark]": {
|
|
105
106
|
"color-scheme": "dark",
|
|
106
|
-
primary: "#661AE6",
|
|
107
|
+
"primary": "#661AE6",
|
|
107
108
|
"primary-content": "#ffffff",
|
|
108
|
-
secondary: "#D926AA",
|
|
109
|
+
"secondary": "#D926AA",
|
|
109
110
|
"secondary-content": "#ffffff",
|
|
110
|
-
accent: "#1FB2A5",
|
|
111
|
+
"accent": "#1FB2A5",
|
|
111
112
|
"accent-content": "#ffffff",
|
|
112
|
-
neutral: "#
|
|
113
|
-
"neutral-focus": "#
|
|
113
|
+
"neutral": "#2a323c",
|
|
114
|
+
"neutral-focus": "#242b33",
|
|
114
115
|
"neutral-content": "#A6ADBB",
|
|
115
|
-
"base-100": "#
|
|
116
|
-
"base-200": "#
|
|
117
|
-
"base-300": "#
|
|
116
|
+
"base-100": "#1d232a",
|
|
117
|
+
"base-200": "#191e24",
|
|
118
|
+
"base-300": "#15191e",
|
|
118
119
|
"base-content": "#A6ADBB",
|
|
119
120
|
},
|
|
120
121
|
"[data-theme=dracula]": {
|
|
121
122
|
"color-scheme": "dark",
|
|
122
|
-
primary: "#ff79c6",
|
|
123
|
-
secondary: "#bd93f9",
|
|
124
|
-
accent: "#ffb86c",
|
|
125
|
-
neutral: "#414558",
|
|
123
|
+
"primary": "#ff79c6",
|
|
124
|
+
"secondary": "#bd93f9",
|
|
125
|
+
"accent": "#ffb86c",
|
|
126
|
+
"neutral": "#414558",
|
|
126
127
|
"base-100": "#282a36",
|
|
127
128
|
"base-content": "#f8f8f2",
|
|
128
|
-
info: "#8be9fd",
|
|
129
|
-
success: "#50fa7b",
|
|
130
|
-
warning: "#f1fa8c",
|
|
131
|
-
error: "#ff5555",
|
|
129
|
+
"info": "#8be9fd",
|
|
130
|
+
"success": "#50fa7b",
|
|
131
|
+
"warning": "#f1fa8c",
|
|
132
|
+
"error": "#ff5555",
|
|
132
133
|
},
|
|
133
134
|
"[data-theme=emerald]": {
|
|
134
135
|
"color-scheme": "light",
|
|
135
|
-
primary: "#66cc8a",
|
|
136
|
+
"primary": "#66cc8a",
|
|
136
137
|
"primary-content": "#223D30",
|
|
137
|
-
secondary: "#377cfb",
|
|
138
|
+
"secondary": "#377cfb",
|
|
138
139
|
"secondary-content": "#f9fafb",
|
|
139
|
-
accent: "#ea5234",
|
|
140
|
+
"accent": "#ea5234",
|
|
140
141
|
"accent-content": "#f9fafb",
|
|
141
|
-
neutral: "#333c4d",
|
|
142
|
+
"neutral": "#333c4d",
|
|
142
143
|
"neutral-content": "#f9fafb",
|
|
143
144
|
"base-100": "#ffffff",
|
|
144
145
|
"base-content": "#333c4d",
|
|
@@ -148,58 +149,55 @@ module.exports = {
|
|
|
148
149
|
},
|
|
149
150
|
"[data-theme=fantasy]": {
|
|
150
151
|
"color-scheme": "light",
|
|
151
|
-
primary: "#6e0b75",
|
|
152
|
-
secondary: "#007ebd",
|
|
153
|
-
accent: "#f8860d",
|
|
154
|
-
neutral: "#1f2937",
|
|
152
|
+
"primary": "#6e0b75",
|
|
153
|
+
"secondary": "#007ebd",
|
|
154
|
+
"accent": "#f8860d",
|
|
155
|
+
"neutral": "#1f2937",
|
|
155
156
|
"base-100": "#ffffff",
|
|
156
157
|
"base-content": "#1f2937",
|
|
157
158
|
},
|
|
158
159
|
"[data-theme=forest]": {
|
|
159
160
|
"color-scheme": "dark",
|
|
160
|
-
primary: "#1eb854",
|
|
161
|
-
"
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
neutral: "#110e0e",
|
|
161
|
+
"primary": "#1eb854",
|
|
162
|
+
"secondary": "#1DB88E",
|
|
163
|
+
"accent": "#1DB8AB",
|
|
164
|
+
"neutral": "#19362D",
|
|
165
165
|
"base-100": "#171212",
|
|
166
166
|
"--rounded-btn": "1.9rem",
|
|
167
167
|
},
|
|
168
168
|
"[data-theme=garden]": {
|
|
169
169
|
"color-scheme": "light",
|
|
170
|
-
primary: "#
|
|
171
|
-
secondary: "#
|
|
172
|
-
"
|
|
173
|
-
|
|
174
|
-
"accent-content": "#322020",
|
|
175
|
-
neutral: "#5d5656",
|
|
170
|
+
"primary": "#F40076",
|
|
171
|
+
"secondary": "#8E4162",
|
|
172
|
+
"accent": "#5c7f67",
|
|
173
|
+
"neutral": "#291E00",
|
|
176
174
|
"neutral-content": "#e9e7e7",
|
|
177
175
|
"base-100": "#e9e7e7",
|
|
178
176
|
"base-content": "#100f0f",
|
|
179
177
|
},
|
|
180
178
|
"[data-theme=halloween]": {
|
|
181
179
|
"color-scheme": "dark",
|
|
182
|
-
primary: "#f28c18",
|
|
180
|
+
"primary": "#f28c18",
|
|
183
181
|
"primary-content": "#131616",
|
|
184
|
-
secondary: "#6d3a9c",
|
|
185
|
-
accent: "#51a800",
|
|
186
|
-
neutral: "#
|
|
182
|
+
"secondary": "#6d3a9c",
|
|
183
|
+
"accent": "#51a800",
|
|
184
|
+
"neutral": "#2F1B05",
|
|
187
185
|
"base-100": "#212121",
|
|
188
|
-
info: "#2563eb",
|
|
189
|
-
success: "#16a34a",
|
|
190
|
-
warning: "#d97706",
|
|
191
|
-
error: "#dc2626",
|
|
186
|
+
"info": "#2563eb",
|
|
187
|
+
"success": "#16a34a",
|
|
188
|
+
"warning": "#d97706",
|
|
189
|
+
"error": "#dc2626",
|
|
192
190
|
},
|
|
193
191
|
"[data-theme=light]": {
|
|
194
192
|
"color-scheme": "light",
|
|
195
|
-
primary: "#570df8",
|
|
196
|
-
"primary-content": "#
|
|
197
|
-
secondary: "#f000b8",
|
|
198
|
-
"secondary-content": "#
|
|
199
|
-
accent: "#
|
|
200
|
-
"accent-content": "#
|
|
201
|
-
neutral: "#
|
|
202
|
-
"neutral-content": "#
|
|
193
|
+
"primary": "#570df8",
|
|
194
|
+
"primary-content": "#E0D2FE",
|
|
195
|
+
"secondary": "#f000b8",
|
|
196
|
+
"secondary-content": "#FFD1F4",
|
|
197
|
+
"accent": "#1ECEBC",
|
|
198
|
+
"accent-content": "#07312D",
|
|
199
|
+
"neutral": "#2B3440",
|
|
200
|
+
"neutral-content": "#D7DDE4",
|
|
203
201
|
"base-100": "#ffffff",
|
|
204
202
|
"base-200": "#F2F2F2",
|
|
205
203
|
"base-300": "#E5E6E6",
|
|
@@ -237,26 +235,26 @@ module.exports = {
|
|
|
237
235
|
},
|
|
238
236
|
"[data-theme=luxury]": {
|
|
239
237
|
"color-scheme": "dark",
|
|
240
|
-
primary: "#ffffff",
|
|
241
|
-
secondary: "#152747",
|
|
242
|
-
accent: "#513448",
|
|
243
|
-
neutral: "#
|
|
244
|
-
"neutral-content": "#
|
|
238
|
+
"primary": "#ffffff",
|
|
239
|
+
"secondary": "#152747",
|
|
240
|
+
"accent": "#513448",
|
|
241
|
+
"neutral": "#331800",
|
|
242
|
+
"neutral-content": "#FFE7A3",
|
|
245
243
|
"base-100": "#09090b",
|
|
246
244
|
"base-200": "#171618",
|
|
247
245
|
"base-300": "#2e2d2f",
|
|
248
246
|
"base-content": "#dca54c",
|
|
249
|
-
info: "#66c6ff",
|
|
250
|
-
success: "#87d039",
|
|
251
|
-
warning: "#e2d562",
|
|
252
|
-
error: "#ff6f6f",
|
|
247
|
+
"info": "#66c6ff",
|
|
248
|
+
"success": "#87d039",
|
|
249
|
+
"warning": "#e2d562",
|
|
250
|
+
"error": "#ff6f6f",
|
|
253
251
|
},
|
|
254
252
|
"[data-theme=pastel]": {
|
|
255
253
|
"color-scheme": "light",
|
|
256
|
-
primary: "#d1c1d7",
|
|
257
|
-
secondary: "#f6cbd1",
|
|
258
|
-
accent: "#b4e9d6",
|
|
259
|
-
neutral: "#70acc7",
|
|
254
|
+
"primary": "#d1c1d7",
|
|
255
|
+
"secondary": "#f6cbd1",
|
|
256
|
+
"accent": "#b4e9d6",
|
|
257
|
+
"neutral": "#70acc7",
|
|
260
258
|
"base-100": "#ffffff",
|
|
261
259
|
"base-200": "#f9fafb",
|
|
262
260
|
"base-300": "#d1d5db",
|
|
@@ -264,17 +262,17 @@ module.exports = {
|
|
|
264
262
|
},
|
|
265
263
|
"[data-theme=retro]": {
|
|
266
264
|
"color-scheme": "light",
|
|
267
|
-
primary: "#ef9995",
|
|
265
|
+
"primary": "#ef9995",
|
|
268
266
|
"primary-content": "#282425",
|
|
269
|
-
secondary: "#a4cbb4",
|
|
267
|
+
"secondary": "#a4cbb4",
|
|
270
268
|
"secondary-content": "#282425",
|
|
271
|
-
accent: "#
|
|
269
|
+
"accent": "#DC8850",
|
|
272
270
|
"accent-content": "#282425",
|
|
273
|
-
neutral: "#
|
|
274
|
-
"neutral-content": "#
|
|
271
|
+
"neutral": "#2E282A",
|
|
272
|
+
"neutral-content": "#EDE6D4",
|
|
275
273
|
"base-100": "#e4d8b4",
|
|
276
|
-
"base-200": "#
|
|
277
|
-
"base-300": "#
|
|
274
|
+
"base-200": "#DBCA9A",
|
|
275
|
+
"base-300": "#D4BF87",
|
|
278
276
|
"base-content": "#282425",
|
|
279
277
|
"info": "#2563eb",
|
|
280
278
|
"success": "#16a34a",
|
|
@@ -286,28 +284,28 @@ module.exports = {
|
|
|
286
284
|
},
|
|
287
285
|
"[data-theme=synthwave]": {
|
|
288
286
|
"color-scheme": "dark",
|
|
289
|
-
primary: "#e779c1",
|
|
290
|
-
secondary: "#58c7f3",
|
|
291
|
-
accent: "#f3cc30",
|
|
292
|
-
neutral: "#
|
|
287
|
+
"primary": "#e779c1",
|
|
288
|
+
"secondary": "#58c7f3",
|
|
289
|
+
"accent": "#f3cc30",
|
|
290
|
+
"neutral": "#221551",
|
|
293
291
|
"neutral-content": "#f9f7fd",
|
|
294
|
-
"base-100": "#
|
|
292
|
+
"base-100": "#1a103d",
|
|
295
293
|
"base-content": "#f9f7fd",
|
|
296
|
-
info: "#53c0f3",
|
|
294
|
+
"info": "#53c0f3",
|
|
297
295
|
"info-content": "#201047",
|
|
298
|
-
success: "#71ead2",
|
|
296
|
+
"success": "#71ead2",
|
|
299
297
|
"success-content": "#201047",
|
|
300
|
-
warning: "#f3cc30",
|
|
298
|
+
"warning": "#f3cc30",
|
|
301
299
|
"warning-content": "#201047",
|
|
302
|
-
error: "#e24056",
|
|
300
|
+
"error": "#e24056",
|
|
303
301
|
"error-content": "#f9f7fd",
|
|
304
302
|
},
|
|
305
303
|
"[data-theme=valentine]": {
|
|
306
304
|
"color-scheme": "light",
|
|
307
|
-
primary: "#e96d7b",
|
|
308
|
-
secondary: "#a991f7",
|
|
309
|
-
accent: "#88dbdd",
|
|
310
|
-
neutral: "#af4670",
|
|
305
|
+
"primary": "#e96d7b",
|
|
306
|
+
"secondary": "#a991f7",
|
|
307
|
+
"accent": "#88dbdd",
|
|
308
|
+
"neutral": "#af4670",
|
|
311
309
|
"neutral-content": "#f0d6e8",
|
|
312
310
|
"base-100": "#f0d6e8",
|
|
313
311
|
"base-content": "#632c3b",
|
|
@@ -319,18 +317,18 @@ module.exports = {
|
|
|
319
317
|
},
|
|
320
318
|
"[data-theme=wireframe]": {
|
|
321
319
|
"color-scheme": "light",
|
|
322
|
-
fontFamily: 'Chalkboard,comic sans ms,"sanssecondaryerif"',
|
|
323
|
-
primary: "#b8b8b8",
|
|
324
|
-
secondary: "#b8b8b8",
|
|
325
|
-
accent: "#b8b8b8",
|
|
326
|
-
neutral: "#ebebeb",
|
|
320
|
+
"fontFamily": 'Chalkboard,comic sans ms,"sanssecondaryerif"',
|
|
321
|
+
"primary": "#b8b8b8",
|
|
322
|
+
"secondary": "#b8b8b8",
|
|
323
|
+
"accent": "#b8b8b8",
|
|
324
|
+
"neutral": "#ebebeb",
|
|
327
325
|
"base-100": "#ffffff",
|
|
328
326
|
"base-200": "#eeeeee",
|
|
329
327
|
"base-300": "#dddddd",
|
|
330
|
-
info: "#0000ff",
|
|
331
|
-
success: "#008000",
|
|
332
|
-
warning: "#a6a659",
|
|
333
|
-
error: "#ff0000",
|
|
328
|
+
"info": "#0000ff",
|
|
329
|
+
"success": "#008000",
|
|
330
|
+
"warning": "#a6a659",
|
|
331
|
+
"error": "#ff0000",
|
|
334
332
|
"--rounded-box": "0.2rem",
|
|
335
333
|
"--rounded-btn": "0.2rem",
|
|
336
334
|
"--rounded-badge": "0.2rem",
|
|
@@ -338,57 +336,57 @@ module.exports = {
|
|
|
338
336
|
},
|
|
339
337
|
"[data-theme=autumn]": {
|
|
340
338
|
"color-scheme": "light",
|
|
341
|
-
primary: "#8C0327",
|
|
342
|
-
secondary: "#D85251",
|
|
343
|
-
accent: "#D59B6A",
|
|
344
|
-
neutral: "#826A5C",
|
|
339
|
+
"primary": "#8C0327",
|
|
340
|
+
"secondary": "#D85251",
|
|
341
|
+
"accent": "#D59B6A",
|
|
342
|
+
"neutral": "#826A5C",
|
|
345
343
|
"base-100": "#f1f1f1",
|
|
346
|
-
info: "#42ADBB",
|
|
347
|
-
success: "#499380",
|
|
348
|
-
warning: "#E97F14",
|
|
349
|
-
error: "#DF1A2F",
|
|
344
|
+
"info": "#42ADBB",
|
|
345
|
+
"success": "#499380",
|
|
346
|
+
"warning": "#E97F14",
|
|
347
|
+
"error": "#DF1A2F",
|
|
350
348
|
},
|
|
351
349
|
"[data-theme=business]": {
|
|
352
350
|
"color-scheme": "dark",
|
|
353
|
-
primary: "#1C4E80",
|
|
354
|
-
secondary: "#7C909A",
|
|
355
|
-
accent: "#EA6947",
|
|
356
|
-
neutral: "#23282E",
|
|
351
|
+
"primary": "#1C4E80",
|
|
352
|
+
"secondary": "#7C909A",
|
|
353
|
+
"accent": "#EA6947",
|
|
354
|
+
"neutral": "#23282E",
|
|
357
355
|
"base-100": "#202020",
|
|
358
|
-
info: "#0091D5",
|
|
359
|
-
success: "#6BB187",
|
|
360
|
-
warning: "#DBAE59",
|
|
361
|
-
error: "#AC3E31",
|
|
356
|
+
"info": "#0091D5",
|
|
357
|
+
"success": "#6BB187",
|
|
358
|
+
"warning": "#DBAE59",
|
|
359
|
+
"error": "#AC3E31",
|
|
362
360
|
"--rounded-box": "0.25rem",
|
|
363
361
|
"--rounded-btn": ".125rem",
|
|
364
362
|
"--rounded-badge": ".125rem",
|
|
365
363
|
},
|
|
366
364
|
"[data-theme=acid]": {
|
|
367
365
|
"color-scheme": "light",
|
|
368
|
-
primary: "#FF00F4",
|
|
369
|
-
secondary: "#FF7400",
|
|
370
|
-
accent: "#CBFD03",
|
|
371
|
-
neutral: "#191A3F",
|
|
366
|
+
"primary": "#FF00F4",
|
|
367
|
+
"secondary": "#FF7400",
|
|
368
|
+
"accent": "#CBFD03",
|
|
369
|
+
"neutral": "#191A3F",
|
|
372
370
|
"base-100": "#fafafa",
|
|
373
|
-
info: "#3194F6",
|
|
374
|
-
success: "#5FC992",
|
|
375
|
-
warning: "#F7DE2D",
|
|
376
|
-
error: "#E60300",
|
|
371
|
+
"info": "#3194F6",
|
|
372
|
+
"success": "#5FC992",
|
|
373
|
+
"warning": "#F7DE2D",
|
|
374
|
+
"error": "#E60300",
|
|
377
375
|
"--rounded-box": "1.25rem",
|
|
378
376
|
"--rounded-btn": "1rem",
|
|
379
377
|
"--rounded-badge": "1rem",
|
|
380
378
|
},
|
|
381
379
|
"[data-theme=lemonade]": {
|
|
382
380
|
"color-scheme": "light",
|
|
383
|
-
primary: "#519903",
|
|
384
|
-
secondary: "#E9E92E",
|
|
385
|
-
accent: "#F7F9CA",
|
|
386
|
-
neutral: "#191A3F",
|
|
381
|
+
"primary": "#519903",
|
|
382
|
+
"secondary": "#E9E92E",
|
|
383
|
+
"accent": "#F7F9CA",
|
|
384
|
+
"neutral": "#191A3F",
|
|
387
385
|
"base-100": "#ffffff",
|
|
388
|
-
info: "#C8E1E7",
|
|
389
|
-
success: "#DEF29F",
|
|
390
|
-
warning: "#F7E589",
|
|
391
|
-
error: "#F2B6B5",
|
|
386
|
+
"info": "#C8E1E7",
|
|
387
|
+
"success": "#DEF29F",
|
|
388
|
+
"warning": "#F7E589",
|
|
389
|
+
"error": "#F2B6B5",
|
|
392
390
|
},
|
|
393
391
|
"[data-theme=night]": {
|
|
394
392
|
"color-scheme": "dark",
|
|
@@ -431,4 +429,4 @@ module.exports = {
|
|
|
431
429
|
"warning": "#EFD7BB",
|
|
432
430
|
"error": "#E58B8B",
|
|
433
431
|
},
|
|
434
|
-
}
|
|
432
|
+
}
|