-
Notifications
You must be signed in to change notification settings - Fork 0
/
sunset.css
44 lines (38 loc) · 1.55 KB
/
sunset.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: "sunset";
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(22% 0.019 237.69);
--color-base-200: oklch(20% 0.019 237.69);
--color-base-300: oklch(18% 0.019 237.69);
--color-base-content: oklch(77.3835% 0.043586 245.096534);
--color-primary: oklch(74.7039% 0.158278 39.94703);
--color-primary-content: oklch(14.9408% 0.031656 39.94703);
--color-secondary: oklch(72.5375% 0.177654 2.72034);
--color-secondary-content: oklch(14.5075% 0.035531 2.72034);
--color-accent: oklch(71.2947% 0.166678 299.844533);
--color-accent-content: oklch(14.2589% 0.033336 299.844533);
--color-neutral: oklch(26% 0.019 237.69);
--color-neutral-content: oklch(70% 0.019 237.69);
--color-info: oklch(85.5596% 0.085271 206.015183);
--color-info-content: oklch(17.1119% 0.017054 206.015183);
--color-success: oklch(85.5609% 0.08586 144.77874);
--color-success-content: oklch(17.1122% 0.017172 144.77874);
--color-warning: oklch(85.5695% 0.084806 74.427797);
--color-warning-content: oklch(17.1139% 0.016961 74.427797);
--color-error: oklch(85.5116% 0.07889 16.886379);
--color-error-content: oklch(17.1023% 0.015778 16.886379);
/* border radius */
--radius-selector: 0.4rem;
--radius-field: 0.8rem;
--radius-box: 1.2rem;
/* base sizes */
--size-selector: 0.25rem;
--size-field: 0.25rem;
/* border size */
--border: 1px;
/* effects */
--depth: 0;
--noise: 0;
}