-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaqua.css
44 lines (38 loc) · 1.59 KB
/
aqua.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: "aqua";
default: false; /* set as default */
prefersdark: false; /* set as default dark mode (prefers-color-scheme:dark) */
color-scheme: dark; /* color of browser-provided UI */
--color-base-100: oklch(48.7596% 0.127539 261.181672);
--color-base-200: oklch(45.3464% 0.118611 261.181672);
--color-base-300: oklch(41.9333% 0.109683 261.181672);
--color-base-content: oklch(89.7519% 0.025508 261.181672);
--color-primary: oklch(85.6617% 0.14498 198.6458);
--color-primary-content: oklch(40.1249% 0.068266 197.603872);
--color-secondary: oklch(60.6827% 0.108752 309.782946);
--color-secondary-content: oklch(12.1365% 0.02175 309.782946);
--color-accent: oklch(93.4269% 0.102225 94.555431);
--color-accent-content: oklch(18.6854% 0.020445 94.555431);
--color-neutral: oklch(61.0622% 0.117009 243.760661);
--color-neutral-content: oklch(12.2124% 0.023402 243.760661);
--color-info: oklch(54.615% 0.215208 262.880917);
--color-info-content: oklch(90.923% 0.043042 262.880917);
--color-success: oklch(62.7052% 0.169912 149.213788);
--color-success-content: oklch(12.541% 0.033982 149.213788);
--color-warning: oklch(66.584% 0.157422 58.31834);
--color-warning-content: oklch(13.3168% 0.031484 58.31834);
--color-error: oklch(73.95% 0.19 27.33);
--color-error-content: oklch(14.79% 0.038 27.33);
/* 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;
}