aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/test_generate.py
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-02 14:29:04 -0400
committerCraig Jennings <c@cjennings.net>2026-07-02 14:29:04 -0400
commit8800e3a2cb6d7b96f520171308165ebc7511e536 (patch)
tree891710dbb8b2d139797eaa1cb8e54b46a112b166 /scripts/theme-studio/test_generate.py
parenta51a4c4c3f98b8cae9e739896cd2f8bc1ebbe94d (diff)
downloaddotemacs-8800e3a2cb6d7b96f520171308165ebc7511e536.tar.gz
dotemacs-8800e3a2cb6d7b96f520171308165ebc7511e536.zip
feat(theme-studio): wire the ansi-color scene, closing its dangling preview key
ansi-color carried a bespoke spec and a full seed palette but its renderer was never written, so it silently fell back to the generic face list. Added renderAnsiColorPreview — a compilation/shell buffer exercising all 16 SGR palette faces, the faces eat and vterm color faces inherit from — and registered it. Last generic app in the ecosystem-coverage scope.
Diffstat (limited to 'scripts/theme-studio/test_generate.py')
-rw-r--r--scripts/theme-studio/test_generate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/theme-studio/test_generate.py b/scripts/theme-studio/test_generate.py
index 4ae9b3d0..d4f36372 100644
--- a/scripts/theme-studio/test_generate.py
+++ b/scripts/theme-studio/test_generate.py
@@ -860,7 +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",
+ "ghostel", "all-the-icons", "ansi-color",
]
def test_every_face_appears_in_the_renderer(self):