Summary
Theme colors are scattered as magic values. Centralize in theme module.
Proposed Solution
- Define semantic color names in
theme.rs
- Create color palette struct
- Use named colors throughout UI code
- Support custom color schemes
Benefits
- Consistent theming
- Easier color customization
- Better accessibility support