-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgarden.css
44 lines (38 loc) · 1.46 KB
/
garden.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: "garden";
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(92.9519% 0.002163 17.197414);
--color-base-200: oklch(86.4453% 0.002011 17.197414);
--color-base-300: oklch(79.9386% 0.00186 17.197414);
--color-base-content: oklch(16.9617% 0.001664 17.32068);
--color-primary: oklch(62.45% 0.278 3.83636);
--color-primary-content: oklch(100% 0 0);
--color-secondary: oklch(48.4952% 0.110985 355.095988);
--color-secondary-content: oklch(89.699% 0.022197 355.095988);
--color-accent: oklch(56.2735% 0.054297 154.390187);
--color-accent-content: oklch(11.2547% 0.010859 154.390187);
--color-neutral: oklch(24.1559% 0.049362 89.070594);
--color-neutral-content: oklch(92.9519% 0.002163 17.197414);
--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: 0.5rem;
--radius-box: 1rem;
/* base sizes */
--size-selector: 0.25rem;
--size-field: 0.25rem;
/* border size */
--border: 1px;
/* effects */
--depth: 0;
--noise: 0;
}