daisyui
Version:
daisyUI 5 - The Tailwind CSS Component Library
32 lines (31 loc) • 1.22 kB
CSS
:root:has(input.theme-controller[value=business]:checked),[data-theme="business"] {
color-scheme: dark;
--color-base-100: oklch(24.353% 0 0);
--color-base-200: oklch(22.648% 0 0);
--color-base-300: oklch(20.944% 0 0);
--color-base-content: oklch(84.87% 0 0);
--color-primary: oklch(41.703% 0.099 251.473);
--color-primary-content: oklch(88.34% 0.019 251.473);
--color-secondary: oklch(64.092% 0.027 229.389);
--color-secondary-content: oklch(12.818% 0.005 229.389);
--color-accent: oklch(67.271% 0.167 35.791);
--color-accent-content: oklch(13.454% 0.033 35.791);
--color-neutral: oklch(27.441% 0.013 253.041);
--color-neutral-content: oklch(85.488% 0.002 253.041);
--color-info: oklch(62.616% 0.143 240.033);
--color-info-content: oklch(12.523% 0.028 240.033);
--color-success: oklch(70.226% 0.094 156.596);
--color-success-content: oklch(14.045% 0.018 156.596);
--color-warning: oklch(77.482% 0.115 81.519);
--color-warning-content: oklch(15.496% 0.023 81.519);
--color-error: oklch(51.61% 0.146 29.674);
--color-error-content: oklch(90.322% 0.029 29.674);
--radius-selector: 0rem;
--radius-field: 0.25rem;
--radius-box: 0.25rem;
--size-selector: 0.25rem;
--size-field: 0.25rem;
--border: 1px;
--depth: 0;
--noise: 0;
}