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/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 268d8d92..4ae9b3d0 100644 --- a/scripts/theme-studio/test_generate.py +++ b/scripts/theme-studio/test_generate.py @@ -860,6 +860,7 @@ class BespokePreviewFaceCoverage(unittest.TestCase): "emms", "org-roam", "hl-todo", "symbol-overlay", "highlight-indent-guides", "yasnippet", "prescient", "flyspell-correct", "tmr", "wttrin", "alert", "org-superstar", "nerd-icons-completion", + "ghostel", "all-the-icons", ] def test_every_face_appears_in_the_renderer(self): -- cgit v1.2.3