Expand description
Theme and color system for the GUI.
This module provides a cohesive color system and egui Visuals configuration that achieves a warm, approachable aesthetic inspired by the Claude desktop application. Uses a warm beige/cream palette with proper semantic colors for status states and UI elements.
Modules§
- colors
- Semantic color palette for the light theme.
- rounding
- Corner rounding values for consistent UI elements.
- shadow
- Shadow depths for elevated surfaces.
- spacing
- Spacing scale for consistent layout throughout the application.
Functions§
- configure_
style - Configure the egui Style with additional settings.
- configure_
visuals - Configure egui Visuals for the light theme.
- init
- Initialize the theme for the application.