Navi Code TUI: add gnexus-ui-kit color theme support
- Extract exact gnexus-ui-kit cyberpunk palette from
  webclient/vendor/gnexus-ui-kit/src/scss/_palette-colors.scss.
- Add clients/terminal/tui/themes.py with Theme dataclass, ThemeRegistry,
  and gnexus-dark / gnexus-light themes.
- Wire theme into NaviCodeTui via _apply_theme() on mount; default is
  gnexus-dark.

Tests: 463 passed, 1 skipped (excluded unrelated websocket test).

Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3df4326 commit f5d810156ecbe7baa6b4c3f04cc96c707b8b4abf
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 2 days ago
Showing 2 changed files
View
clients/terminal/tui/themes.py 0 → 100644
View
clients/terminal/tui/tui_app.py