diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-02 14:15:42 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-02 14:15:42 -0400 |
| commit | 38d41d7d9ae616dd54f37c18f4d999dc1501d063 (patch) | |
| tree | abd7f7e0592543f7e9ff2e211fa5896b0e324cd6 /scripts/theme-studio/app_inventory.py | |
| parent | 4b42c0bff82cddb45ac7c5dc3b9febffac03145f (diff) | |
| download | dotemacs-38d41d7d9ae616dd54f37c18f4d999dc1501d063.tar.gz dotemacs-38d41d7d9ae616dd54f37c18f4d999dc1501d063.zip | |
feat(theme-studio): scenes for tmr, wttrin, alert, org-superstar, nerd-icons-completion
tmr shows the list view and tmr-tabulated-view with every column face; wttrin the weather buffer with staleness header, key hints, and the stale modeline lighter; alert one line per severity; org-superstar the bullet swap across levels plus list items; nerd-icons-completion folder icons in the dir face. Phase 4 of the preview run — all 13 small-scene apps now sit in the face-coverage gate.
Diffstat (limited to 'scripts/theme-studio/app_inventory.py')
| -rw-r--r-- | scripts/theme-studio/app_inventory.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/theme-studio/app_inventory.py b/scripts/theme-studio/app_inventory.py index 01e3aa6e..a4346629 100644 --- a/scripts/theme-studio/app_inventory.py +++ b/scripts/theme-studio/app_inventory.py @@ -40,6 +40,11 @@ PREVIEW_KEYS = { "yasnippet": "yasnippet", "prescient": "prescient", "flyspell-correct": "flyspellcorrect", + "tmr": "tmr", + "wttrin": "wttrin", + "alert": "alert", + "org-superstar": "orgsuperstar", + "nerd-icons-completion": "nerdiconscompletion", } # Custom display labels for inventory apps whose package name is an acronym |
