| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(theme-studio): flag unused palette tiles and columns | Craig Jennings | 5 days | 1 | -1/+16 |
| | | | | | | | I added usedPaletteHexes, a reverse lookup over the syntax, ui, and package assignments (plus the ground endpoints) that resolves each reference to a hex. renderPalette outlines a tile whose color is referenced nowhere and outlines a whole column when none of its colors are used, so dead colors stand out for pruning before a theme ships. The check is biased safe: an unresolvable reference marks nothing, so a color that is actually used is never flagged. Node tests cover the lookup. A #unusedtest gate covers the tile and column flags. | ||||
| * | fix(theme-studio): clamp generated palette spans to the bg/fg bounds | Craig Jennings | 5 days | 1 | -0/+21 |
| | | | | | | | Spanning a color generated steps toward pure black and white, so a column could produce colors darker than bg or lighter than fg. I changed regenColumn to ramp the dark side toward the darker ground endpoint and the light side toward the lighter one, bounded by bg and fg. Pure black/white duplicates are still skipped, and callers that pass no ground fall back to the old black/white ramp. Node tests cover the bounded span and the no-ground fallback. The #counttest gate asserts the regenerated column stays within the bg/fg bounds. | ||||
| * | Update theme studio palette workflow | Craig Jennings | 7 days | 1 | -0/+5 |
| | | |||||
| * | Change theme studio spans to endpoint divisions | Craig Jennings | 7 days | 1 | -3/+15 |
| | | |||||
| * | Fix theme studio span endpoint tiles | Craig Jennings | 7 days | 1 | -4/+10 |
| | | |||||
| * | Fix theme studio bg-prefixed span inference | Craig Jennings | 7 days | 1 | -0/+8 |
| | | |||||
| * | Fix theme studio bg-like imported colors | Craig Jennings | 7 days | 1 | -1/+18 |
| | | |||||
| * | Group numeric color names by stem | Craig Jennings | 7 days | 1 | -0/+8 |
| | | |||||
| * | Treat legacy color names as base columns | Craig Jennings | 7 days | 1 | -0/+15 |
| | | |||||
| * | Rename theme studio color model to columns | Craig Jennings | 7 days | 1 | -0/+132 |
