:root:has(input.theme-controller[value="coin"]:checked),
[data-theme="coin"] {
    color-scheme: dark;

    --color-base-100: oklch(24% 0.019 277);
    --color-base-200: oklch(21% 0.023 277);
    --color-base-300: oklch(18% 0.021 277);
    --color-base-400: oklch(15% 0.019 277);
    --color-base-content: oklch(93% 0.029 277);
    --color-primary: oklch(62% 0.21 180);
    --color-primary-content: oklch(22% 0.023 277);
    --color-secondary: oklch(65% 0.019 277);
    --color-secondary-content: oklch(18% 0.019 277);
    --color-accent: oklch(42.621% 0.074 224.389);
    --color-accent-content: oklch(88.524% 0.014 224.389);
    --color-neutral: oklch(33% 0.023 277);
    --color-neutral-content: oklch(90% 0.029 277);
    --color-info: oklch(35% 0.1 277);
    --color-info-content: oklch(80% 0.019 277);
    --color-success: oklch(77% 0.193 153);
    --color-success-content: oklch(24% 0.01 230);
    --color-warning: oklch(0.8265 0.1762 106);
    --color-warning-content: oklch(24% 0.005 106);
    --color-error: oklch(62% 0.21 24);
    --color-error-content: oklch(24% 0.007 340);
    --radius-selector: 1rem;
    --radius-field: 0.5rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;

    --graph-color-1: oklch(65% 0.21 180);
    --graph-color-2: oklch(65% 0.21 315);
    --graph-color-3: oklch(65% 0.21 90);
    --graph-color-4: oklch(65% 0.21 270);
    --graph-color-5: oklch(65% 0.21 360);
    --graph-color-6: oklch(35% 0.31 180);
    --graph-color-7: oklch(35% 0.31 270);
    --graph-color-8: oklch(35% 0.31 360);
}
