|
Navi Code TUI: apply gnexus theme to widgets and renderers
- Register Navi themes as Textual themes so $tui-* CSS variables resolve. - Update ChatPanel, StatusPanel, InputBox to use palette colors. - Update all content renderers to draw from the active theme. - Add set_active_theme/get_active_theme helpers for runtime color access. Co-Authored-By: Claude <noreply@anthropic.com> |
|---|
|
|
| clients/terminal/tui/renderers/error.py |
|---|
| clients/terminal/tui/renderers/message.py |
|---|
| clients/terminal/tui/renderers/plain.py |
|---|
| clients/terminal/tui/renderers/thinking.py |
|---|
| clients/terminal/tui/renderers/tool.py |
|---|
| clients/terminal/tui/themes.py |
|---|
| clients/terminal/tui/tui_app.py |
|---|
| clients/terminal/tui/widgets/chat_panel.py |
|---|
| clients/terminal/tui/widgets/input_box.py |
|---|
| clients/terminal/tui/widgets/status_panel.py |
|---|