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.js | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/theme-studio/app.js') diff --git a/scripts/theme-studio/app.js b/scripts/theme-studio/app.js index 4220b496..baf9c5e3 100644 --- a/scripts/theme-studio/app.js +++ b/scripts/theme-studio/app.js @@ -573,6 +573,7 @@ const PACKAGE_PREVIEWS={ prescient:renderPrescientPreview,flyspellcorrect:renderFlyspellCorrectPreview, tmr:renderTmrPreview,wttrin:renderWttrinPreview,alert:renderAlertPreview, orgsuperstar:renderOrgSuperstarPreview,nerdiconscompletion:renderNerdIconsCompletionPreview, + ghostel:renderGhostelPreview,alltheicons:renderAllTheIconsPreview, erc:renderErcPreview,orgdrill:renderOrgdrillPreview,orgnoter:renderOrgnoterPreview,signel:renderSignelPreview, pearl:renderPearlPreview,slack:renderSlackPreview,telega:renderTelegaPreview,shr:renderShrPreview, nerdicons:renderNerdIconsPreview -- cgit v1.2.3