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 | a04b2b4b6bd43e6e26efe13208020baaec074de7 (patch) | |
| tree | e6ed67ea8bf3a9a766c19eef308c81c8fed8c20c /scripts/theme-studio/face_data.py | |
| parent | 3104d3ccbe9a32138b2e6f5d5c819680bfe002ec (diff) | |
| download | dotemacs-a04b2b4b6bd43e6e26efe13208020baaec074de7.tar.gz dotemacs-a04b2b4b6bd43e6e26efe13208020baaec074de7.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 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), |
