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>
1 parent 498a478 commit ebf89aa50be34d19c2d4c1fb356e4f6c569e827f
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 2 days ago
Showing 5 changed files
View
clients/terminal/tui/renderers/markdown_content.py
View
clients/terminal/tui/screens/__init__.py 0 → 100644
View
clients/terminal/tui/screens/command_palette.py 0 → 100644
View
clients/terminal/tui/themes.py
View
clients/terminal/tui/tui_app.py