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/test_generate.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/theme-studio/test_generate.py') diff --git a/scripts/theme-studio/test_generate.py b/scripts/theme-studio/test_generate.py index d391ab83..1bb06154 100644 --- a/scripts/theme-studio/test_generate.py +++ b/scripts/theme-studio/test_generate.py @@ -856,6 +856,7 @@ class BespokePreviewFaceCoverage(unittest.TestCase): FULL_COVERAGE_APPS = [ "company", "company-box", "transient", "magit-section", "rainbow-delimiters", "web-mode", + "vertico", "marginalia", "consult", "embark", "orderless", ] def test_every_face_appears_in_the_renderer(self): -- cgit v1.2.3