aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/palette-actions.js
Commit message (Collapse)AuthorAgeFilesLines
* fix(theme-studio): clamp generated palette spans to the bg/fg boundsCraig Jennings2026-06-151-1/+1
| | | | | | 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 Jennings2026-06-141-10/+15
|
* Preview selected theme studio chip while pickingCraig Jennings2026-06-131-0/+8
|
* Change theme studio spans to endpoint divisionsCraig Jennings2026-06-131-6/+5
|
* Fix theme studio span endpoint tilesCraig Jennings2026-06-131-2/+5
|
* Fix theme studio fg endpoint selectionCraig Jennings2026-06-131-1/+6
|
* Refine theme studio tile name editingCraig Jennings2026-06-131-3/+9
|
* Make theme studio column delete saferCraig Jennings2026-06-131-2/+4
|
* Add theme studio column deleteCraig Jennings2026-06-131-3/+14
|
* Refactor theme studio palette testsCraig Jennings2026-06-131-0/+204