aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/app_inventory.py
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-14 19:09:37 -0500
committerCraig Jennings <c@cjennings.net>2026-06-14 19:09:37 -0500
commit3bbced37c9b6c0f194bb217710940e9b8f143589 (patch)
treed677aa7b19541dd84cfe2f12aede6dcad6e23557 /scripts/theme-studio/app_inventory.py
parentb8d2b3f2509896875d409e72bbea94570e7fa046 (diff)
downloaddotemacs-3bbced37c9b6c0f194bb217710940e9b8f143589.tar.gz
dotemacs-3bbced37c9b6c0f194bb217710940e9b8f143589.zip
feat(theme-studio): auto-dim split preview
auto-dim-other-buffers is a package face, not a theme face, so build-inventory.el (it scans only elpa/straight packages) never listed it and the studio couldn't theme it. This adds it as a bespoke app. The preview is a vertical split: the focused window on the left in real syntax colors, the same code on the right collapsed to the single auto-dim-other-buffers face, the way Emacs renders a non-selected window. Both panes follow the language selector. A trailing row shows auto-dim-other-buffers-hide, whose foreground matches the background so it vanishes when dimmed. A #autodimtest gate covers the split, the uniform recolor, and language sync.
Diffstat (limited to 'scripts/theme-studio/app_inventory.py')
-rw-r--r--scripts/theme-studio/app_inventory.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/theme-studio/app_inventory.py b/scripts/theme-studio/app_inventory.py
index e491b8abb..28b641a94 100644
--- a/scripts/theme-studio/app_inventory.py
+++ b/scripts/theme-studio/app_inventory.py
@@ -14,6 +14,7 @@ BESPOKE_APPS = {
"org-mode",
"mu4e",
"ghostel",
+ "auto-dim-other-buffers",
"dashboard",
"lsp-mode",
"git-gutter",