| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(theme-studio): palette generator and preview fidelity | Craig Jennings | 7 days | 1 | -3/+87 |
| | | | | | | | | | | | Two strands land together because the generated theme-studio.html bundles every source file into one page and can't be split cleanly. The palette generator is a preview-first panel: palette-generator-core.js plans the palette and palette-generator-ui.js draws it. Generated colors stay inspectable and tunable through the existing selector, and committing one creates a normal base column. It adds source-mode and scheme controls, a configurable accent count, and color names from color-names.json. For preview fidelity, syntax and UI colors now resolve through the real Emacs inherit chains, so the preview matches how Emacs renders the theme. resolveSyntaxFg pins dec to ty (Emacs has no decorator face) and otherwise follows comment-delimiter to comment, doc to string, property to variable, function-call to function-name. resolveUiAttr walks mode-line-inactive to mode-line and line-number-current-line to line-number. The decorator label now reads "decorator to type" to match the type face Emacs uses for it. Design recorded in the two theme-studio specs under docs/. | ||||
| * | Update theme studio palette workflow | Craig Jennings | 8 days | 1 | -33/+60 |
| | | |||||
| * | Add theme studio box color controls | Craig Jennings | 8 days | 1 | -2/+14 |
| | | |||||
| * | Shorten theme studio reset erase labels | Craig Jennings | 8 days | 1 | -1/+1 |
| | | |||||
| * | Clarify theme studio reset and erase actions | Craig Jennings | 8 days | 1 | -7/+17 |
| | | |||||
| * | Add theme studio face color step arrows | Craig Jennings | 8 days | 1 | -8/+18 |
| | | |||||
| * | Preview selected theme studio chip while picking | Craig Jennings | 8 days | 1 | -0/+5 |
| | | |||||
| * | Change theme studio spans to endpoint divisions | Craig Jennings | 8 days | 1 | -1/+3 |
| | | |||||
| * | Fix theme studio span endpoint tiles | Craig Jennings | 8 days | 1 | -4/+10 |
| | | |||||
| * | Fix theme studio ground endpoint edit | Craig Jennings | 8 days | 1 | -0/+10 |
| | | |||||
| * | Fix theme studio fg endpoint selection | Craig Jennings | 8 days | 1 | -2/+9 |
| | | |||||
| * | Refine theme studio tile name editing | Craig Jennings | 8 days | 1 | -0/+9 |
| | | |||||
| * | Make theme studio column delete safer | Craig Jennings | 8 days | 1 | -1/+7 |
| | | |||||
| * | Add theme studio column delete | Craig Jennings | 8 days | 1 | -0/+12 |
| | | |||||
| * | Refactor theme studio palette tests | Craig Jennings | 8 days | 1 | -0/+428 |
