32 lines
1.1 KiB
CSS
32 lines
1.1 KiB
CSS
:root:has(input.theme-controller[value=valentine]:checked),[data-theme="valentine"] {
|
|
color-scheme: light;
|
|
--color-base-100: oklch(97% 0.014 343.198);
|
|
--color-base-200: oklch(94% 0.028 342.258);
|
|
--color-base-300: oklch(89% 0.061 343.231);
|
|
--color-base-content: oklch(52% 0.223 3.958);
|
|
--color-primary: oklch(65% 0.241 354.308);
|
|
--color-primary-content: oklch(100% 0 0);
|
|
--color-secondary: oklch(62% 0.265 303.9);
|
|
--color-secondary-content: oklch(97% 0.014 308.299);
|
|
--color-accent: oklch(82% 0.111 230.318);
|
|
--color-accent-content: oklch(39% 0.09 240.876);
|
|
--color-neutral: oklch(40% 0.153 2.432);
|
|
--color-neutral-content: oklch(89% 0.061 343.231);
|
|
--color-info: oklch(86% 0.127 207.078);
|
|
--color-info-content: oklch(44% 0.11 240.79);
|
|
--color-success: oklch(84% 0.143 164.978);
|
|
--color-success-content: oklch(43% 0.095 166.913);
|
|
--color-warning: oklch(75% 0.183 55.934);
|
|
--color-warning-content: oklch(26% 0.079 36.259);
|
|
--color-error: oklch(63% 0.237 25.331);
|
|
--color-error-content: oklch(97% 0.013 17.38);
|
|
--radius-selector: 1rem;
|
|
--radius-field: 2rem;
|
|
--radius-box: 1rem;
|
|
--size-selector: 0.25rem;
|
|
--size-field: 0.25rem;
|
|
--border: 1px;
|
|
--depth: 0;
|
|
--noise: 0;
|
|
}
|