- Double-clicking a file or choosing the new 'Öppna' context-menu item
asks TUI-WM to open it via $TUI_WM_SOCKET (open_file), inheriting
the user's file associations and default editor
- Outside TUI-WM the configured text_editor is used instead: the TUI
suspends, runs the editor on the same terminal and resumes
- Directories keep navigating as before
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
All colors/styles now live in src/theme.rs (palette + pane/dialog
block builders): sidebar, file view, bottom bar, context menu and all
dialogs share one look that can be changed in one place. Rounded
borders throughout.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>