Core HTML renderer (litmus-q2my)
Core renderer: theme data + annotated content โ colored HTML spans (monospace).
Summary of Changes
Added web rendering engine:
scene_renderer.rs: Dioxus components that resolve ThemeColor references to inline CSS styles on HTML spans inside monospace pre blocksthemes.rs: compile-time embedding of all 19 themes for WASM buildsmain.rs: full app with theme selector dropdown and all scenes rendered- Added PartialEq derives to Theme/AnsiColors/Scene for Dioxus component props