:root:has(input.theme-controller[value=apptheme]:checked),[data-theme="mytheme"] { /* mytheme is the name of the custom theme */
  color-scheme: "light";
  --color-base-100: oklch(97% 0.014 308.299);
  --color-base-200: oklch(94% 0.033 307.174);
  --color-base-300: oklch(90% 0.063 306.703);
  --color-base-content: oklch(38% 0.176 304.987);
  --color-primary: oklch(38% 0.176 304.987);
  --color-primary-content: oklch(94% 0.033 307.174);
  --color-secondary: oklch(77% 0.152 181.912);
  --color-secondary-content: oklch(43% 0.078 188.216);
  --color-accent: oklch(92% 0.12 95.746);
  --color-accent-content: oklch(55% 0.163 48.998);
  --color-neutral: oklch(44% 0.043 257.281);
  --color-neutral-content: oklch(96% 0.007 247.896);
  --color-info: oklch(68% 0.169 237.323);
  --color-info-content: oklch(97% 0.013 236.62);
  --color-success: oklch(89% 0.196 126.665);
  --color-success-content: oklch(53% 0.157 131.589);
  --color-warning: oklch(82% 0.189 84.429);
  --color-warning-content: oklch(41% 0.112 45.904);
  --color-error: oklch(63% 0.237 25.331);
  --color-error-content: oklch(97% 0.013 17.38);
  --radius-selector: 1rem;
  --radius-field: 1rem;
  --radius-box: 1rem;
  --size-selector: 0.25rem;
  --size-field: 0.25rem;
  --border: 1px;
  --depth: 0;
  --noise: 0;
}
