Introduce central theme module; rounded borders and consistent styling

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>
This commit is contained in:
2026-07-15 09:39:39 +02:00
parent fde2087274
commit 5d15cde675
3 changed files with 114 additions and 67 deletions

View File

@@ -1,6 +1,7 @@
mod app;
mod config;
mod file_ops;
mod theme;
mod ui;
mod events;