aboutsummaryrefslogtreecommitdiff
path: root/tests/test-system-utils-scratch-background.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(system-utils): remove the *scratch* background tintCraig Jennings3 days1-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 lighterCraig Jennings3 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.