From e15b2fdaf360ec814da4cab87f5e67adfcf02d5c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 2 Jul 2026 14:06:04 -0400 Subject: feat(theme-studio): scenes for emms, org-roam, hl-todo, symbol-overlay emms shows its three UIs (browser tree, playlist, metaplaylist); org-roam the backlinks buffer plus the dailies calendar mark; hl-todo comment keywords and the flymake diagnostic; symbol-overlay all eight pin faces on one defun plus the at-point default. All four join the face-coverage gate. --- scripts/theme-studio/app_inventory.py | 4 ++++ 1 file changed, 4 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 aabd87d4..1e1eea65 100644 --- a/scripts/theme-studio/app_inventory.py +++ b/scripts/theme-studio/app_inventory.py @@ -32,6 +32,10 @@ PREVIEW_KEYS = { "consult": "consult", "embark": "embark", "orderless": "orderless", + "emms": "emms", + "org-roam": "orgroam", + "hl-todo": "hltodo", + "symbol-overlay": "symboloverlay", } # Custom display labels for inventory apps whose package name is an acronym -- cgit v1.2.3