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

${color-name}.dark

${color-name}.base

${color-name}.bright

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

Color Pallete

${cb accent "accent" 100} ${cb secondary "secondary" 100} ${cb tertiary "tertiary" 100} ${cb weird "weird" 75} ${cb special "special" 75} ${cb positive "positive" 30} ${cb negative "negative" 30} ${cb black "black" 25} ${cb white "white" 25} ${cb blue "blue" 25} ${cb cyan "cyan" 25} ${cb green "green" 25} ${cb magenta "magenta" 25} ${cb red "red" 25} ${cb yellow "yellow" 25} ''; }