hermes-agent/apps/desktop/src/themes
Brooklyn Nicholson 833410e02b feat(desktop): theme the terminal ANSI palette + restyle the Cmd-K / Ctrl-Tab HUDs
Imported VS Code themes now carry their integrated-terminal ANSI palette
(`terminal.ansi*`), keyed to the painted variant (terminal / darkTerminal).
The terminal adopts it when the full base-8 set is present and keeps its VS
Code defaults otherwise; withSurface still owns the background, so the pane
stays translucent.

Pull the command palette and session switcher into a shared top-center HUD
(`floating-hud.ts`): no dim/blur backdrop, one compact text + item-padding
size, sidebar-label-style section headers (brand-tinted, uppercase), and the
themed portal scrollbar.
2026-06-09 23:37:50 -05:00
..
color.ts feat(desktop): install any VS Code theme from the Marketplace 2026-06-09 23:06:44 -05:00
context.tsx Merge remote-tracking branch 'origin/main' into bb/vscode-marketplace-themes 2026-06-09 23:22:36 -05:00
index.ts Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
install.test.ts feat(desktop): theme the terminal ANSI palette + restyle the Cmd-K / Ctrl-Tab HUDs 2026-06-09 23:37:50 -05:00
install.ts Merge remote-tracking branch 'origin/main' into bb/vscode-marketplace-themes 2026-06-09 23:22:36 -05:00
presets.test.ts test(desktop): assert every theme typography carries an emoji font (#40364) 2026-06-06 19:58:39 -07:00
presets.ts fix(desktop): add color-emoji font fallback so emoji render (#40364) 2026-06-06 19:58:39 -07:00
profile-theme.test.ts feat(desktop): assignable themes per profile (#42286) 2026-06-08 17:42:17 +00:00
types.ts Merge remote-tracking branch 'origin/main' into bb/vscode-marketplace-themes 2026-06-09 23:22:36 -05:00
use-skin-command.ts Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
user-themes.test.ts feat(desktop): install any VS Code theme from the Marketplace 2026-06-09 23:06:44 -05:00
user-themes.ts feat(desktop): install any VS Code theme from the Marketplace 2026-06-09 23:06:44 -05:00
vscode.test.ts feat(desktop): theme the terminal ANSI palette + restyle the Cmd-K / Ctrl-Tab HUDs 2026-06-09 23:37:50 -05:00
vscode.ts Merge remote-tracking branch 'origin/main' into bb/vscode-marketplace-themes 2026-06-09 23:22:36 -05:00