|
Navi Code TUI: command palette and themed markdown
- Add CommandPaletteScreen modal with fuzzy filtering and keyboard navigation. - Bind Ctrl+P to push the palette; selected commands execute via registry. - Make MarkdownRenderer theme-aware: headings, inline code, links, and code blocks use gnexus palette. - Pick dracula/github-light code theme based on active theme brightness. Co-Authored-By: Claude <noreply@anthropic.com> |
|---|
|
|
| clients/terminal/tui/renderers/markdown_content.py |
|---|
| clients/terminal/tui/screens/__init__.py 0 → 100644 |
|---|
| clients/terminal/tui/screens/command_palette.py 0 → 100644 |
|---|
| clients/terminal/tui/themes.py |
|---|
| clients/terminal/tui/tui_app.py |
|---|