diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-28 06:54:37 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-28 06:54:37 -0400 |
| commit | cdb9c6dc25a1ebb826d2d5bf3a97de2ffcbca729 (patch) | |
| tree | ea74b7df913b01e0034e8c6112c9c177adcfaf72 /scripts/theme-studio/package-inventory.json | |
| parent | dcef732348a48e205d9d2fdc7da6f7f7632332bd (diff) | |
| download | dotemacs-cdb9c6dc25a1ebb826d2d5bf3a97de2ffcbca729.tar.gz dotemacs-cdb9c6dc25a1ebb826d2d5bf3a97de2ffcbca729.zip | |
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 (bd5fbb81). 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.
Diffstat (limited to 'scripts/theme-studio/package-inventory.json')
| -rw-r--r-- | scripts/theme-studio/package-inventory.json | 6 |
1 files changed, 6 insertions, 0 deletions
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" |
