## TUI Theme Support - Create ThemeManager class with dark/light theme palettes - Update colors.ts to use theme system via proxy pattern - Add Ctrl+T keybinding for theme toggle - Add theme commands to CommandPalette (theme:toggle, theme:dark, theme:light) - Persist theme preference to ~/.fabric/theme.json - Update footer to show current theme ## Web Dashboard Theme Support - Create ThemeContext with React context API - Add light theme CSS variables (data-theme="light") - Add ThemeToggle button to header - Persist theme preference to localStorage - Support system color scheme preference detection 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude Worker <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| frontend | ||
| index.ts | ||
| server.test.ts | ||
| server.ts | ||