From 081d76e4b9935217d650ae142bce6e8200e97b48 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 23 Jun 2026 22:56:05 -0400 Subject: feat: add themeable faces to the modeline event display 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. --- README.org | 1 + 1 file changed, 1 insertion(+) (limited to 'README.org') diff --git a/README.org b/README.org index 07f4a1e..e201a6a 100644 --- a/README.org +++ b/README.org @@ -24,6 +24,7 @@ CHIME (backronym: *CHIME Heralds Imminent Modeline Events*) keeps your org-agend - Desktop notifications with configurable alert intervals and urgency - Optional audible chime sound, using the bundled WAV or a custom file - Interactive modeline display for the next timed event +- Themeable modeline faces that shift color as the next event gets closer - Hover tooltip with upcoming events grouped by day - Left-click calendar URL and right-click jump-to-org-entry actions - SCHEDULED, DEADLINE, plain timestamp, and repeating timestamp support -- cgit v1.2.3