-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlofi.css
44 lines (38 loc) · 1.37 KB
/
lofi.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: "lofi";
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(100% 0 0);
--color-base-200: oklch(96.1151% 0 0);
--color-base-300: oklch(92.268% 0.001082 17.17934);
--color-base-content: oklch(0% 0 0);
--color-primary: oklch(15.9066% 0 0);
--color-primary-content: oklch(100% 0 0);
--color-secondary: oklch(21.455% 0.001566 17.278957);
--color-secondary-content: oklch(100% 0 0);
--color-accent: oklch(26.8618% 0 0);
--color-accent-content: oklch(100% 0 0);
--color-neutral: oklch(0% 0 0);
--color-neutral-content: oklch(100% 0 0);
--color-info: oklch(79.54% 0.103 205.9);
--color-info-content: oklch(15.908% 0.0206 205.9);
--color-success: oklch(90.13% 0.153 164.14);
--color-success-content: oklch(18.026% 0.0306 164.14);
--color-warning: oklch(88.37% 0.135 79.94);
--color-warning-content: oklch(17.674% 0.027 79.94);
--color-error: oklch(78.66% 0.15 28.47);
--color-error-content: oklch(15.732% 0.03 28.47);
/* border radius */
--radius-selector: 0.125rem;
--radius-field: 0.125rem;
--radius-box: 0.25rem;
/* base sizes */
--size-selector: 0.25rem;
--size-field: 0.25rem;
/* border size */
--border: 1px;
/* effects */
--depth: 0;
--noise: 0;
}