aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/test-columns.mjs
Commit message (Collapse)AuthorAgeFilesLines
* fix(theme-studio): clamp generated palette spans to the bg/fg boundsCraig Jennings10 days1-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 workflowCraig Jennings12 days1-0/+5
|
* Change theme studio spans to endpoint divisionsCraig Jennings12 days1-3/+15
|
* Fix theme studio span endpoint tilesCraig Jennings12 days1-4/+10
|
* Fix theme studio bg-prefixed span inferenceCraig Jennings12 days1-0/+8
|
* Fix theme studio bg-like imported colorsCraig Jennings12 days1-1/+18
|
* Group numeric color names by stemCraig Jennings13 days1-0/+8
|
* Treat legacy color names as base columnsCraig Jennings13 days1-0/+15
|
* Rename theme studio color model to columnsCraig Jennings13 days1-0/+132