tegwick
6dd278c538
feat: implement UI theme CSS generation for editor interface styling
- Added UI theme CSS generation to _generate_layered_css method
- UI themes now style editor control panels, buttons, frames, and textareas
- Editor elements styled with CSS classes:
- .markitect-control-panel (floating editor panel)
- .markitect-editor-button (action buttons)
- .markitect-section-frame (editing section borders)
- .markitect-edit-textarea (text editing areas)
UI Theme Examples:
- Greyscale: Clean grey interface with subtle shadows
- Electric: Cyberpunk cyan/navy with glowing effects
- Psychedelic: Rainbow gradient panels with hot pink accents
- Standard: Professional clean interface (default)
All UI themes properly inherit from theme properties:
- editor_panel_bg, editor_panel_border
- editor_button_bg/hover/active
- editor_text_color, editor_focus_color, editor_shadow
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 22:33:51 +01:00
..
2025-10-24 20:08:48 +02:00
2025-10-13 23:09:18 +02:00
2025-10-25 02:37:45 +02:00
2025-10-25 02:37:45 +02:00
2025-09-30 17:28:39 +02:00
2025-10-02 09:14:24 +02:00
2025-10-13 20:26:08 +02:00
2025-10-02 09:14:24 +02:00
2025-10-13 23:09:18 +02:00
2025-10-27 22:27:02 +01:00
2025-10-14 18:15:26 +02:00
2025-10-04 01:53:31 +02:00
2025-10-25 02:37:45 +02:00
2025-10-01 02:39:29 +02:00
2025-10-02 15:33:32 +02:00
2025-09-16 03:04:18 +02:00
2025-10-26 07:53:45 +01:00
2025-10-14 13:46:34 +02:00
2025-09-30 13:09:37 +02:00
2025-09-24 01:14:27 +02:00
2025-09-27 09:31:47 +02:00
2025-10-03 10:45:43 +02:00
2025-09-27 08:28:10 +02:00
2025-10-27 22:33:51 +01:00
2025-10-14 13:46:34 +02:00
2025-10-26 07:51:43 +01:00
2025-10-06 03:03:38 +02:00
2025-10-06 03:03:38 +02:00
2025-10-26 08:06:22 +01:00
2025-10-03 10:35:16 +02:00
2025-10-06 03:03:38 +02:00
2025-10-06 03:03:38 +02:00
2025-10-06 03:03:38 +02:00
2025-09-30 17:28:39 +02:00
2025-10-01 02:39:29 +02:00
2025-09-29 21:21:21 +02:00
2025-10-06 03:03:38 +02:00
2025-10-06 03:03:38 +02:00
2025-10-06 03:03:38 +02:00
2025-10-06 03:03:38 +02:00
2025-10-06 03:03:38 +02:00
2025-09-29 21:21:21 +02:00
2025-10-14 17:53:47 +02:00