| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(system-utils): remove the *scratch* background tint | Craig Jennings | 3 days | 1 | -30/+0 |
| | | | | | I dropped the buffer-local face remap that lightened the *scratch* background 5% above the theme default. Scratch now uses the plain theme background like every other buffer. The startup hook still moves the cursor to end-of-scratch. Only the tint call, its two helpers, the defcustom, the color require, and the now-orphaned test go. | ||||
| * | feat(system-utils): tint the *scratch* background a shade lighter | Craig Jennings | 3 days | 1 | -0/+30 |
| A buffer-local face remap lightens the *scratch* default background by cj/scratch-background-lighten percent (default 5) so it reads as the scratch buffer, applied on emacs-startup-hook. The colour math is display-dependent (verified live); the pure helper's guard contract is unit-tested. | |||||
