aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/app_inventory.py
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-16 08:27:53 -0500
committerCraig Jennings <c@cjennings.net>2026-06-16 08:27:53 -0500
commitc6f2e5ddb5d1c84b7fe200aba2adddccc0638cc5 (patch)
tree70edb8ab5d0dd27229d4883eabc48efa9550f989 /scripts/theme-studio/app_inventory.py
parent684cf20cc141529b6e42dcbeb659e2a30b6ffcc2 (diff)
downloaddotemacs-c6f2e5ddb5d1c84b7fe200aba2adddccc0638cc5.tar.gz
dotemacs-c6f2e5ddb5d1c84b7fe200aba2adddccc0638cc5.zip
feat(theme-studio): add gnus as a view package
mu4e renders the open message with gnus, so the article-view headers, quote levels, signature, and inline emphasis are all gnus faces, not mu4e ones. gnus ships them as bright greens on a dark background, and the theme had no way to reach them. I added gnus as a bespoke view package: the article-view face set in face_data.py with palette seeds that mirror the mu4e header treatment, a realistic preview (header block, emphasized body, an 11-level quoted reply chain, signature), and a #gnustest gate that asserts every emitted face is a real gnus face. Theming and exporting gnus in the studio retires the green in the live view.
Diffstat (limited to 'scripts/theme-studio/app_inventory.py')
-rw-r--r--scripts/theme-studio/app_inventory.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/theme-studio/app_inventory.py b/scripts/theme-studio/app_inventory.py
index 9add0f658..ed904b119 100644
--- a/scripts/theme-studio/app_inventory.py
+++ b/scripts/theme-studio/app_inventory.py
@@ -14,6 +14,7 @@ BESPOKE_APPS = {
"org",
"org-mode",
"mu4e",
+ "gnus",
"org-faces",
"ghostel",
"auto-dim-other-buffers",