From def050fc6b4758212fac5fe761daa25138114d17 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 2 Jul 2026 13:57:54 -0400 Subject: feat(theme-studio): minibuffer-stack scenes on one shared session One C-x b consult-buffer scene drawn jointly by vertico, marginalia, consult, embark, and orderless; each app's preview shows the shared session with its own faces at work, then extends it with the states only it owns (vertico multiline, marginalia's full annotation catalog, consult line/grep/async, embark act + collect, orderless component cycling). All five join the face-coverage gate, so every one of their 72 faces appears verbatim in the renderers. --- scripts/theme-studio/app_inventory.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/theme-studio/app_inventory.py') diff --git a/scripts/theme-studio/app_inventory.py b/scripts/theme-studio/app_inventory.py index d493475d..aabd87d4 100644 --- a/scripts/theme-studio/app_inventory.py +++ b/scripts/theme-studio/app_inventory.py @@ -27,6 +27,11 @@ PREVIEW_KEYS = { "magit-section": "magitsection", "rainbow-delimiters": "rainbowdelims", "web-mode": "webmode", + "vertico": "vertico", + "marginalia": "marginalia", + "consult": "consult", + "embark": "embark", + "orderless": "orderless", } # Custom display labels for inventory apps whose package name is an acronym -- cgit v1.2.3