-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnord.css
44 lines (38 loc) · 1.61 KB
/
nord.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: "nord";
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(95.1276% 0.007445 260.731539);
--color-base-200: oklch(93.2996% 0.010389 261.788485);
--color-base-300: oklch(89.9258% 0.016374 262.749256);
--color-base-content: oklch(32.4374% 0.022945 264.182036);
--color-primary: oklch(59.4359% 0.077246 254.027774);
--color-primary-content: oklch(11.8872% 0.015449 254.027774);
--color-secondary: oklch(69.6516% 0.059108 248.687186);
--color-secondary-content: oklch(13.9303% 0.011822 248.687186);
--color-accent: oklch(77.4643% 0.062249 217.469017);
--color-accent-content: oklch(15.4929% 0.01245 217.469017);
--color-neutral: oklch(45.229% 0.035214 264.1312);
--color-neutral-content: oklch(89.9258% 0.016374 262.749256);
--color-info: oklch(69.2072% 0.062496 332.664922);
--color-info-content: oklch(13.8414% 0.012499 332.664922);
--color-success: oklch(76.827% 0.074899 131.063061);
--color-success-content: oklch(15.3654% 0.01498 131.063061);
--color-warning: oklch(85.4862% 0.089234 84.093335);
--color-warning-content: oklch(17.0972% 0.017847 84.093335);
--color-error: oklch(60.61% 0.120594 15.341883);
--color-error-content: oklch(12.122% 0.024119 15.341883);
/* border radius */
--radius-selector: 0.4rem;
--radius-field: 0.2rem;
--radius-box: 0.4rem;
/* base sizes */
--size-selector: 0.25rem;
--size-field: 0.25rem;
/* border size */
--border: 1px;
/* effects */
--depth: 0;
--noise: 0;
}