aboutsummaryrefslogtreecommitdiff
path: root/tests/test-system-utils-scratch-background.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(system-utils): tint the *scratch* background a shade lighterCraig Jennings7 days1-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.