32 lines
1.1 KiB
CSS
32 lines
1.1 KiB
CSS
:root:has(input.theme-controller[value=garden]:checked),[data-theme="garden"] {
|
|
color-scheme: light;
|
|
--color-base-100: oklch(92.951% 0.002 17.197);
|
|
--color-base-200: oklch(86.445% 0.002 17.197);
|
|
--color-base-300: oklch(79.938% 0.001 17.197);
|
|
--color-base-content: oklch(16.961% 0.001 17.32);
|
|
--color-primary: oklch(62.45% 0.278 3.836);
|
|
--color-primary-content: oklch(100% 0 0);
|
|
--color-secondary: oklch(48.495% 0.11 355.095);
|
|
--color-secondary-content: oklch(89.699% 0.022 355.095);
|
|
--color-accent: oklch(56.273% 0.054 154.39);
|
|
--color-accent-content: oklch(100% 0 0);
|
|
--color-neutral: oklch(24.155% 0.049 89.07);
|
|
--color-neutral-content: oklch(92.951% 0.002 17.197);
|
|
--color-info: oklch(72.06% 0.191 231.6);
|
|
--color-info-content: oklch(0% 0 0);
|
|
--color-success: oklch(64.8% 0.15 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);
|
|
--radius-selector: 1rem;
|
|
--radius-field: 0.5rem;
|
|
--radius-box: 1rem;
|
|
--size-selector: 0.25rem;
|
|
--size-field: 0.25rem;
|
|
--border: 1px;
|
|
--depth: 0;
|
|
--noise: 0;
|
|
}
|