diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-02 13:57:54 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-02 13:57:54 -0400 |
| commit | def050fc6b4758212fac5fe761daa25138114d17 (patch) | |
| tree | 9dc3dedd50806272bb1d0f565351847936128afc /scripts/theme-studio/app_inventory.py | |
| parent | 9c7010ebe2041ae73195745d76403568237c2905 (diff) | |
| download | dotemacs-def050fc6b4758212fac5fe761daa25138114d17.tar.gz dotemacs-def050fc6b4758212fac5fe761daa25138114d17.zip | |
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.
Diffstat (limited to 'scripts/theme-studio/app_inventory.py')
| -rw-r--r-- | scripts/theme-studio/app_inventory.py | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
