From a04b2b4b6bd43e6e26efe13208020baaec074de7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 25 Jun 2026 17:51:06 -0400 Subject: chore(theme-studio): label the EAT app with its full name (EAT) --- scripts/theme-studio/face_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/theme-studio/face_data.py') diff --git a/scripts/theme-studio/face_data.py b/scripts/theme-studio/face_data.py index 9131dd794..1881c5a08 100644 --- a/scripts/theme-studio/face_data.py +++ b/scripts/theme-studio/face_data.py @@ -369,7 +369,7 @@ BESPOKE_APP_SPECS=[ ("org-faces","org-faces","orgfaces",ORGFACES_FACES,"org-faces-",ORGFACES_SEED), ("ghostel","ghostel","ghostel",GHOSTEL_FACES,"ghostel-",GHOSTEL_SEED), ("ansi-color","ansi-color (vterm/eshell/compilation/ghostel)","ansicolor",ANSI_COLOR_FACES,"ansi-color-",ANSI_COLOR_SEED), - ("eat","eat (F12 terminal)","eat",EAT_FACES,"eat-",EAT_SEED), + ("eat","Emulate A Terminal (EAT)","eat",EAT_FACES,"eat-",EAT_SEED), ("auto-dim-other-buffers","auto-dim","autodim",AUTODIM_FACES,"auto-dim-other-buffers-",AUTODIM_SEED), ("dashboard","dashboard","dashboard",DASHBOARD_FACES,"dashboard-",DASHBOARD_SEED), ("lsp-mode","lsp-mode","lsp",LSP_FACES,"lsp-",LSP_SEED), -- cgit v1.2.3