From 47e64b5dff7e820619d4d60cf97a0fe027a4bcbd Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 15 Jun 2026 02:38:40 -0500 Subject: 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. --- scripts/theme-studio/app_inventory.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/theme-studio/app_inventory.py') 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", -- cgit v1.2.3