-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathretro.css
44 lines (38 loc) · 1.59 KB
/
retro.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: "retro";
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(91.6374% 0.034554 90.51575);
--color-base-200: oklch(88.2722% 0.049418 91.774344);
--color-base-300: oklch(84.133% 0.065952 90.856665);
--color-base-content: oklch(26.5104% 0.006243 0.522862);
--color-primary: oklch(76.8664% 0.104092 22.664655);
--color-primary-content: oklch(26.5104% 0.006243 0.522862);
--color-secondary: oklch(80.7415% 0.052534 159.094608);
--color-secondary-content: oklch(26.5104% 0.006243 0.522862);
--color-accent: oklch(70.3919% 0.125455 52.953428);
--color-accent-content: oklch(26.5104% 0.006243 0.522862);
--color-neutral: oklch(28.4181% 0.009519 355.534017);
--color-neutral-content: oklch(92.5604% 0.025113 89.217311);
--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(65.72% 0.199 27.33);
--color-error-content: oklch(13.144% 0.0398 27.33);
/* border radius */
--radius-selector: 0.4rem;
--radius-field: 0.4rem;
--radius-box: 0.4rem;
/* base sizes */
--size-selector: 0.25rem;
--size-field: 0.25rem;
/* border size */
--border: 1px;
/* effects */
--depth: 0;
--noise: 0;
}