aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/app_inventory.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/app_inventory.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/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 26044d359..01dcb7db7 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",
+ "org-faces",
"ghostel",
"auto-dim-other-buffers",
"dashboard",