diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-25 17:51:06 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-25 17:51:06 -0400 |
| commit | 91f1de2ce786b81a8f727419c968f14a870ac322 (patch) | |
| tree | 7815e89ec1a217a55a113ab865a9293ccea40c17 /scripts/theme-studio/face_data.py | |
| parent | c29009f47295e495602cc63bcd75caa40c2a2bed (diff) | |
| download | dotemacs-91f1de2ce786b81a8f727419c968f14a870ac322.tar.gz dotemacs-91f1de2ce786b81a8f727419c968f14a870ac322.zip | |
chore(theme-studio): label the EAT app with its full name (EAT)
Diffstat (limited to 'scripts/theme-studio/face_data.py')
| -rw-r--r-- | scripts/theme-studio/face_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/theme-studio/face_data.py b/scripts/theme-studio/face_data.py index 9131dd79..1881c5a0 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), |
