{ rice, ... }: { home.file.".config/color-pallete.html".text = with rice.color; let cb = color-set: color-name: size: /* html */ ''

${color-name}.darker

${color-set.darker}

${color-name}.dark

${color-set.dark}

${color-name}.base

${color-set.base}

${color-name}.bright

${color-set.bright}

${color-name}.brighter

${color-set.brighter}

''; in /* html */ '' Color Pallete

Color Pallete

${cb accent "accent" 100} ${cb secondary "secondary" 100} ${cb tertiary "tertiary" 100} ${cb weird "weird" 80} ${cb special "special" 80} ${cb subtle "subtle" 80}
${cb positive "positive" 70} ${cb negative "negative" 70}
${cb black "black" 50} ${cb white "white" 50} ${cb blue "blue" 50} ${cb cyan "cyan" 50} ${cb green "green" 50} ${cb magenta "magenta" 50} ${cb red "red" 50} ${cb yellow "yellow" 50} ''; }