aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/generate.py
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-15 02:38:40 -0500
committerCraig Jennings <c@cjennings.net>2026-06-15 02:38:40 -0500
commit47e64b5dff7e820619d4d60cf97a0fe027a4bcbd (patch)
tree37a6b4218f300688e8524968ad963b2ba0d4ace4 /scripts/theme-studio/generate.py
parent3bbd87414219bdbcb19716fefda111b7d280eee3 (diff)
downloaddotemacs-47e64b5dff7e820619d4d60cf97a0fe027a4bcbd.tar.gz
dotemacs-47e64b5dff7e820619d4d60cf97a0fe027a4bcbd.zip
feat(theme-studio): add org-faces app for agenda keyword and priority colors
Surface the org-faces-config.el header-row faces as their own theme-studio app, placed beside elfeed and mu4e so it reads as a custom layer rather than built-in org. The seed mirrors the module defaults exactly across all 28 faces (10 keywords, 4 priorities, and their dim variants), so the editor opens on the live colors. The preview shows a focused agenda block and an auto-dim block covering every face.
Diffstat (limited to 'scripts/theme-studio/generate.py')
-rw-r--r--scripts/theme-studio/generate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/theme-studio/generate.py b/scripts/theme-studio/generate.py
index cc6a26f89..632bbc23a 100644
--- a/scripts/theme-studio/generate.py
+++ b/scripts/theme-studio/generate.py
@@ -228,6 +228,7 @@ _BESPOKE_APPS=[
("magit","magit","magit",MAGIT_FACES,"magit-",MAGIT_SEED),
("elfeed","elfeed","elfeed",ELFEED_FACES,"elfeed-",ELFEED_SEED),
("mu4e","mu4e","mu4e",MU4E_FACES,"mu4e-",MU4E_SEED),
+ ("org-faces","org-faces","orgfaces",ORGFACES_FACES,"org-faces-",ORGFACES_SEED),
("ghostel","ghostel","ghostel",GHOSTEL_FACES,"ghostel-",GHOSTEL_SEED),
("auto-dim-other-buffers","auto-dim","autodim",AUTODIM_FACES,"auto-dim-other-buffers-",AUTODIM_SEED),
("dashboard","dashboard","dashboard",DASHBOARD_FACES,"dashboard-",DASHBOARD_SEED),