:root:has(input.theme-controller[value="clemsontheme"]:checked),
[data-theme="clemsontheme"] {
    /* clemsontheme is the name of the custom theme */
    color-scheme: light;
    --color-primary: #353524;
    --color-primary-content: #ffffff;
    --color-secondary: #5a5444;
    --color-secondary-content: #ffffff;
    --color-accent: #f0ede4;
    --color-accent-content: #000000;
}
