-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdark.css
44 lines (38 loc) · 1.44 KB
/
dark.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: "dark";
default: false; /* set as default */
prefersdark: true; /* set as default dark mode (prefers-color-scheme:dark) */
color-scheme: dark; /* color of browser-provided UI */
--color-base-100: oklch(25.3267% 0.015896 252.417568);
--color-base-200: oklch(23.2607% 0.013807 253.100675);
--color-base-300: oklch(21.1484% 0.01165 254.087939);
--color-base-content: oklch(74.6477% 0.0216 264.435964);
--color-primary: oklch(65.69% 0.196 275.75);
--color-primary-content: oklch(13.138% 0.0392 275.75);
--color-secondary: oklch(74.8% 0.26 342.55);
--color-secondary-content: oklch(14.96% 0.052 342.55);
--color-accent: oklch(74.51% 0.167 183.61);
--color-accent-content: oklch(14.902% 0.0334 183.61);
--color-neutral: oklch(31.3815% 0.021108 254.139175);
--color-neutral-content: oklch(74.6477% 0.0216 264.435964);
--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;
}