aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/face_data.py
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-25 18:21:59 -0400
committerCraig Jennings <c@cjennings.net>2026-06-25 18:21:59 -0400
commit1838723c6f368037412c17674b623b788eb05713 (patch)
tree218749bee2f91ecd584c4f05d31b84e3b7015f41 /scripts/theme-studio/face_data.py
parent036beeb4a1b7237c5edc2c4932cd5f0b31a16e1d (diff)
downloaddotemacs-1838723c6f368037412c17674b623b788eb05713.tar.gz
dotemacs-1838723c6f368037412c17674b623b788eb05713.zip
chore(theme-studio): spell out the LSP and SHR app names
Match the EAT format: lsp-mode -> Language Server Protocol (LSP), shr -> Simple HTML Renderer (SHR).
Diffstat (limited to 'scripts/theme-studio/face_data.py')
-rw-r--r--scripts/theme-studio/face_data.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/theme-studio/face_data.py b/scripts/theme-studio/face_data.py
index 1881c5a08..bca6b27b5 100644
--- a/scripts/theme-studio/face_data.py
+++ b/scripts/theme-studio/face_data.py
@@ -372,7 +372,7 @@ BESPOKE_APP_SPECS=[
("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),
+ ("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,5 +385,5 @@ 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","shr (HTML: nov/eww/mail)","shr",SHR_FACES,"shr-",SHR_SEED),
+ ("shr","Simple HTML Renderer (SHR)","shr",SHR_FACES,"shr-",SHR_SEED),
]