aboutsummaryrefslogtreecommitdiff
path: root/tests/test-chime-modeline-faces.el
Commit message (Collapse)AuthorAgeFilesLines
* feat: add themeable faces to the modeline event displayCraig Jennings2026-06-231-0/+180
The modeline event text inherited the mode-line face with no way to style it. I added four faces (chime-modeline-face, chime-modeline-soon-face, chime-modeline-urgent-face, chime-modeline-no-events-face) that color the display by how soon the next event is. Two thresholds, chime-modeline-soon-threshold-minutes (30) and chime-modeline-urgent-threshold-minutes (5), drive the urgency mapping. The default and idle faces inherit mode-line, so the modeline looks unchanged until you theme it. Soon inherits warning and urgent inherits error, so imminent events stand out across themes without configuration.