diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-15 02:38:40 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-15 02:38:40 -0500 |
| commit | bbd8daca0d618f55e53ce3fefb8c5e353c58c954 (patch) | |
| tree | 1ae39c9895ef3372c29b30f73005d26e69ceb94c /scripts/theme-studio/generate.py | |
| parent | d6994ec367a5759a54251ad32371e5bd3f982574 (diff) | |
| download | dotemacs-bbd8daca0d618f55e53ce3fefb8c5e353c58c954.tar.gz dotemacs-bbd8daca0d618f55e53ce3fefb8c5e353c58c954.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.py | 1 |
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), |
