aboutsummaryrefslogtreecommitdiff
path: root/tests/test-music-config--faces.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(music): define the playlist-header facesCraig Jennings31 hours1-0/+25
The route-colors pass dropped the literal cj/music-* face definitions but left the playlist header referencing them, so every header render spammed "Invalid face reference". I restored the five as deffaces that inherit themed base faces, so the theme still owns their colors. A test asserts each referenced face is defined.