-
Notifications
You must be signed in to change notification settings - Fork 0
/
corporate.css
44 lines (38 loc) · 1.42 KB
/
corporate.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: "corporate";
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(93% 0 0);
--color-base-300: oklch(86% 0 0);
--color-base-content: oklch(22.3899% 0.031305 278.07229);
--color-primary: oklch(60.39% 0.228 269.1);
--color-primary-content: oklch(12.078% 0.0456 269.1);
--color-secondary: oklch(65.3694% 0.054756 256.688055);
--color-secondary-content: oklch(13.0739% 0.010951 256.688055);
--color-accent: oklch(76.9669% 0.113994 163.57888);
--color-accent-content: oklch(15.3934% 0.022799 163.57888);
--color-neutral: oklch(22.3899% 0.031305 278.07229);
--color-neutral-content: oklch(95.8796% 0.008588 247.915135);
--color-info: oklch(72.06% 0.191 231.6);
--color-info-content: oklch(0% 0 0);
--color-success: oklch(64.8% 0.150 160);
--color-success-content: oklch(0% 0 0);
--color-warning: oklch(84.71% 0.199 83.87);
--color-warning-content: oklch(0% 0 0);
--color-error: oklch(71.76% 0.221 22.18);
--color-error-content: oklch(0% 0 0);
/* border radius */
--radius-selector: .125rem;
--radius-field: .125rem;
--radius-box: 0.25rem;
/* base sizes */
--size-selector: 0.25rem;
--size-field: 0.25rem;
/* border size */
--border: 1px;
/* effects */
--depth: 0;
--noise: 0;
}