From a51a4c4c3f98b8cae9e739896cd2f8bc1ebbe94d Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 2 Jul 2026 14:24:08 -0400 Subject: feat(theme-studio): scenes for pinned ghostel and all-the-icons ghostel (the terminal behind the agent buffers) gets an eat-style scene through its own 16 ANSI color faces plus the default surface and the two fake-cursor faces; all-the-icons a dired listing where each file's leading marker carries its color face across the 8 hues, their light/dark variants, and the -alt accents. Both are pinned not-loaded apps whose only visibility is the studio preview, so they carry the highest realism bar. Face names are literal, not constructed, to satisfy the coverage gate. --- scripts/theme-studio/app_inventory.py | 2 ++ 1 file changed, 2 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 a4346629..512216d6 100644 --- a/scripts/theme-studio/app_inventory.py +++ b/scripts/theme-studio/app_inventory.py @@ -45,6 +45,8 @@ PREVIEW_KEYS = { "alert": "alert", "org-superstar": "orgsuperstar", "nerd-icons-completion": "nerdiconscompletion", + "ghostel": "ghostel", + "all-the-icons": "alltheicons", } # Custom display labels for inventory apps whose package name is an acronym -- cgit v1.2.3