32 lines
1.1 KiB
CSS
32 lines
1.1 KiB
CSS
:root:has(input.theme-controller[value=fantasy]:checked),[data-theme="fantasy"] {
|
|
color-scheme: light;
|
|
--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(27.807% 0.029 256.847);
|
|
--color-primary: oklch(37.45% 0.189 325.02);
|
|
--color-primary-content: oklch(87.49% 0.037 325.02);
|
|
--color-secondary: oklch(53.92% 0.162 241.36);
|
|
--color-secondary-content: oklch(90.784% 0.032 241.36);
|
|
--color-accent: oklch(75.98% 0.204 56.72);
|
|
--color-accent-content: oklch(15.196% 0.04 56.72);
|
|
--color-neutral: oklch(27.807% 0.029 256.847);
|
|
--color-neutral-content: oklch(85.561% 0.005 256.847);
|
|
--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: 1;
|
|
--noise: 0;
|
|
}
|