markitect-main/markitect/plugins/builtin
tegwick c6422bf73e refactor: reorganize theme scopes and add UI themes for editor elements
Breaking Changes:
- Renamed 'ui' scope to 'mode' for light/dark themes
- Created new 'ui' scope for editor interface elements

New Features:
- Added 4 UI themes for editor interface: standard, greyscale, electric, psychedelic
- UI themes control editor panels, buttons, focus colors, and shadows
- Updated legacy theme mappings to include 'standard' UI theme by default
- Enhanced themes command to display scope-specific properties

Theme Scopes:
- mode: Light/dark color schemes (light, dark)
- ui: Editor interface elements (standard, greyscale, electric, psychedelic)
- document: Typography and layout (basic, github, academic)
- branding: Accent colors (corporate, startup)

Usage Examples:
- markitect md-render file.md --theme dark,electric,academic
- markitect themes --scope ui
- markitect themes --scope mode

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 22:27:02 +01:00
..
search feat: implement lightweight full text search plugin using SQLite FTS5 (issue #83) 2025-10-03 17:03:11 +02:00
__init__.py feat: implement comprehensive plugin architecture and extensions system (issue #19) 2025-10-03 11:23:32 +02:00
formatters.py feat: implement comprehensive plugin architecture and extensions system (issue #19) 2025-10-03 11:23:32 +02:00
markdown_commands.py refactor: reorganize theme scopes and add UI themes for editor elements 2025-10-27 22:27:02 +01:00
processors.py feat: implement comprehensive plugin architecture and extensions system (issue #19) 2025-10-03 11:23:32 +02:00