diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-25 19:50:59 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-25 19:50:59 -0400 |
| commit | c91a3ca5db9958ed1a009939bc4569731c64d559 (patch) | |
| tree | 386a84278445773ba5dd00602e3d9ae150f2135d /scripts/theme-studio/face_data.py | |
| parent | 7c2aa5e0418648f6982fae7add292baebc5b479f (diff) | |
| download | dotemacs-c91a3ca5db9958ed1a009939bc4569731c64d559.tar.gz dotemacs-c91a3ca5db9958ed1a009939bc4569731c64d559.zip | |
chore(theme-studio): label the EMMS app and lowercase the expanded labels
Add a display-label override for the emms inventory app (emacs multimedia system), and lowercase all the acronym-expansion labels (eat, lsp, shr, emms) so they match the lowercase package-name labels and the package ids. The hovers keep normal capitalization since they are descriptions, not labels.
Diffstat (limited to 'scripts/theme-studio/face_data.py')
| -rw-r--r-- | scripts/theme-studio/face_data.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/theme-studio/face_data.py b/scripts/theme-studio/face_data.py index 18f097abe..56a660b82 100644 --- a/scripts/theme-studio/face_data.py +++ b/scripts/theme-studio/face_data.py @@ -369,10 +369,10 @@ 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","ansicolor",ANSI_COLOR_FACES,"ansi-color-",ANSI_COLOR_SEED), - ("eat","Emulate A Terminal (EAT)","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","Language Server Protocol (LSP)","lsp",LSP_FACES,"lsp-",LSP_SEED), + ("lsp-mode","language server protocol (lsp)","lsp",LSP_FACES,"lsp-",LSP_SEED), ("git-gutter","git-gutter","gitgutter",GITGUTTER_FACES,"git-gutter:",GITGUTTER_SEED), ("flycheck","flycheck","flycheck",FLYCHECK_FACES,"flycheck-",FLYCHECK_SEED), ("dired","dired","dired",DIRED_FACES,"dired-",DIRED_SEED), @@ -385,7 +385,7 @@ BESPOKE_APP_SPECS=[ ("pearl","pearl","pearl",PEARL_FACES,"pearl-",PEARL_SEED), ("slack","slack","slack",SLACK_FACES,"slack-",SLACK_SEED), ("telega","telega","telega",TELEGA_FACES,"telega-",TELEGA_SEED), - ("shr","Simple HTML Renderer (SHR)","shr",SHR_FACES,"shr-",SHR_SEED), + ("shr","simple html renderer (shr)","shr",SHR_FACES,"shr-",SHR_SEED), ] # Hover text for foundational/reused apps: names what consumes these faces, so |
