Introduce central theme module; rounded borders and consistent styling

All colors/styles for windows, panel, dropdown and desktop now live in
src/theme.rs — restyle the whole WM from one file. Windows and menus
use rounded borders; hover/focus states share one accent style.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-15 09:39:39 +02:00
parent 6aee7ce00a
commit 9cebeae716
3 changed files with 95 additions and 32 deletions

View File

@@ -7,6 +7,7 @@ mod log;
mod pty;
mod render;
mod server;
mod theme;
use app::{App, AppIpcOut, WindowContent};
use config::Config;