Live terminal capture (litmus-2mjz)
Run real commands (git diff, ls) and display output with theme colors applied.
Plan
- Create with that takes real command output and applies theme colors
- Update to export
- Update to capture command output and add (Tab cycles: Swatches → Mockups → Live)
Summary of Changes
Added widgets/live.rs with LiveWidget that captures real git diff and ls -la output at startup and renders it with theme colors applied. Git diff lines are colored by prefix (+/-/@@/headers); ls entries are colored by file type (directory/symlink/executable/hidden). Tab now cycles Swatches → Mockups → Live.