From 4d2f99740f5f030b44e057a57b136636b9dc5766 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 28 Jun 2026 06:54:37 -0400 Subject: feat(theme-studio): make wttrin themeable in the package inventory wttrin loads from an unversioned local checkout (elpa/wttrin/), which the inventory regex already learned to capture (a5fd0b4d). This long-lived daemon's wttrin face attribution was scrambled by the session's theme reloading, so rather than regenerate the whole inventory from a disturbed daemon I added wttrin's four file-loaded faces from a clean batch load and regenerated the studio. wttrin is now a previewable app, and all studio gates stay green. --- scripts/theme-studio/package-inventory.json | 6 ++++++ scripts/theme-studio/theme-studio.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/theme-studio/package-inventory.json b/scripts/theme-studio/package-inventory.json index 18fd7aa25..ec82f664b 100644 --- a/scripts/theme-studio/package-inventory.json +++ b/scripts/theme-studio/package-inventory.json @@ -716,6 +716,12 @@ "web-mode-warning-face", "web-mode-whitespace-face" ], + "wttrin": [ + "wttrin-instructions", + "wttrin-key", + "wttrin-mode-line-stale", + "wttrin-staleness-header" + ], "yasnippet": [ "yas--field-debug-face", "yas-field-highlight-face" diff --git a/scripts/theme-studio/theme-studio.html b/scripts/theme-studio/theme-studio.html index 02b5e8977..0529f27c2 100644 --- a/scripts/theme-studio/theme-studio.html +++ b/scripts/theme-studio/theme-studio.html @@ -297,7 +297,7 @@