-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcupcake.css
44 lines (38 loc) · 1.49 KB
/
cupcake.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
@plugin "daisyui/theme" {
name: "cupcake";
default: false; /* set as default */
prefersdark: false; /* set as default dark mode (prefers-color-scheme:dark) */
color-scheme: light; /* color of browser-provided UI */
--color-base-100: oklch(97.7882% 0.00418 56.375637);
--color-base-200: oklch(93.9822% 0.007638 61.449292);
--color-base-300: oklch(91.5861% 0.006811 53.440502);
--color-base-content: oklch(23.5742% 0.066235 313.189598);
--color-primary: oklch(76.172% 0.089459 200.026556);
--color-primary-content: oklch(15.2344% 0.017892 200.026556);
--color-secondary: oklch(78.9351% 0.101246 356.29965);
--color-secondary-content: oklch(15.787% 0.020249 356.29965);
--color-accent: oklch(79.3811% 0.146032 78.618794);
--color-accent-content: oklch(15.8762% 0.029206 78.618794);
--color-neutral: oklch(23.5742% 0.066235 313.189598);
--color-neutral-content: oklch(84.7148% 0.013247 313.189598);
--color-info: oklch(72.06% 0.191 231.6);
--color-info-content: oklch(0% 0 0);
--color-success: oklch(64.8% 0.150 160);
--color-success-content: oklch(0% 0 0);
--color-warning: oklch(84.71% 0.199 83.87);
--color-warning-content: oklch(0% 0 0);
--color-error: oklch(71.76% 0.221 22.18);
--color-error-content: oklch(0% 0 0);
/* border radius */
--radius-selector: 1.9rem;
--radius-field: 1.9rem;
--radius-box: 1rem;
/* base sizes */
--size-selector: 0.25rem;
--size-field: 0.25rem;
/* border size */
--border: 1px;
/* effects */
--depth: 0;
--noise: 0;
}